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

Add specific error message for if a file is invalid #196

Open
vrad-exe opened this issue Nov 27, 2024 · 0 comments
Open

Add specific error message for if a file is invalid #196

vrad-exe opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@vrad-exe
Copy link

Describe Your Suggestion

Currently if you attempt to open a file which is invalid or not a supported file type, it will tell you to make sure the file isn't in use by another program even though that's not the issue and won't actually help anything. The failure is happening at 2 distinct places here (opening the file vs. reading its contents), so there should be a unique error message for the latter that explains that the file may be corrupt or an unsupported format which happens to share the same extension.

@vrad-exe vrad-exe added the enhancement New feature or request label Nov 27, 2024
@craftablescience craftablescience added this to the 4.3 milestone Dec 16, 2024
@craftablescience craftablescience removed this from the 4.3 milestone Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants