AnimeBytes doesn't work with Sonarr v3

Sonarr version (exact version): 3.0.6.1265
Mono version (if Sonarr is not running on Windows): 6.8.0.105
OS: Ubuntu 20.04 LTS
Debug logs:
Standard series type: https://hastebin.com/onaqerupiv.md
Anime series type: https://hastebin.com/ebemegahot.md

Description of issue: I am unable to get Sonarr to show results for AnimeBytes. It shows “Unable to load results for this episode search. Try again later” when I try to do an interactive season search. It is able to find shows on Jackett fine, so this is a Sonarr issue. In indexers, I set each categories to 5070, which is the proper category for getting anime series. I have also made sure to enable “Pad episode number for Sonarr compatability” in Jackett. Disabling it also doesn’t work. I’m not sure what else to do.

“Unable to load results for this episode search. Try again later”

Based on those logs Sonarr is working just fine. Your reverse proxy is timing out.

I’m using nginx from the swizzin seedbox solution. Would you happen to know how to stop nginx from timing out?

edit: nevermind i googled how to do it lol

sudo nano /etc/nginx/nginx.conf

then add

http {
     fastcgi_read_timeout 300;
     proxy_read_timeout 300;
}

and then

sudo service nginx reload

Thanks for your help!

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