-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 Not Found with Get frames request. #88
Comments
You can check with public data to see if there's something unique about the data you are using. You can also try accessing the same frame endpoint using curl to see if there's a server side issue. |
hard to tell from here, but it looks like you are on the right path debugging. See if you can trace through data that works and compare what happens with this data. |
I think that API trying to download dcm file via http request and they not found the resource, |
I mean that the server should be working generally for sample data, so you can use a debugger to step through a case where it works vs a case where it doesn't work and compare the difference. If it's not working for any data then perhaps there's something wrong with the installation. |
Unfortunately, this happens with all my datasets. :( I reproduce with many dicom files.
|
That sounds likely, yes. It looks like you are on windows, and I'm not sure that this server has ever been tested there. You could try creating a small linux VM to test how things are meant to work and then see which steps are different on windows. |
Yes, thank . I tried on MacOS have same error. do you have work on this code. Maybe version related? Both my Windows & Mac using v. 3.3.1. |
To be honest, I haven't run the server myself in a while and I guess we didn't track the couchdb version, but it would have been whatever was current at the time. It looks like you are on the right track to solving this and if it's a version issue or something else we need to document a PR would be very welcome. |
Yes. Thank a lot for your help. Let me find out root cause
Vào 01:38, T.2, 20 Th3, 2023 Steve Pieper ***@***.***> đã
viết:
… To be honest, I haven't run the server myself in a while and I guess we
didn't track the couchdb version, but it would have been whatever was
current at the time. It looks like you are on the right track to solving
this and if it's a version issue or something else we need to document a PR
would be very welcome.
—
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZL54O23QEUO4SMGI5VMXLW45HCHANCNFSM6AAAAAAV6XHL4Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
hi @taivnn9, sorry for the late response. |
I have using POST dcm4che stowrs to upload my dicom file, process was success.
Study already on my server & DB.
But get frames not work.
Please tell me why^^ thank for help
The text was updated successfully, but these errors were encountered: