Binhex-sonarr MediaCover permissions problem. No cover art

Just getting sonarr setup as a docker container(binhex-sonarr) everything is working more or less finds shows and downloads them. Problem is the media artwork does not appear. Logs are pointing to a permissions issue. Simple enough, right? Deleted the MediaCover dir and it was in fact recreated with the permissions of d----w–w- and owner nobody:users. I have changed permissions as root to 777 with no luck. I have attempted to try su - nobody assuming the nobody user and get a permission denied trying to create files of folders, which is weird and something I have never seen before. error from logs below

FIRST ERROR*******
Failed to get response from: http://thetvdb.com/banners/posters/70533-21.jpg: Access to the path “/config/MediaCover/13” is denied.

System.UnauthorizedAccessException: Access to the path “/config/MediaCover/13” is denied.
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00070] in :0
at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in :0
at System.IO.DirectoryInfo.Create () [0x00000] in :0
at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:Create ()
at NzbDrone.Common.Http.HttpClient.DownloadFile (System.String url, System.String fileName) [0x00022] in :0

********SECOND ERROR

Couldn’t download media cover for [70533][Twin Peaks]: Access to the path “/config/MediaCover/13” is denied.

System.UnauthorizedAccessException: Access to the path “/config/MediaCover/13” is denied.
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00070] in :0
at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in :0
at System.IO.DirectoryInfo.Create () [0x00000] in :0
at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:Create ()
at NzbDrone.Common.Http.HttpClient.DownloadFile (System.String url, System.String fileName) [0x00022] in :0

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.