Ticket #571 (closed bug: fixed)
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>
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$
