[GH-ISSUE #150] Regression in v6.7: "mkdir unknown: read-only file system" error after update #789

Closed
opened 2026-03-01 17:31:04 +03:00 by kerem · 0 comments
Owner

Originally created by @kaspy003 on GitHub (Dec 8, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/150

After updating to the latest version, I am unable to download any tracks. The application fails with a mkdir unknown: read-only file system error for every track. The previous version worked perfectly with the exact same configuration.

It appears the application is trying to create a directory literally named "unknown" at the root level (or an invalid relative path) instead of using the configured output path.

Environment:

OS: macOS Sequoia (Apple Silicon / M1 Max)

App Version: v6.7

Previous Working Version: 6.6

Steps to Reproduce:

Launch the application on macOS.

Load a playlist for download.

Start the download process.

Observed Behavior: The download fails immediately for all tracks. The logs show: error: [Track Name] - failed to create output directory: mkdir unknown: read-only file system

Expected Behavior: The application should use the configured output path and download files successfully, as it did in the previous version.

Troubleshooting Attempted:

Checked Full Disk Access permissions for the terminal/app (enabled).

Verified the output directory exists and is writable (chmod 777 verified).

Tried changing the output path to a simple absolute path (e.g., /Users/username/Music).

Result: The error persists regardless of the config settings, suggesting the app is ignoring the config path or parsing it incorrectly, defaulting to unknown.

Originally created by @kaspy003 on GitHub (Dec 8, 2025). Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/150 After updating to the latest version, I am unable to download any tracks. The application fails with a mkdir unknown: read-only file system error for every track. The previous version worked perfectly with the exact same configuration. It appears the application is trying to create a directory literally named "unknown" at the root level (or an invalid relative path) instead of using the configured output path. Environment: OS: macOS Sequoia (Apple Silicon / M1 Max) App Version: v6.7 Previous Working Version: 6.6 Steps to Reproduce: Launch the application on macOS. Load a playlist for download. Start the download process. Observed Behavior: The download fails immediately for all tracks. The logs show: error: [Track Name] - failed to create output directory: mkdir unknown: read-only file system Expected Behavior: The application should use the configured output path and download files successfully, as it did in the previous version. Troubleshooting Attempted: Checked Full Disk Access permissions for the terminal/app (enabled). Verified the output directory exists and is writable (chmod 777 verified). Tried changing the output path to a simple absolute path (e.g., /Users/username/Music). Result: The error persists regardless of the config settings, suggesting the app is ignoring the config path or parsing it incorrectly, defaulting to unknown.
kerem closed this issue 2026-03-01 17:31:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SpotiFLAC#789
No description provided.