Ticket #6812 (new defect)

Opened 8 months ago

Last modified 4 months ago

./xo-get fails to connect

Reported by: zimm Owned by: crazy-chris
Priority: low Milestone:
Component: xo-get Version:
Keywords: Cc:
Action Needed: Verified: yes
Deployments affected: Blocked By:
Blocking:

Description

so I don't waste your time, this may be attributable to my using xfce instead of sugar. connected using wifi-radar.

here is the output in terminal:

xo-get 1.2.5

Traceback (most recent call last):

File "./xo-get.py", line 827, in <module>

xoget = XOGet()

File "./xo-get.py", line 183, in init

self.get_activity_registry()

File "./xo-get.py", line 234, in get_activity_registry

a_arr = activity.get_registry().get_activities()

File "/usr/lib/python2.5/site-packages/sugar/activity/registry.py", line 162, in get_registry

_registry = ActivityRegistry()

File "/usr/lib/python2.5/site-packages/sugar/activity/registry.py", line 55, in init

bus = dbus.SessionBus()

File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 213, in new

mainloop=mainloop)

File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 102, in new

bus = BusConnection.new(subclass, bus_type, mainloop=mainloop)

File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 125, in new

bus = cls._new_for_bus(address_or_type, mainloop=mainloop)

dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

Change History

Changed 4 months ago by gregorio

  • milestone deleted

Milestone Never Assigned deleted

Note: See TracTickets for help on using tickets.