validate DOWNLOAD_DIR is writable at startup #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
If DOWNLOAD_DIR doesn't exist or isn't writable, the first download attempt fails with a generic OS error. The cause isn't immediately obvious.
Fix: check at startup (or before the first download) that DOWNLOAD_DIR can be created/written to, and surface a clear error message if not.