Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/1864a79f99c7cf386ededabeef025e503076a1b6
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -46,7 +46,7 @@ namespace NzbDrone.Core.Indexers.Newznab
yield return GetDefinition ( "NZBFinder.ws" , GetSettings ( "https://nzbfinder.ws" , 5010 , 5030 , 5040 , 5045 ) ) ;
yield return GetDefinition ( "NZBgeek" , GetSettings ( "https://api.nzbgeek.info" ) ) ;
yield return GetDefinition ( "nzbplanet.net" , GetSettings ( "https://api.nzbplanet.net" ) ) ;
yield return GetDefinition ( "Nzbs.org" , GetSettings ( "http://nzbs.org" , 5 000) ) ;
yield return GetDefinition ( "Nzbs.org" , GetSettings ( "http://nzbs.org" , 2 000) ) ;
yield return GetDefinition ( "OZnzb.com" , GetSettings ( "https://api.oznzb.com" ) ) ;
yield return GetDefinition ( "PFmonkey" , GetSettings ( "https://www.pfmonkey.com" ) ) ;
yield return GetDefinition ( "SimplyNZBs" , GetSettings ( "https://simplynzbs.com" ) ) ;