Sonarr API Key Seems to Be Bugged

Sonarr version - 2.0.0.4389
Mono version (if Sonarr is not running on Windows):
OS: Windows 10
((Debug logs)):http://pastebin.com/xwwRiU8z
(Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here)
Description of issue: Originally noticed the issue after i migrated sonarr over to a new machine. When trying to setup plexrequests to the new machine it seems to be unable to communicate with sonarr due to an exception with the API key. I tried going to http://localhost:38082/api/system/status?apikey=YourAPIKey and recieve the following error
{
“error”: “Unauthorized”
}

I have tried resetting the API key a couple of times however it has not fixed the issue.

Cheers,

See also: https://github.com/tidusjar/PlexRequests.Net/issues/662

Did you restart Sonarr after resetting it?
Sonarr’s UI uses the API key as well (though it’s set via the X-API-Key header).
I just grabbed 2.0.0.4389 to make sure it’s not an issue with that version and can load http://localhost:38082/api/system/status?apikey=YourAPIKey (replacing 38082 with 8989 for my setup and using my actual API key) without issue.

Your debug logs don’t show anything useful because it’s only showing startup log messages (since debug logging hasn’t actually been enabled).

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