Public bug reported:
Binary package hint: gwibber
Trying to start gwibber from terminal gives following output:
$ gwibber
/usr/share/themes/MurrinaCandido/gtk-2.0/gtkrc:84: Murrine configuration option
"gradients" is no longer supported and will be ignored.
** (gwibber:27633): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'
** (gwibber:27633): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'
** (gwibber:27633): WARNING **: Trying to register gtype
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Updating...
Traceback (most recent call last):
File "/usr/bin/gwibber", line 67, in <module>
client.Client()
File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 447, in
__init__
self.w = GwibberClient()
File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 41, in
__init__
if len(json.loads(self.service.GetAccounts())) == 0:
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.AttributeError:
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/dbus/service.py", line 702, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/lib/python2.6/dist-packages/gwibber/microblog/dispatcher.py", line
491, in GetAccounts
for account in self.accounts.get_records(COUCH_TYPE_ACCOUNT, True):
File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py",
line 482, in get_records
exists = self.view_exists(view_name, design_doc)
File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py",
line 429, in view_exists
self.with_reconnects(self.db.__getitem__, doc_id)["views"]
File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py",
line 168, in with_reconnects
self._reconnect()
File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py",
line 176, in _reconnect
if self._database_name not in self._server:
File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 124, in
__contains__
self.resource.head(validate_dbname(name))
File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 981, in head
return self._request('HEAD', path, headers=headers, **params)
File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1014, in _request
resp, data = _make_request()
File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1009, in
_make_request
body=body, headers=headers)
File "/usr/lib/pymodules/python2.6/httplib2/__init__.py", line 1129, in
request
(response, content) = self._request(conn, authority, uri, request_uri,
method, body, headers, redirections, cachekey)
File "/usr/lib/pymodules/python2.6/httplib2/__init__.py", line 901, in
_request
(response, content) = self._conn_request(conn, request_uri, method, body,
headers)
File "/usr/lib/pymodules/python2.6/httplib2/__init__.py", line 871, in
_conn_request
response = conn.getresponse()
File "/usr/lib/python2.6/httplib.py", line 984, in getresponse
method=self._method)
File "/usr/lib/python2.6/httplib.py", line 330, in __init__
self.fp = sock.makefile('rb', 0)
AttributeError: 'NoneType' object has no attribute 'makefile'
I have Ubuntu 10.04 fully updated.
gwibber version 2.30.0.1-0ubuntu3
---
Architecture: i386
DistroRelease: Ubuntu 10.04
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100224.1)
Package: gwibber 2.30.0.1-0ubuntu3
PackageArchitecture: all
ProcEnviron:
PATH=(custom, user)
LANG=en_US.utf8
SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Tags: lucid
Uname: Linux 2.6.32-22-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
** Affects: gwibber (Ubuntu)
Importance: Undecided
Status: New
** Tags: apport-collected
** Tags added: apport-collected
** Description changed:
Binary package hint: gwibber
Trying to start gwibber from terminal gives following output:
$ gwibber
/usr/share/themes/MurrinaCandido/gtk-2.0/gtkrc:84: Murrine configuration
option "gradients" is no longer supported and will be ignored.
** (gwibber:27633): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'
** (gwibber:27633): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'
** (gwibber:27633): WARNING **: Trying to register gtype
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Updating...
Traceback (most recent call last):
File "/usr/bin/gwibber", line 67, in <module>
client.Client()
File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 447, in
__init__
self.w = GwibberClient()
File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 41, in
__init__
if len(json.loads(self.service.GetAccounts())) == 0:
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.AttributeError:
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/dbus/service.py", line 702, in
_message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/lib/python2.6/dist-packages/gwibber/microblog/dispatcher.py",
line 491, in GetAccounts
for account in self.accounts.get_records(COUCH_TYPE_ACCOUNT, True):
File
"/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line
482, in get_records
exists = self.view_exists(view_name, design_doc)
File
"/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line
429, in view_exists
self.with_reconnects(self.db.__getitem__, doc_id)["views"]
File
"/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line
168, in with_reconnects
self._reconnect()
File
"/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line
176, in _reconnect
if self._database_name not in self._server:
File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 124, in
__contains__
self.resource.head(validate_dbname(name))
File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 981, in head
return self._request('HEAD', path, headers=headers, **params)
File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1014, in
_request
resp, data = _make_request()
File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1009, in
_make_request
body=body, headers=headers)
File "/usr/lib/pymodules/python2.6/httplib2/__init__.py", line 1129, in
request
(response, content) = self._request(conn, authority, uri, request_uri,
method, body, headers, redirections, cachekey)
File "/usr/lib/pymodules/python2.6/httplib2/__init__.py", line 901, in
_request
(response, content) = self._conn_request(conn, request_uri, method, body,
headers)
File "/usr/lib/pymodules/python2.6/httplib2/__init__.py", line 871, in
_conn_request
response = conn.getresponse()
File "/usr/lib/python2.6/httplib.py", line 984, in getresponse
method=self._method)
File "/usr/lib/python2.6/httplib.py", line 330, in __init__
self.fp = sock.makefile('rb', 0)
AttributeError: 'NoneType' object has no attribute 'makefile'
I have Ubuntu 10.04 fully updated.
gwibber version 2.30.0.1-0ubuntu3
+ ---
+ Architecture: i386
+ DistroRelease: Ubuntu 10.04
+ EcryptfsInUse: Yes
+ InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100224.1)
+ Package: gwibber 2.30.0.1-0ubuntu3
+ PackageArchitecture: all
+ ProcEnviron:
+ PATH=(custom, user)
+ LANG=en_US.utf8
+ SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
+ Tags: lucid
+ Uname: Linux 2.6.32-22-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
--
gwibber crashes with AttributeError on startup
https://bugs.launchpad.net/bugs/588626
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs