Ticket #571 (closed bug: fixed)

Opened 19 months ago

Last modified 19 months ago

Listen call for DBus wrong

Reported by: pochu Owned by: theli
Priority: major Milestone: 0.6
Component: Core Version: trunk
Keywords: Cc: pochu27@…

Description

Tried to run listen 0.5:

emilio@kiko:~/deb/listen/listen-0.5$ listen No musicbrainz support (musicbrainz2 missing) No iPod support No Audio cd support (musicbrainz2 missing) Error grabbing key 144, 0x8486818 Error grabbing key 153, 0x8486818 Error grabbing key 162, 0x8486818 Error grabbing key 164, 0x8486818 Traceback (most recent call last):

File "/usr/lib/listen/listen.py", line 219, in <module>

ListenApp?()

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

self.listen_instance = Listen()

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

self.dbus_service = ListenDBus(self,player)

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

dbus.service.Object.init(self, bus_name, object_path)

File "/var/lib/python-support/python2.5/dbus/service.py", line 418, in init

self._connection._register_object_path(object_path, self._message_cb, self._unregister_cb)

RuntimeError?: To make asynchronous calls, receive signals or export objects, D-Bus connections must be attached to a main loop by passing mainloop=... to the constructor or calling dbus.set_default_main_loop(...) emilio@kiko:~/deb/listen/listen-0.5$

Change History

Changed 19 months ago by sjh

This is the same bug as 566. http://www.listen-project.org/ticket/566

A patch is attached to that ticket.

Changed 19 months ago by theli

  • status changed from new to assigned

Changed 19 months ago by theli

  • status changed from assigned to closed
  • resolution set to fixed

(In [700]) Add the new dbus mainloop feature in version 0.80, fixes #566, #571 and refs #566, #571.

Note: See TracTickets for help on using tickets.