Sonarr UI completely off -error -> system: 0 uncaught exception

Hello

Sonnarr decided to stop working from what it seems like around new year’s. I love that I can leave it like this unattended, especially around vacation time, such as this was.

It does download episodes, and Sabnzbd has downloaded the episodes, but they were not processed, and I cannot go to the UI of Sonarr as it throws this exception error.

I do not remember which Sonarr version I use, nor if I had set it to auto-update. I installed it a long time ago.

It runs on Ubunu 12.04 LTS and Mono is:
Mono JIT compiler version 4.2.1 (Stable 4.2.1.102/6dd2d0d Thu Nov 12 09:53:18 UTC 2015)

the log file from Sonarr is: http://paste.ubuntu.com/14543031/

I have never taken a backup of anything.

Can this be repaired or should I just re-install Sonarr?

Thank you for your time.

You could repair the database, but that would need to finding the offending item in the DB, could be something in History, Episode files or something else that tracks the quality of an item.

Its a SQLite DB, so you should be able to find it with SELECT * FROM EpisodeFiles WHERE Quality LIKE '%?version%' or replace EpisodeFiles with History to check that table. Then you’d need to fix the JSON thats mixed up.

Thank you Markus, unfortunately I only understand on the surface what you say, but have no idea how to achieve what you say.
Looks like a re-install it will be. And learn to take backups.

Sonarr does weekly backups, so you might be able to restore one.

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