Hellowlol / HTPC-Manager

A fully responsive interface to manage all your favorite software on your Htpc.
MIT License
344 stars 48 forks source link

Sonarr data display very inconsistent #528

Open blade316 opened 7 years ago

blade316 commented 7 years ago

Reporting Issues:

Running unRAID v6.2.4 Running all my apps using separate dockers Running the latest version of Sonarr - 2.0.0.4472 - Jan 2 2017

HTPC details: Updater Git BRANCH master2 Current commit 366a407d325ddad87b3c25b270b502877a4a2c8a Auto update True RUNDIR /app/htpcmanager DATADIR /config DB /config/database.db WEBDIR / AUTH True LOGLEVEL debug locale UTF-8 ARGS --datadir /config OS Linux-4.4.30-unRAID-x86_64-with Python version: 2.7.12 (default, Jun 29 2016, 08:57:23) [GCC 5.3.0]

Problem: Displaying the Sonarr data through HTPC seems very inconsistent, 8/10 times I just get the spinning circle, and it never brings the Sonarr data up.

What I've done: I've recreated my connection settings for Sonarr, and all tested fine, however still didn't work. I've restarted Sonarr multiple times I've restarted HTPC multiple times I've removed and recreated the Sonarr docker

my Sonarr settings are:

IP: 192.168.2.195 Port: 8989 Network Mode: Bridge

HTPC Manager Settings: IP: 192.168.2.195 Port: 8097 Network Mode: Bridge

Logs below:

Date Module Level Message 2017-01-21 11:21:30 webui.console.errors ERROR {'message': u"ReferenceError: Can't find variable: qlty", 'line': u'65', 'file': u'http://192.168.2.195:8097/js/sonarr.js?1484961690.0', 'page': u'http://192.168.2.195:8097/sonarr/'} 2017-01-21 11:21:29 webui.console.errors ERROR {'message': u"ReferenceError: Can't find variable: qlty", 'line': u'65', 'file': u'http://192.168.2.195:8097/js/sonarr.js?1484961688.52', 'page': u'http://192.168.2.195:8097/sonarr/'} 2017-01-21 11:21:27 webui.console.errors ERROR {'message': u"ReferenceError: Can't find variable: qlty", 'line': u'65', 'file': u'http://192.168.2.195:8097/js/sonarr.js?1484961687.16', 'page': u'http://192.168.2.195:8097/sonarr/'} 2017-01-21 11:21:22 webui.console.errors ERROR {'message': u"ReferenceError: Can't find variable: qlty", 'line': u'65', 'file': u'http://192.168.2.195:8097/js/sonarr.js?1484961681.87', 'page': u'http://192.168.2.195:8097/sonarr/'}

antdesca commented 7 years ago

same issue here

Hellowlol commented 7 years ago

I believe this a race condition. I'll fix this to morrow.