Traceback (most recent call last): File "/usr/lib/desktopcouch/desktopcouch-service", line 176, in main() File "/usr/lib/desktopcouch/desktopcouch-service", line 145, in main replicator_main(couchdb_port) File "/usr/lib/desktopcouch/desktopcouch-service", line 108, in replicator_main replication_runtime = replication.set_up(lambda: couchdb_port) File "/usr/lib/python2.6/dist-packages/desktopcouch/replication.py", line 214, in set_up couchdb_io.mkuri("localhost", int(port)), create=True) File "/usr/lib/python2.6/dist-packages/desktopcouch/pair/couchdb_pairing/couchdb_io.py", line 166, in get_my_host_unique_id db = _get_db("management", uri=uri, ctx=ctx) File "/usr/lib/python2.6/dist-packages/desktopcouch/pair/couchdb_pairing/couchdb_io.py", line 62, in _get_db return server.CouchDatabase(name, create=create, uri=uri, ctx=ctx) 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 147, in __init__ if database 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 1035, in _request raise ServerError((status_code, error)) ServerError: (500, '')