mirror of
https://github.com/audacity/audacity-project-tools.git
synced 2026-04-10 14:55:29 -05:00
Misleading Error Message If Requested File Does Not Exist #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JohnColket on GitHub.
Originally assigned to: @crsib on GitHub.
This is a wonderful tool and has successfully recovered many broken Audacity Projects.
If the target .aup3 file is misspelled or otherwise does not exist, the message:
"unable to open database file"
appears which is technically correct, but unfortunately in this specific instance it is also quite worrying. Perhaps a message
"specified database file does not exist"
might be more appropriate.
For additional insight, see: https://forum.audacityteam.org/viewtopic.php?p=445707#p445707
@JohnColket commented on GitHub:
Firstly, I just wanted to say I am very happy with the tool. :)
"Error handling can definitely benefit from some love, that is very true" - I just wanted to mention that this issue keeps recurring. :)
@crsib commented on GitHub:
Error handling can definitely benefit from some love, that is very true