You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading (or writing to disk) button asks for path and then an "error occurred" dialog appears at cache check stage: "Error configuring cache directory..."
📋 Steps to Reproduce
Open Mist.app
Click on download button to download "Install macOS Sequoia 15.1-24B2083.ipsw"
Wait for popup to choose download folder. (have chosen ~/Downloads and /Users/Shared/Mist with same outcome
Observe error which is a dialog box that says: "You don't have permission to save file "072-12295" in the folder "Cache"."
✅ Expected Behaviour
Describe what should be happening (ie. the happy path).
File should download into cache directory and then be moved to nominated directory that user has write permissions to.
Note: mist-cli is able to download same file to /Users/Shared/Mist
💻 Environment
Mist version (App menu ⇨ About Mist): 0.20.1
macOS Version (sw_vers): 15.2 Beta (24C5057p)
Hardware (system_profiler SPHardwareDataType):
Model Identifier: MacBookPro18,3
Chip : Apple M1 Pro
📷 Screenshots
If applicable, add screenshots to help explain the bug.
Solved.
I manually created /Users/Shared/Mist/Cache as it did not exist. I was challenged for admin rights when doing this too so this looks to be the root cause.
Also gave the folder write permissions (just in case) and Mist is now successfully downloading .ipsw files.
Best to check if this folder exists, if not, inform user what to do.
🪲 Description
Downloading (or writing to disk) button asks for path and then an "error occurred" dialog appears at cache check stage: "Error configuring cache directory..."
📋 Steps to Reproduce
Mist.app
✅ Expected Behaviour
Describe what should be happening (ie. the happy path).
File should download into cache directory and then be moved to nominated directory that user has write permissions to.
Note: mist-cli is able to download same file to /Users/Shared/Mist
💻 Environment
sw_vers
): 15.2 Beta (24C5057p)system_profiler SPHardwareDataType
):📷 Screenshots
If applicable, add screenshots to help explain the bug.
ℹ️ Additional context
The text was updated successfully, but these errors were encountered: