When adding new shows or re-scanning existing ones, all the folders etc. are created correctly but metadata like banner, fanart & poster cannot be saved.
To Reproduce
Manually delete banner.jpg in folder of existing show
Go to show in sonarr
Press Update series info & scan disk
Sonarr creates a file called banner.jpg with file size 0 kb in my media library under /media/nas/media/shows/
-> Exception in log:
Couldn't download image /home/sonarr/.config/NzbDrone/MediaCover/12/banner.jpg for [323168][13 Reasons Why]. Access to the path is denied.: Access to the path is denied.
System.UnauthorizedAccessException: Access to the path is denied. ---> System.IO.IOException: Operation not permitted
--- End of inner exception stack trace ---
at Interop.ThrowExceptionForIoErrno (Interop+ErrorInfo errorInfo, System.String path, System.Boolean isDirectory, System.Func`2[T,TResult] errorRewriter) [0x00017] in <12b418a7818c4ca0893feeaaf67f1e7f>:0
at Interop.CheckIo (System.Int64 result, System.String path, System.Boolean isDirectory, System.Func`2[T,TResult] errorRewriter) [0x0000d] in <12b418a7818c4ca0893feeaaf67f1e7f>:0
at Interop.CheckIo (System.Int32 result, System.String path, System.Boolean isDirectory, System.Func`2[T,TResult] errorRewriter) [0x00000] in <12b418a7818c4ca0893feeaaf67f1e7f>:0
at System.IO.FileSystem.CopyFile (System.String sourceFullPath, System.String destFullPath, System.Boolean overwrite) [0x00068] in <12b418a7818c4ca0893feeaaf67f1e7f>:0
at System.IO.File.Copy (System.String sourceFileName, System.String destFileName, System.Boolean overwrite) [0x0006e] in <12b418a7818c4ca0893feeaaf67f1e7f>:0
at NzbDrone.Common.Disk.DiskProviderBase.CopyFileInternal (System.String source, System.String destination, System.Boolean overwrite) [0x00000] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Disk\DiskProviderBase.cs:208
at NzbDrone.Mono.Disk.DiskProvider.CopyFileInternal (System.String source, System.String destination, System.Boolean overwrite) [0x00076] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Mono\Disk\DiskProvider.cs:129
at NzbDrone.Common.Disk.DiskProviderBase.CopyFile (System.String source, System.String destination, System.Boolean overwrite) [0x000bc] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Disk\DiskProviderBase.cs:203
at NzbDrone.Core.Extras.Metadata.MetadataService.DownloadImage (NzbDrone.Core.Tv.Series series, NzbDrone.Core.Extras.Metadata.Files.ImageFileResult image) [0x00038] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Extras\Metadata\MetadataService.cs:424
The file /home/sonarr/.config/NzbDrone/MediaCover/12/banner.jpg mentioned in the error is downloaded correctly, however, the "target" file /media/nas/media/shows/13 Reasons Why/banner.jpg is the one with 0 kb.
Permissions etc. should be fine since sonarr can create the folder for new series, seasons etc. AND successfully imports newly downloaded episodes into the same folder (/media/nas/media/shows/13 Reasons Why/)...
Expected behavior
Meta data should be saved without any errors.
Platform Information (please complete the following information):
When adding new shows or re-scanning existing ones, all the folders etc. are created correctly but metadata like banner, fanart & poster cannot be saved.
To Reproduce
banner.jpg
in folder of existing showUpdate series info & scan disk
banner.jpg
with file size0 kb
in my media library under/media/nas/media/shows/
-> Exception in log:
The file
/home/sonarr/.config/NzbDrone/MediaCover/12/banner.jpg
mentioned in the error is downloaded correctly, however, the "target" file/media/nas/media/shows/13 Reasons Why/banner.jpg
is the one with0 kb
.Permissions etc. should be fine since sonarr can create the folder for new series, seasons etc. AND successfully imports newly downloaded episodes into the same folder (
/media/nas/media/shows/13 Reasons Why/
)...Expected behavior Meta data should be saved without any errors.
Platform Information (please complete the following information):
Ubuntu 20.04.2 LTS
No
Mono 6.8.0.105
Firefox 87.0 (64 bit) desktop
&Firefox mobile 87.0.0-rc.1
at the time of writing2.0.0.5344
master
(i guess 🤷♂️)Trace Logs