Permissions issue probably

Sonarr version 2.0.0.5228:
OS Ubuntu 18.04 LTS:

Suddenly my Sonarr isn’t able to download and show posters of the shows. Everything else works properly.

It looks to me like there is some kind of an issue with permissions and it is not able to write into MediaCover folder.

Here is the extract from which I conclude it is permissions error.

[v2.0.0.5228] System.UnauthorizedAccessException: Access to the path "/config/MediaCover/72" is denied.
  at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x0005e] in <2943701620b54f86b436d3ffad010412>:0
  at System.IO.Directory.CreateDirectory (System.String path) [0x0008f] in <2943701620b54f86b436d3ffad010412>:0
  at System.IO.DirectoryInfo.Create () [0x00000] in <2943701620b54f86b436d3ffad010412>:0
  at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo.Create()
  at NzbDrone.Common.Http.HttpClient.DownloadFile (System.String url, System.String fileName) [0x0001c] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Http\HttpClient.cs:237

Log is linked below, could you please help me get it fixed. Thanks in advance

https://pastebin.com/r2n2czUE

Yes, Sonarr can’t create that directory.

Make sure the user running Sonarr has read and write permissions to all files and folders in /config

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