Certain shows do not register episodes

Sonarr version (exact version): 2.0.0.5200 develop build
Mono version (if Sonarr is not running on Windows): 5.4.1.6 tarball
OS: Debian
Debug logs: https://mig.sh/sonarr-compiledlog.txt

Description of issue: After adding a show, it should send a request to download the episode, download it, and pull it from the client to organize it. This does not happen, and the show gets stuck on downloading.

Manually importing the episode does not add it into the show, much less organize it.

This was done both by a drone-factory folder and letting Sonarr grab the file from the download client.

Example 1:
Within activity/history:


Within the show itself:
image

File exists:
image

And because I know you will ask:

Have you looked at the logs files or table? The error below would show up in both. Looks like a permissions issue.

18-5-4 15:27:20.9|Warn|ImportApprovedEpisodes|Couldn't import episode /rootshare/manual-imports/[HorribleSubs] High School DxD Hero - 01 [1080p].mkv

[v2.0.0.5200] System.UnauthorizedAccessException: Access to the path "/rootshare/TV/High School DxD/Season 04" is denied.

So I took a look at how sonarr was assigning permissions to the files. That config option was wiped during an update it seems.

Going in a bit further, it created it using a uid that wasn’t even in use by the system.

Should have looked at the logs first.

table

What table?

Logs table. Info and above (warning, error and fatal) are logged there.

1 Like

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