Open leonardopangaio opened 1 month ago
You should start by enabling logs in Weasis. Then the URL syntax doesn't match the API, see the example on the Orthanc demo server.
Hello @nroduit, thanks by the answer.
It's working now, it was my mistake, because i did a lot of tests, but in major with bad formatted url. In cases with the correct url, I thought that was not working because there is some kind of delay (something like 10 or 20 seconds) on the transactions, that are not showed on log and there is no info on app interface that the QR is being made, and I was closing the application before anything was written to the log.
One more time, thanks a lot by the answer.
Describe the bug. What happened?
Hello everyone.
I think that I got an issue. I'm trying to call Weasis using a HTML file with this URL: href="weasis://$dicom:rs+--url='https://full.functional.orthanc.server.url/dicom-web'+-r='studyUID=1.3.840.20241013.1342.29000000189399961'"
The Weasis application is opening, but it's not making the request to the Orthanc server.
Watching the logs, I cannot see the request and cannot see whats happening. Both Orthanc and Nginx are not login the request that I made.
If I make a try using the DICOM explorer, and search this study in the Orthanc server, I find the study and retrieve it.
What version of Weasis are you running?
4.5.1
On which system the problem occurs?
Linux
Relevant log output