Sonarr version (exact version): 2.0.0.4230 Mono version (if Sonarr is not running on Windows): ? OS: OS X Debug logs: http://hastebin.com/xutopojima.tex Description of issue:
All of a sudden Sonarr doesn’t work anymore. It does start, but the web interface just shows a loading indicator that never goes away with an Internal Server Error in the console. Looked in the log files, see hastebin url.
So I’ve removed everything from my /.config/NzbDrone/ folder and copied back a backup of the config.xml and nzbdrone.db files. Started Sonarr and got a whole bunch of different errors.
The issue is if the DB was corrupt, but Sonarr was running the information would be cached and probably wouldn’t make a difference.
If you feel comfortable working with the database directly you could run DELETE FROM SceneMappings to delete everything in that table and eliminate the issue without losing anything else. You’d need to open it in a SQLite tool of some sort.