-
Notifications
You must be signed in to change notification settings - Fork 11
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
string index out of range error when using the Windows executable #119
Comments
Thanks for the report! |
Thanks for the quick reply! I get this error for any DICOM file, even for the ones that I know don't contain any issues. Also I have the exact same error when I run validate_iods.exe in an Ubuntu VM. Perhaps it's an issue in the latest version? |
Could be - would be a bit awkward if no test did catch this... Can you please check with the previous version 0.6.0 (it also has the executable)? I will certainly have a look later today. |
You are spot on! I can confirm that 0.6.0 works fine, I only have the issue with 0.6.1! |
Right - I just tried it locally, and it is indeed a regression in 0.6.1. Sorry for that... |
All clear, indeed I'll use the prior version for now. |
- prevents an exception during parsing - the root cause is a problem with the parser which creates incorrect output, the reason is still unknown - fixes pydicom#119
- prevents an exception during parsing - the root cause is a problem with the parser which creates incorrect output, the reason is still unknown - fixes #119
A new patch release with a fix is out. |
For my own reference: this was not caught because the tests had been run with the 2023c DICOM standard, while the problem only occurs since 2024a. In a few conditions, a link had been introduced into the condition text instead of the previous text, and as the link is removed during processing, the resulting (incomplete) sentence led to the error due to a change in parsing in 0.6.0. |
Let me start with saying thanks for creating the packaged Windows executables version 0.6.1 for dump_dcm_info.exe and validate_iods.exe!
Unfortunately they don't work for me. When running these I get an unhandled exception when docbook files are created for the first run. I can see the files being downloaded to the docbook directory, so it doesn't seem to be a permission issue:
Any suggestion on what I'm doing wrong here?
The text was updated successfully, but these errors were encountered: