Advertisement
Guest User

Pithos Getting Stations, But Not Songs

a guest
Jun 25th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. INFO - pithos:<module>:828 - Pithos 0.3.17
  2. /usr/bin/pithos:805: GtkWarning: Ignoring the separator setting
  3. builder.add_from_file(ui_filename)
  4. INFO - plugin:enable:35 - Enabling module mediakeys
  5. ERROR - mediakeys:on_enable:65 - Could not bind media keys
  6. INFO - plugin:enable:35 - Enabling module notify
  7. INFO - pandora:connect:172 - Time offset is -0.496042013168
  8. INFO - pithos:pandora_ready:328 - Pandora connected
  9. INFO - pithos:process_stations:348 - Restoring saved station: id = 868524992971211366
  10. INFO - pithos:station_changed:541 - Selecting station 868524992971211366; total = 22
  11. INFO - pandora:get_playlist:247 - pandora: Get Playlist
  12. WARNING - pithos:eb:313 - Traceback (most recent call last):
  13. File "/usr/lib/python2.7/dist-packages/pithos/gobject_worker.py", line 34, in _run
  14. result = command(*args)
  15. File "/usr/lib/python2.7/dist-packages/pithos/pandora/pandora.py", line 252, in get_playlist
  16. songs.append(Song(self.pandora, i))
  17. File "/usr/lib/python2.7/dist-packages/pithos/pandora/pandora.py", line 276, in __init__
  18. self.audioUrl = d['additionalAudioUrl'][self.pandora.audio_format]
  19. IndexError: list index out of range
  20.  
  21. ERROR - pithos:on_gst_error:554 - Gstreamer error: Resource not found., gstplaybin2.c(3824): setup_next_source (): /GstPlayBin2:player, 3
  22. Traceback (most recent call last):
  23. File "/usr/bin/pithos", line 564, in on_gst_error
  24. self.next_song()
  25. File "/usr/bin/pithos", line 401, in next_song
  26. self.start_song(self.current_song_index + 1)
  27. TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement