scakemyer / plugin.video.quasar

Quasar add-on for Kodi
https://quasar.surge.sh/
346 stars 95 forks source link

Quasar times out accessing Trakt collection #904

Open oblitum opened 6 years ago

oblitum commented 6 years ago

I've used the plugin with success past week, and trakt worked, but just on first day of use, since then it's always timing out after a couple of minutes. This is the relevant log for when I try to list my collection:

ERROR: Control 55 in window 10025 has been asked to focus, but it can't                                                                         
ERROR: CAESinkALSA - snd_pcm_writei(-32) Broken pipe - trying to recover                                                                        
ERROR: [plugin.video.quasar] Traceback (most recent call last):                                                                                 
ERROR: [plugin.video.quasar]   File "/storage/.kodi/addons/plugin.video.quasar/resources/site-packages/quasar/navigation.py", line 178, in run  
ERROR: [plugin.video.quasar]     data = _json(url)                                                                                              
ERROR: [plugin.video.quasar]   File "/storage/.kodi/addons/plugin.video.quasar/resources/site-packages/quasar/navigation.py", line 125, in _json
ERROR: [plugin.video.quasar]     with closing(urllib2.urlopen(url)) as response:                                                                
ERROR: [plugin.video.quasar]   File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen                                                       
ERROR: [plugin.video.quasar]   File "/usr/lib/python2.7/urllib2.py", line 429, in open                                                          
ERROR: [plugin.video.quasar]   File "/usr/lib/python2.7/urllib2.py", line 447, in _open                                                         
ERROR: [plugin.video.quasar]   File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain                                                   
ERROR: [plugin.video.quasar]   File "/usr/lib/python2.7/urllib2.py", line 1228, in http_open                                                    
ERROR: [plugin.video.quasar]   File "/usr/lib/python2.7/urllib2.py", line 1201, in do_open                                                      
ERROR: [plugin.video.quasar]   File "/usr/lib/python2.7/httplib.py", line 1121, in getresponse                                                  
ERROR: [plugin.video.quasar]   File "/usr/lib/python2.7/httplib.py", line 438, in begin                                                         
ERROR: [plugin.video.quasar]   File "/usr/lib/python2.7/httplib.py", line 394, in _read_status                                                  
ERROR: [plugin.video.quasar]   File "/usr/lib/python2.7/socket.py", line 480, in readline                                                       
ERROR: [plugin.video.quasar] timeout: timed out                                                                                                 
ERROR: [plugin.video.quasar]                                                                                                                    
ERROR: GetDirectory - Error getting plugin://plugin.video.quasar/shows/trakt/collection                                                         
ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.quasar/shows/trakt/collection) failed                                                
oblitum commented 6 years ago

Additional log with debug messages when I click the Trakt TV shows Collection button:

On quasar.2.log there's "json: cannot unmarshal array into Go value of type trakt.Show".