Comment 1 for bug 1008614

Revision history for this message
Tony Maro (tonymaro) wrote :

It seems to have gotten worse. Now, Pithos only reports the following:

tony@river:~$ pithos --verbose
INFO - pithos:<module>:828 - Pithos 0.3.17
/usr/bin/pithos:805: GtkWarning: Ignoring the separator setting
  builder.add_from_file(ui_filename)
INFO - plugin:enable:35 - Enabling module notification_icon
INFO - plugin:enable:35 - Enabling module mediakeys
INFO - mediakeys:bind_dbus:32 - Bound media keys with DBUS
INFO - pandora:connect:172 - Time offset is -2.71915888786
INFO - pithos:pandora_ready:328 - Pandora connected
INFO - pithos:process_stations:348 - Restoring saved station: id = 496458654208065255
INFO - pithos:station_changed:541 - Selecting station 496458654208065255; total = 26
INFO - pandora:get_playlist:247 - pandora: Get Playlist
WARNING - pithos:eb:313 - Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pithos/gobject_worker.py", line 34, in _run
    result = command(*args)
  File "/usr/lib/python2.7/dist-packages/pithos/pandora/pandora.py", line 252, in get_playlist
    songs.append(Song(self.pandora, i))
  File "/usr/lib/python2.7/dist-packages/pithos/pandora/pandora.py", line 276, in __init__
    self.audioUrl = d['additionalAudioUrl'][self.pandora.audio_format]
IndexError: list index out of range

The song list stays blank. I try to change stations and get:

INFO - pithos:station_changed:541 - Selecting station 524154548952858343; total = 26
INFO - pandora:get_playlist:247 - pandora: Get Playlist
WARNING - pithos:eb:313 - Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pithos/gobject_worker.py", line 34, in _run
    result = command(*args)
  File "/usr/lib/python2.7/dist-packages/pithos/pandora/pandora.py", line 252, in get_playlist
    songs.append(Song(self.pandora, i))
  File "/usr/lib/python2.7/dist-packages/pithos/pandora/pandora.py", line 276, in __init__
    self.audioUrl = d['additionalAudioUrl'][self.pandora.audio_format]
IndexError: list index out of range