2010-10-21 10:59:27,019 - root - INFO - pandora: Get Playlist
192.168.0.137:49616 - - [21/Oct/2010 10:59:27] "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 69, in GET
GlobalsManager.getPlayer().playStation(GlobalsManager.getPandoraObj().get_station_by_id(stationId))
File "/home/jbarciauskas/pandoraweb/GstHandler.py", line 24, in playStation
self.playlist = Playlist(station)
File "/home/jbarciauskas/pandoraweb/pithos/pandora/pandora.py", line 241, in init
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 125, in xmlrpc_call
code, msg = fault.split('|')[2:]
ValueError: need more than 0 values to unpack
Full exception:
2010-10-21 10:59:27,019 - root - INFO - pandora: Get Playlist
192.168.0.137:49616 - - [21/Oct/2010 10:59:27] "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 69, in GET GlobalsManager.getPlayer().playStation(GlobalsManager.getPandoraObj().get_station_by_id(stationId)) File "/home/jbarciauskas/pandoraweb/GstHandler.py", line 24, in playStation self.playlist = Playlist(station) File "/home/jbarciauskas/pandoraweb/pithos/pandora/pandora.py", line 241, in init 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 125, in xmlrpc_call code, msg = fault.split('|')[2:] ValueError: need more than 0 values to unpack