Sonarr Web Interface not loading

Windows install, the service starts and stops normally, episodes appear to be downloading. I can get to the web interface, but it just sits there with the animation. This happens from multiple computers in multiple browsers. I downloaded the windows installer and ran it, then rebooted, same thing.

Logs are here.

http://hastebin.com/miponufetu.tex

There is corrupt data in the database, specifically one of the series has a corrupt set of actors.

The easiest solution would be to restore from a backup, alternatively you could edit the database in a SQLite editor to repair it.

The database is C:\ProgramData\NzbDrone\nzbdrone.db and can be fixed by running the command: UPDATE Series SET Actors = '[]'

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