#12479 NORM 13.1.0: Wikipedia can't resolve localhost
Zarro Boogs per Child
bugtracker at laptop.org
Mon Jan 21 08:51:02 EST 2013
#12479: Wikipedia can't resolve localhost
-------------------------------------------+--------------------------------
Reporter: godiard | Owner: godiard
Type: defect | Status: new
Priority: normal | Milestone: 13.1.0
Component: wikibrowse-activity | Version: not specified
Resolution: | Keywords:
Next_action: diagnose | Verified: 0
Deployment_affected: | Blockedby:
Blocking: |
-------------------------------------------+--------------------------------
Comment(by manuq):
Most importantly, there is a dbus error traceback in Wikipedia log:
{{{
1358774396.951212 ERROR dbus.connection: Exception in handler for D-Bus
signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in
maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-
packages/sugar3/presence/connectionmanager.py", line 89, in
__status_changed_cb
self._connections_per_account[account_path].connected = False
KeyError:
dbus.ObjectPath('/org/freedesktop/Telepathy/Account/salut/local_xmpp/account0')
}}}
Added a conditional in Sugar shell to workaround (or fix?) the TypeError
in neighborhood.py, but the dbus error in Wikipedia persist.
{{{
--- a/src/jarabe/model/neighborhood.py
+++ b/src/jarabe/model/neighborhood.py
@@ -389,6 +389,9 @@ class _Account(GObject.GObject):
if room_handle == 0:
home_activity_id = ''
+ if self._connection is None:
+ return
+
connection = self._connection[CONNECTION_INTERFACE_BUDDY_INFO]
connection.SetCurrentActivity(
home_activity_id,
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/12479#comment:8>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list