Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/59f487392e8993ac0513b1c380042c1e668182dd
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
8 additions and
8 deletions
@ -424,7 +424,7 @@
connection . log ( "Negotiating with '" + url + "'." ) ;
$ . ajax ( {
url : url ,
global : fals e,
global : tru e,
cache : false ,
type : "GET" ,
contentType : connection . contentType ,
@ -758,7 +758,7 @@
$ . ajax ( {
url : url ,
global : fals e,
global : tru e,
cache : false ,
type : "GET" ,
contentType : connection . contentType ,
@ -861,7 +861,7 @@
url = this . addQs ( url , connection ) ;
return $ . ajax ( {
url : url ,
global : fals e,
global : tru e,
type : connection . ajaxDataType === "jsonp" ? "GET" : "POST" ,
contentType : signalR . _ . defaultContentType ,
dataType : connection . ajaxDataType ,
@ -899,7 +899,7 @@
url : url ,
async : async ,
timeout : 1000 ,
global : fals e,
global : tru e,
type : "POST" ,
contentType : connection . contentType ,
dataType : connection . ajaxDataType ,
@ -1665,7 +1665,7 @@
connection . log ( "Attempting to connect to '" + url + "' using longPolling." ) ;
instance . pollXhr = $ . ajax ( {
url : url ,
global : fals e,
global : tru e,
cache : false ,
type : "GET" ,
dataType : connection . ajaxDataType ,
@ -2,7 +2,7 @@ var vent = require('vent');
var AppLayout = require ( '../AppLayout' ) ;
var Marionette = require ( 'marionette' ) ;
var NotFoundView = require ( './NotFoundView' ) ;
var Messenger = require ( ' m essenger') ;
var Messenger = require ( ' ./M essenger') ;
module . exports = Marionette . AppRouter . extend ( {
initialize : function ( ) {
@ -41,7 +41,7 @@ module.exports = Marionette.AppRouter.extend({
Messenger . show ( {
message : 'Sonarr has been updated' ,
hideAfter : 0 ,
id : ' drone Updated',
id : ' sonarr Updated',
actions : {
viewChanges : {
label : 'View Changes' ,
@ -10,4 +10,4 @@ $(document).ajaxSuccess(function(event, xhr) {
if ( version !== window . NzbDrone . Version ) {
vent . trigger ( vent . Events . ServerUpdated ) ;
}
} ) ;
} ) ;