Skip to content
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

Validate is reporting an "Uncaught exception while validating" error on Windows #464

Closed
jennifergward opened this issue Dec 21, 2021 · 1 comment · Fixed by #466
Closed
Assignees
Labels
bug Something isn't working needs:triage

Comments

@jennifergward
Copy link

🐛 Describe the bug

Validate is reporting an internal error for a text file: "Uncaught exception while validating: null"
This error is not reported using older versions of Validate, and we don't see anything wrong with the file.

📜 To Reproduce

Run validate on the attached files: validate validate_bug\ -R pds4.folder -r validate_report.txt

🕵️ Expected behavior

I don't expect to see the error.

📚 Version of Software Used

V2.1.3

🩺 Test Data / Additional context

validate_bug.zip
validate_report.txt

🏞Screenshots

command_line_errors

🖥 System Info

OS: Windows 10


🦄 Related requirements

⚙️ Engineering Details

@jennifergward jennifergward added bug Something isn't working needs:triage labels Dec 21, 2021
jordanpadams added a commit that referenced this issue Dec 21, 2021
URL objects for files or URLs are operating system agnostic (forward-slash).

resolves #464
@jordanpadams jordanpadams changed the title Validate is reporting an "Uncaught exception while validating" error Validate is reporting an "Uncaught exception while validating" error on Windows Dec 21, 2021
@jordanpadams
Copy link
Member

@jennifergward I was able to replicate this problem. This looks to be a windows-specific bug with how we were splitting file paths. Should have a fix merged and released before the end of the calendar year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs:triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants