Ticket #513 (closed bug: fixed)

Opened 2 years ago

Right click in Nautilus Open With... Listen media player

Reported by: nobody Owned by: theli
Priority: minor Milestone:
Component: Other Version:
Keywords: Cc:

Description

Do not open the player and do not play the file

Change History

Changed 2 years ago by pochu

Logged In: YES user_id=1450347

I can confirm this bug in Ubuntu Edgy Eft and Listen 0.5-beta1 (deb package) downloaded from sourceforge

Changed 2 years ago by nobody

Logged In: NO

myname@MyPC:~$ listen -a mymusic.mp3 Traceback (most recent call last):

File "/usr/bin/listen", line 409, in ?

Listen()

File "/usr/bin/listen", line 148, in init

res = client_bis.msg_send("control", ("play",str(uri)))

AttributeError?: 'NoneType?' object has no attribute 'msg_send'

that's the error when i do it on shell... my linux is Ubuntu 6.10 Edgy Eft

Changed 2 years ago by nobody

Logged In: NO

myname@MyPC:~$ listen -a mymusic.mp3 Traceback (most recent call last):

File "/usr/bin/listen", line 409, in ?

Listen()

File "/usr/bin/listen", line 148, in init

res = client_bis.msg_send("control", ("play",str(uri)))

AttributeError?: 'NoneType?' object has no attribute 'msg_send'

that's the error when i do it on shell... my Linux is Ubuntu 6.10 Edgy Eft my Listen version is 0.4.3-1 (from ubuntu's universe) my Gnome version is 2.16.1

Changed 2 years ago by pochu

Logged In: YES user_id=1450347 Originator: NO

I've tried it with 0.5-beta1

This is the output:

pochu@pc:~$ listen -a music.mp3 No musicbrainz2 support No musicbrainz2 support No Audio cd support Traceback (most recent call last):

File "/usr/lib/listen/listen.py", line 209, in ?

ListenApp?()

File "/usr/lib/listen/listen.py", line 142, in init

option.run_load(bonobo_client)

File "/usr/lib/listen/option_parser.py", line 97, in run_load

ret = client.msg_send("add",("play",self.convert_args_to_uris_string(self.options.file_to_play)))

AttributeError?: 'NoneType?' object has no attribute 'msg_send'

Changed 2 years ago by dentaku65

Logged In: YES user_id=1648176 Originator: NO

I confirm too on Ubuntu Edgy the error

No musicbrainz2 support No musicbrainz2 support No Audio cd support No Notify support Traceback (most recent call last):

File "/usr/lib/listen/listen.py", line 209, in ?

ListenApp?()

File "/usr/lib/listen/listen.py", line 142, in init

option.run_load(bonobo_client)

File "/usr/lib/listen/option_parser.py", line 106, in run_load

ret = client.msg_send("add",("play",self.convert_args_to_uris_string(self.ar

gs))) AttributeError?: 'NoneType?' object has no attribute 'msg_send'

Changed 2 years ago by kuruzman

Logged In: YES user_id=1632706 Originator: NO

Arguments passed to Listen are taken just I Listen is already launched. If it is not launched, it crash (option_parser.py in run_load(), var client must be an object). Too bad...

Changed 2 years ago by theli

  • status changed from assigned to closed
Note: See TracTickets for help on using tickets.