'Indexers unavailable due to failures' After Update (Quick Fix Works)

Sonarr version (exact version): 2.0.0.4855
Mono version (if Sonarr is not running on Windows): Mono JIT compiler version 5.0.1.1 (2017-02/5077205 Wed May 24 13:16:08 UTC 2017)
OS: CentOS Linux release 7.3.1611
Debug logs: https://drive.google.com/file/d/0Bwxma5TPAXLBcFp2eldaR1FZVGM/view?usp=sharing

I’m adding this entry here, but please let me know if I need to start a new thread. I looked for ‘NamedResolutionFailure’ in the debug log, but didn’t see any occurrences of it, so I think it’s a different issue? It should be noted that this error started yesterday when I upgraded Sonarr (Updating Sonarr from version 2.0.0.4472 to version 2.0.0.4855). Any insight would be greatly appreciated! It should be noted, I have someone’s personal indexer which doesn’t throw this issue, however I get this error both for oznzb.com and nzbgeek.info; these indexers all work in CouchPotato.

If it turns out this a bug in the latest Sonarr version, is it possible to go back a version until it’s resolved?

CentOS + mono 5.0 means you need to take a look at this:

1 Like

The second post in that thread links to a reddit post (with a solution). After going to that reddit post (https://www.reddit.com/r/sonarr/comments/6b3ifc/sonarrs_crashing_because_of_something_to_do_with/), the very top EDIT commend says that the latest version of Sonarr resolves this issue? I will test using this switch in sonarr.service and see if it makes a difference. I’ll report back shortly.

EDIT:
Ok, so appears that this may be a slightly different bug, as latest version of Sonarr does not resolve the issue, however MONO_TLS_PROVIDER=legacy does resolve the issue. Thanks markus101!

This is what I did for CentOS v7.x
Edit /usr/lib/systemd/system/sonarr.service
And add under [Service] the following line: Environment=MONO_TLS_PROVIDER=legacy
Save and exit
systemctl daemon-reload
service sonarr restart
Test Indexer and it now works

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