Traceback (most recent call last): File "/usr/bin/gwibber-service", line 80, in dispatcher = dispatcher.Dispatcher(loop) File "/usr/lib/python2.6/dist-packages/gwibber/microblog/dispatcher.py", line 237, in __init__ self.accounts = storage.AccountManager(self.db) File "/usr/lib/python2.6/dist-packages/gwibber/microblog/storage.py", line 205, in __init__ from util import couchmigrate File "/usr/lib/python2.6/dist-packages/gwibber/microblog/util/couchmigrate.py", line 73, in AccountCouchMigrate() File "/usr/lib/python2.6/dist-packages/gwibber/microblog/util/couchmigrate.py", line 35, in __init__ accounts = CouchDatabase(COUCH_DB_ACCOUNTS, create=False) 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 153, in __init__ self._reconnect() File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line 187, in _reconnect raise NoSuchDatabase(self._database_name) NoSuchDatabase: Database gwibber_accounts does not exist on this server. (Create it by passing create=True)