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
192.168.0.103:61945 - - [28/Oct/2010 14:14:53] "HTTP/1.1 GET /status" - 200 OK
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/web/application.py", line 242, in process
return self.handle()
File "/usr/local/lib/python2.6/dist-packages/web/application.py", line 233, in handle
return self._delegate(fn, self.fvars, args)
File "/usr/local/lib/python2.6/dist-packages/web/application.py", line 412, in _delegate
return handle_class(cls)
File "/usr/local/lib/python2.6/dist-packages/web/application.py", line 387, in handle_class
return tocall(*args)
File "/home/jbarciauskas/pandoraweb/pandoraweb.py", line 88, in GET
GlobalsManager.getPlayer().nextSong()
File "/home/jbarciauskas/pandoraweb/GstHandler.py", line 31, in nextSong
self.currentSong = self.playlist.getNextSong()
File "/home/jbarciauskas/pandoraweb/pithos/pandora/pandora.py", line 249, in getNextSong
self.refreshListOfSongs()
File "/home/jbarciauskas/pandoraweb/pithos/pandora/pandora.py", line 257, in refreshListOfSongs
self.listOfSongs = self.station.get_playlist()
File "/home/jbarciauskas/pandoraweb/pithos/pandora/pandora.py", line 221, in get_playlist
playlist = self.pandora.xmlrpc_call('playlist.getFragment', [self.id, '0', '', '', AUDIO_FORMAT, '0', '0'])
File "/home/jbarciauskas/pandoraweb/pithos/pandora/pandora.py", line 127, in xmlrpc_call
raise PandoraAuthTokenInvalid(msg)
PandoraAuthTokenInvalid
The text was updated successfully, but these errors were encountered:
192.168.0.103:61945 - - [28/Oct/2010 14:14:53] "HTTP/1.1 GET /status" - 200 OK
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/web/application.py", line 242, in process
return self.handle()
File "/usr/local/lib/python2.6/dist-packages/web/application.py", line 233, in handle
return self._delegate(fn, self.fvars, args)
File "/usr/local/lib/python2.6/dist-packages/web/application.py", line 412, in _delegate
return handle_class(cls)
File "/usr/local/lib/python2.6/dist-packages/web/application.py", line 387, in handle_class
return tocall(*args)
File "/home/jbarciauskas/pandoraweb/pandoraweb.py", line 88, in GET
GlobalsManager.getPlayer().nextSong()
File "/home/jbarciauskas/pandoraweb/GstHandler.py", line 31, in nextSong
self.currentSong = self.playlist.getNextSong()
File "/home/jbarciauskas/pandoraweb/pithos/pandora/pandora.py", line 249, in getNextSong
self.refreshListOfSongs()
File "/home/jbarciauskas/pandoraweb/pithos/pandora/pandora.py", line 257, in refreshListOfSongs
self.listOfSongs = self.station.get_playlist()
File "/home/jbarciauskas/pandoraweb/pithos/pandora/pandora.py", line 221, in get_playlist
playlist = self.pandora.xmlrpc_call('playlist.getFragment', [self.id, '0', '', '', AUDIO_FORMAT, '0', '0'])
File "/home/jbarciauskas/pandoraweb/pithos/pandora/pandora.py", line 127, in xmlrpc_call
raise PandoraAuthTokenInvalid(msg)
PandoraAuthTokenInvalid
The text was updated successfully, but these errors were encountered: