Traceback (most recent call last): File "/usr/bin/gwibber-accounts", line 80, in accounts.GwibberAccountManager() File "/usr/lib/python2.6/dist-packages/gwibber/accounts.py", line 55, in __init__ self.pub = gwibber.lib.GwibberPublic() File "/usr/lib/python2.6/dist-packages/gwibber/lib/__init__.py", line 15, in __init__ self.settings = util.SettingsMonitor() File "/usr/lib/python2.6/dist-packages/gwibber/util.py", line 95, in __init__ DEFAULT_SETTINGS) File "/usr/lib/python2.6/dist-packages/gwibber/microblog/util/couch.py", line 64, in __init__ self.database = CouchDatabase(dbname, create=True) File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server.py", line 57, in __init__ server_class=server_class, oauth_tokens=oauth_tokens, ctx=ctx) File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line 123, in __init__ self._server.create(database) File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 204, in create self.resource.put(validate_dbname(name)) File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 989, in put **params) File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1033, in _request raise PreconditionFailed(error) PreconditionFailed: ('file_exists', 'The database could not be created, the file already exists.')