gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #04313
[Bug 1264824] [NEW] Gwibber service crashed without Network Manager
Public bug reported:
I don't use NetworkManager. So,
~$ gwibber
ERROR:dbus.proxies:Introspect error on com.Gwibber.Service:/com/gwibber/Service: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/bin/gwibber-service exited with status 1
Traceback (most recent call last):
File "/usr/bin/gwibber", line 87, in <module>
client.Client()
File "/usr/lib/pymodules/python2.7/gwibber/client.py", line 623, in __init__
self.w = GwibberClient()
File "/usr/lib/pymodules/python2.7/gwibber/client.py", line 40, in __init__
self.model = gwui.Model()
File "/usr/lib/pymodules/python2.7/gwibber/gwui.py", line 53, in __init__
self.services = json.loads(self.daemon.GetServices())
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/bin/gwibber-service exited with status 1
~$ /usr/bin/gwibber-service
Loading plugin Facebook version 1.1
Loading plugin FriendFeed version 0.1
Loading plugin Twitter version 1.0
Traceback (most recent call last):
File "/usr/bin/gwibber-service", line 77, in <module>
connection_monitor = dispatcher.ConnectionMonitor()
File "/usr/lib/pymodules/python2.7/gwibber/microblog/dispatcher.py", line 823, in __init__
log.logger.debug("NM Version is %s", str(self.nm.Get(NM_DBUS_INTERFACE, "Version")))
AttributeError: 'ConnectionMonitor' object has no attribute 'nm'
** Affects: gwibber
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/1264824
Title:
Gwibber service crashed without Network Manager
Status in Gwibber:
New
Bug description:
I don't use NetworkManager. So,
~$ gwibber
ERROR:dbus.proxies:Introspect error on com.Gwibber.Service:/com/gwibber/Service: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/bin/gwibber-service exited with status 1
Traceback (most recent call last):
File "/usr/bin/gwibber", line 87, in <module>
client.Client()
File "/usr/lib/pymodules/python2.7/gwibber/client.py", line 623, in __init__
self.w = GwibberClient()
File "/usr/lib/pymodules/python2.7/gwibber/client.py", line 40, in __init__
self.model = gwui.Model()
File "/usr/lib/pymodules/python2.7/gwibber/gwui.py", line 53, in __init__
self.services = json.loads(self.daemon.GetServices())
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/bin/gwibber-service exited with status 1
~$ /usr/bin/gwibber-service
Loading plugin Facebook version 1.1
Loading plugin FriendFeed version 0.1
Loading plugin Twitter version 1.0
Traceback (most recent call last):
File "/usr/bin/gwibber-service", line 77, in <module>
connection_monitor = dispatcher.ConnectionMonitor()
File "/usr/lib/pymodules/python2.7/gwibber/microblog/dispatcher.py", line 823, in __init__
log.logger.debug("NM Version is %s", str(self.nm.Get(NM_DBUS_INTERFACE, "Version")))
AttributeError: 'ConnectionMonitor' object has no attribute 'nm'
To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/1264824/+subscriptions
Follow ups
References