App.js 37976 Uncaught TypeError

Hi,

I’ve got sonar setup on my main server, if I access the web interface directly on the server everything is fine. However if I go to the web interface from another machine using the url like this:

http://servermachine:8989/series/the-100

I get an error when tried to view the series details. I get the list of series but when I click on one to get more info it fails to load the episodes and pops up with an error.

app.js 37976
Uncaught TypeError: object is not a function

any ideas ? as at the moment i’m having to remote onto my server to do any changes.

Thanks

Which version of Sonarr?

A forced refresh (CTRL + F5) should redownload everything from the server again, likely something didn’t cache correctly.

thanks, managed to work it out.

It was an extension I had for Chrome called “Better popup blocker” added the site to the white list and its fine :smile:
Thanks again.