[SOLVED] "Request Failed" while trying to access settings

Sonarr Ver: 2.0.0.4230
OS: Server 2012 R2
Debug Log: http://hastebin.com/umivonafoj.tex

Been running Sonarr perfectly on Ubuntu for awhile now, but I needed to switch to Server 2012 because of driver issues with my media server. Installed Server 2012 Standard. Re-installed Sonarr yesterday, added all my shows just fine. Tried to enter settings and…slidey dots and the settings page doesn’t load. Checked the logs and found:

Request Failed: Sequence contains more than one element

Googled that error, only 1 page came up and it was about too many users. I haven’t been able to get into settings to set a user so I don’t think that applies to me in this case.

Worked flawlessly on mono, strange that it would screw up in its native environment.

Looks like there are duplicate records in the NamingConfig table, which should never happen except in an extreme edge case.

The easiest fix would be to open the DB in something that can open SQLite databases (I used Database ,net personally) and run DELETE FROM NamingConfig which will remove the lines that are there.

I’ll make a note to look into solving this automatically at startup.

That worked,

Much appreciated.

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