-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
thread 'main' panicked at 'called Option::unwrap()
on a None
value'
#253
Comments
It's failing on this if path.extension().unwrap() == "maFile" {
backup_file(&path).unwrap();
} Would you happen to have any files listed in your manifest that don't have a file extension? |
I don't have any files here than .maFile, manifest.json, and manifest.json.bak |
Could you open a terminal in that directory and run |
|
Seeing these and .maFile with jsons |
Ah, I bet it's the .DS_Store that's messing it up. According to the rust docs, extension will return: |
Just tried to create maFiles and move maFiles over, seeing another error after trying to decrypt
Leaving it here because it could be related to exact the same issue supposedly |
Actually that was wrong pin, but seeing another error here
|
That should also be fixed in the next release |
Thank you so much :) |
Just published |
Version
0.9.4 (macOS Ventura)
What happened?
had to update from 0.7.0 to 0.9.4 in order to confirm my trade, appears something is wrong while migrating the manifest file to a newer version
Steps To Reproduce
No response
Relevant log output
The text was updated successfully, but these errors were encountered: