Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/03df9b7f07a7ce5447444c85b8aaba6cc4b9f40b
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
8 additions and
1 deletions
@ -1,5 +1,6 @@
import PropTypes from 'prop-types' ;
import React , { Component } from 'react' ;
import Alert from 'Components/Alert' ;
import TextInput from 'Components/Form/TextInput' ;
import Icon from 'Components/Icon' ;
import Button from 'Components/Link/Button' ;
@ -130,7 +131,12 @@ class AddNewMovie extends Component {
< div className = { styles . helpText } >
{ translate ( 'FailedLoadingSearchResults' ) }
< / d i v >
< div > { getErrorMessage ( error ) } < / d i v >
< Alert kind = { kinds . WARNING } > { getErrorMessage ( error ) } < / A l e r t >
< div >
< Link to = "https://wiki.servarr.com/radarr/troubleshooting#invalid-response-received-from-tmdb" >
{ translate ( 'WhySearchesCouldBeFailing' ) }
< / L i n k >
< / d i v >
< / d i v > : n u l l
}
@ -1327,6 +1327,7 @@
"WhatsNew" : "What's new?" ,
"WhitelistedHardcodedSubsHelpText" : "Subtitle tags set here will not be considered hardcoded" ,
"WhitelistedSubtitleTags" : "Whitelisted Subtitle Tags" ,
"WhySearchesCouldBeFailing" : "Click here to find out why searches could be failing" ,
"Wiki" : "Wiki" ,
"WouldYouLikeToRestoreBackup" : "Would you like to restore the backup '{name}'?" ,
"Year" : "Year" ,