Hi,I try to enable dicom-web plugin on the same host as the server because I want to present the studies in the current orthanc server to other applications via dicom-web.My configuration file is:{
/**
* The following options control the configuration of the Orthanc
* plugin adding support of WADO and DICOMweb.
**/
"DicomWeb" : {
"Enable" : true, // Whether DICOMweb support is enabled
"Root" : "/dicom-web/", // Root URI of the DICOMweb API (for QIDO-RS, STOW-RS and WADO-RS)
"EnableWado" : true, // Whether WADO-URI (aka. WADO) support is enabled
"WadoRoot" : "/wado", // Root URI of the WADO-URI (aka. WADO) API
"Host" : "10.30.12.17", // Hard-codes the name of the host for subsequent WADO-RS requests
"Ssl" : false, // Whether HTTPS should be used for subsequent WADO-RS requests
"Servers" : {
"self" : [ "http://10.30.12.17/dicom-web/", "user", "pass" ]
}
}
}But I got the following error on the web client when i "Do Lookup":Connection error--There was an error connecting to "self" server.
In the log file I see:
E1007 11:35:58.127262 HttpClient.cpp:1084] Error in HTTP request, received HTTP status 404 (Not Found)
E1007 11:35:58.127480 PluginsErrorDictionary.cpp:100] Exception inside the plugin engine: Unknown resourceI looked in the documentation here: https://book.orthanc-server.com/plugins/dicomweb.html
Any suggestions? I think I miss something small.
Kind regards,
Nikolay
You received this message because you are subscribed to the Google Groups "Orthanc Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to orthanc-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/orthanc-users/b2db1c53-a519-4164-9048-8684335c8ca1n%40googlegroups.com.