Ticket #584 (closed bug: fixed)

Opened 21 months ago

Last modified 21 months ago

Wrong dbus object path

Reported by: SvenL Owned by:
Priority: minor Milestone:
Component: Core Version: 0.5
Keywords: Cc:

Description

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 58, in init

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

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

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

ValueError?: Invalid object path '/org/gnome/listen/': ends with '/' and is not just '/'

Change History

Changed 21 months ago by theli

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

solved when fixes this ticket #571

Note: See TracTickets for help on using tickets.