MediaElch icon indicating copy to clipboard operation
MediaElch copied to clipboard

ME misreporting failed save as successful

Open mihawk90 opened this issue 2 years ago • 1 comments

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:

  1. Have a directory with missing write permissions
  2. Scrape directory for a movie and save
  3. 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 image

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.

mihawk90 avatar Jan 08 '24 18:01 mihawk90

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!

bugwelle avatar Jan 13 '24 12:01 bugwelle