Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AuthToken times out - catch exception and log in again #7

Open
jbarciauskas opened this issue Oct 28, 2010 · 0 comments
Open

AuthToken times out - catch exception and log in again #7

jbarciauskas opened this issue Oct 28, 2010 · 0 comments

Comments

@jbarciauskas
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant