You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.showErrorNotification("Oh snap! We couldn't find what you're watching in Trakt.tv. However if you are logged into NRK, you can now sync your history.");
108
+
Rollbar.info('traktNRK: '+type+' error. Did not find item.',this.item);
109
+
}elseif(status===0){
110
+
// status 0 usually means an response without CORS
111
+
// It could be a 401, so we check if the user has an access_token saved
112
+
ChromeStorage.get(null,function(data){
113
+
if(!!data.access_token){
114
+
this.showErrorNotification("We couldn't talk to Trakt.tv servers. We're trying to fix it, please try again later");
0 commit comments