appbox_swizzin_installer icon indicating copy to clipboard operation
appbox_swizzin_installer copied to clipboard

Sonarr Error : Failed to load series from API

Open Morantoine opened this issue 3 years ago • 1 comments

Hello,

Trying to figure out how to solve the "Failed to load series from API" error from Sonarr UI. Looks like a reverse proxy issue because there is no problem when accessing Sonarr directly, maybe because of the custom install? Thanks.

Morantoine avatar Feb 04 '23 17:02 Morantoine

Actually it looks like a bug in Swizzin you can fix it by running the command:

sed -i 's/127.0.0.1/*/g' /home/appbox/.config/Sonarr/config.xml && sudo systemctl restart sonarr

coder8338 avatar Mar 09 '23 19:03 coder8338