Traceback (most recent call last): File "/usr/share/unity-scope-contacts-desktop/unity-scope-contacts-desktop", line 97, in on_search_changed self.update_results_model(search, results, 1) File "/usr/share/unity-scope-contacts-desktop/unity-scope-contacts-desktop", line 110, in update_results_model for result in couchdb_contacts.find_records(search_string, page): File "/usr/share/unity-scope-contacts-desktop/couchdb_contacts.py", line 54, in find_records founds = get_records() File "/usr/share/unity-scope-contacts-desktop/couchdb_contacts.py", line 35, in get_records database = CouchDatabase('contacts', create=False) File "/usr/lib/pymodules/python2.7/desktopcouch/application/server.py", line 101, in __init__ oauth_tokens=oauth_tokens, ctx=ctx) File "/usr/lib/pymodules/python2.7/desktopcouch/application/server.py", line 75, in __init__ oauth_tokens=oauth_tokens, ctx=ctx, views_factory=views_factory) File "/usr/lib/pymodules/python2.7/desktopcouch/records/database.py", line 123, in __init__ self._reconnect() File "/usr/lib/pymodules/python2.7/desktopcouch/application/server.py", line 85, in _reconnect super(DesktopDatabase, self)._reconnect(uri=uri) File "/usr/lib/pymodules/python2.7/desktopcouch/records/database.py", line 151, in _reconnect raise NoSuchDatabase(self._database_name) NoSuchDatabase: Database contacts does not exist on this server. (Create it by passing create=True)