ME misreporting failed save as successful
Describe the bug I just ran into this by accident. It seems that the directory I'm trying to save into has a permissions issue (which I did not realise before), and so ME doesn't have write-access. When saving the movie, it reports a successful save, but as you can imagine, it didn't actually save anything.
To Reproduce Steps to reproduce the behavior:
- Have a directory with missing write permissions
- Scrape directory for a movie and save
- Check the upper right corner and/or console logs
Expected behavior ME should notify the user about the failed save, if possible with an appropriate error message (as seen in the console log warning).
Screenshots
MediaElch Version:
- [x] 2.10.6 (stable)
Operating System:
- [x] Linux (distribution: Fedora 39)
Additional context Movie is on a NAS, mounted on an NFS share. Seems I messed up my permissions somewhere.
Thanks for reporting! Yes, that's a bug. In fact, the log entry is my first approach to log something. A few versions ago, nothing was printed at all. However, I totally forgot about that. It should definitely be shown to the user!