Sonarr crashes on specific file import

Version
2.0.0.4146

Mono Version
4.2.3 (Stable 4.2.3.4/832de4b Wed Mar 16 13:20:38 UTC 2016)

Openmediavault

Debug logs
http://pastebin.com/7uvi27cA

Whenever I try to import Masterchef Australia Sonarr hangs until I stop the service and restart it, I finally got it added by moving all of the files to my Dronefactory, adding the series and then scanning the drone factory however it will add files only up to a point and then it hangs again, if I rename the file it hangs on to something else it Sonarr will skip that file and continue on it’s way, however this is not a solution. I have tried to import the file and have attached the trace logs above. Any advice will be appreciated.

I don’t know if this will help but here is the logs when I try to import a series on disk:

http://pastebin.com/hqQCaCjW

after that last entry Sonarr just crashes. Note this is not the full log but before this noting indicates a problem.

Sounds like media info is hanging on a specific file, though your two logs are from two different shows. Capturing the output of the mono process may yield more information as something may be logged that Sonarr itself can’t log due to it crashing, or try moving the file that was last logged and retrying.

You are correct, if I move the problem file it continues without a hitch. How do I capture the mono output?

You’ll want output and errors.

I understand that will help but as a linux noob I’m still a little lost

mono --debug /path/to/NzbDrone.exe &>~/output.txt will log to output.txt in your home folder. Of course you’ll need to enter the actual path to NzbDrone.exe.

Ok will do and update asap

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