Ticket #616 (closed bug: duplicate)
Fails to start if file name passed from command line
| Reported by: | ihunter | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | Core | Version: | 0.5 |
| Keywords: | Cc: |
Description
ihunter$ listen a.mp3
listen a.mp3
No musicbrainz support (musicbrainz2 missing)
No iPod support
No Audio cd support (musicbrainz2 missing)
/usr/lib/listen/widget/tray.py:45: DeprecationWarning: the module egg.trayicon is deprecated; equivalent functionality can now be found in pygtk 2.10
try: import egg.trayicon
Traceback (most recent call last):
File "/usr/lib/listen/listen.py", line 219, in <module>
ListenApp()
File "/usr/lib/listen/listen.py", line 151, in __init__
option.run_load(bonobo_client)
File "/usr/lib/listen/option_parser.py", line 105, in run_load
ret = client.msg_send("add",("play",self.convert_args_to_uris_string(self.args)))
AttributeError: 'NoneType' object has no attribute 'msg_send'
ihunter$ listen --version
listen.py 0.5
ihunter$ uname -a
Linux kawaii 2.6.20-12-generic #2 SMP Sun Mar 18 03:07:14 UTC 2007 i686 GNU/Linux
ubuntu 7.04 feisty fawn
Hope it will be fixed soon - player can't enqueue files by click
Change History
Note: See
TracTickets for help on using
tickets.
