Comment 30 for bug 523964

Revision history for this message
Omer Akram (om26er) wrote : Re: [Bug 523964] Re: gwibber crashed with AttributeError in __init__()

mathew, start gnome-keyring-daemon from terminal and the start gwibber again
it should work then

On Sat, May 22, 2010 at 5:22 AM, Matthew Schneider
<email address hidden>wrote:

> This is what I get if I try running gwibber from terminal. Its a little
> different.
>
>
> ** (gwibber:8117): WARNING **: Trying to register gtype 'WnckWindowState'
> as enum when in fact it is of type 'GFlags'
>
> ** (gwibber:8117): WARNING **: Trying to register gtype
> 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
>
> ** (gwibber:8117): WARNING **: Trying to register gtype
> 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
> ** Message: secret service operation failed: The name
> org.freedesktop.secrets was not provided by any .service files
> Traceback (most recent call last):
> File "/usr/bin/gwibber", line 50, in <module>
> from gwibber import client
> File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 3, in
> <module>
> import gtk, gobject, gwui, util, resources, actions, json, gconf
> File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 2, in
> <module>
> import os, json, urlparse, resources, util
> File "/usr/lib/python2.6/dist-packages/gwibber/util.py", line 2, in
> <module>
> from microblog.util.couch import RecordMonitor
> File "/usr/lib/python2.6/dist-packages/gwibber/microblog/util/couch.py",
> line 4, in <module>
> import desktopcouch, pycurl, oauth, threading, urllib, re, json
> File "/usr/lib/python2.6/dist-packages/desktopcouch/__init__.py", line 20,
> in <module>
> from desktopcouch.start_local_couchdb import process_is_couchdb,
> read_pidfile
> File
> "/usr/lib/python2.6/dist-packages/desktopcouch/start_local_couchdb.py", line
> 38, in <module>
> from desktopcouch import local_files
> File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line
> 297, in <module>
> xdg_base_dirs.save_config_path("desktop-couch"))
> File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line
> 237, in __init__
> self.configuration = _Configuration(self)
> File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line
> 91, in __init__
> {'desktopcouch': 'basic'})
> gnomekeyring.IOError
>
> --
> gwibber crashed with AttributeError in __init__()
> https://bugs.launchpad.net/bugs/523964
> You received this bug notification because you are subscribed to gwibber
> in ubuntu.
>
> Status in Gwibber: Confirmed
> Status in “gwibber” package in Ubuntu: Confirmed
>
> Bug description:
> Binary package hint: gwibber
>
> With the latest Lucid updates applied, Gwibber fails to start up:
>
> perseus:[~] gwibber
>
> ** (gwibber:18969): WARNING **: Trying to register gtype 'WnckWindowState'
> as enum when in fact it is of type 'GFlags'
>
> ** (gwibber:18969): WARNING **: Trying to register gtype
> 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
>
> ** (gwibber:18969): 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 70, in <module>
> client.Client()
> File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 439, in
> __init__
> self.w = GwibberClient()
> File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 40, 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 397, in GetAccounts
> operations = [(o["target"]["account"], "send_thread", args, None)]
> File
> "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line
> 318, in get_records
> exists = self.view_exists(view_name, design_doc)
> File
> "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line
> 265, in view_exists
> view_container = self.db[doc_id]["views"]
> File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 316, in
> __getitem__
> resp, data = self.resource.get(id)
> File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 978, in get
> return self._request('GET', 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'
>
> ProblemType: Crash
> Architecture: amd64
> Date: Thu Feb 18 17:55:24 2010
> DistroRelease: Ubuntu 10.04
> ExecutablePath: /usr/bin/gwibber
> InterpreterPath: /usr/bin/python2.6
> Package: gwibber 2.29.90-0ubuntu1
> PackageArchitecture: all
> ProcCmdline: /usr/bin/python /usr/bin/gwibber
> ProcEnviron:
> SHELL=zsh
> PATH=(custom, user)
> LANG=en_US.UTF-8
> LC_COLLATE=C
> ProcVersionSignature: Ubuntu 2.6.32-13.18-generic
> PythonArgs: ['/usr/bin/gwibber']
> SourcePackage: gwibber
> Title: gwibber crashed with AttributeError in __init__()
> Uname: Linux 2.6.32-13-generic x86_64
> UserGroups: adm admin audio cdrom dialout fuse kvm libvirtd lpadmin plugdev
> sambashare video
>
>
>
>
>