Error trying to start pithos

Asked by phillip toohill

Traceback (most recent call last):
  File "/usr/bin/pithos", line 532, in on_gst_error
    def on_gst_error(self, bus, message):
AttributeError: 'NoneType' object has no attribute 'message'
ERROR:root:Gstreamer error: Resource not found., gstplaybin2.c(3440): setup_next_source (): /GstPlayBin2:player
Traceback (most recent call last):
  File "/usr/bin/pithos", line 532, in on_gst_error
    def on_gst_error(self, bus, message):
AttributeError: 'NoneType' object has no attribute 'message'

pressing other buttons i recieve same error but for 'int'

it seems im missings a c library, but dont think i need to install anything, ive just updated through apt-get before updating and reason for updating is because the authentication issue in old version... now its broken :(

Question information

Language:
English Edit question
Status:
Answered
For:
Pithos Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Adam Porter (alphapapa) said :
#1

Please file this as a bug. Also, please provide more details, e.g. version of Pithos, version of Linux distro, list of installed Gstreamer packages and versions, etc. It's not possible to diagnose this problem without such info.

Also, by what means are you launching Pithos?

Revision history for this message
Adam Porter (alphapapa) said :
#2

Dev note:

pithos/bin/pithos:
def on_gst_error(self, bus, message):
...
self.current_song.message = "Error: "+str(err)

needs to be:

if self.current_song: self.current_song.message = "Error: "+str(err)

Can you help with this problem?

Provide an answer of your own, or ask phillip toohill for more information if necessary.

To post a message you must log in.