You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't seem to figure out why I'm getting this error.
cthorn@dell-desktop:~/src/votersdaily$ scripts/run.py --nodaemon
Traceback (most recent call last):
File "scripts/run.py", line 194, in
ScraperScheduler().run()
File "scripts/run.py", line 107, in run
self._init_couchdb()
File "scripts/run.py", line 81, in _init_couchdb
self.server.create(self.options.eventdb)
File "build/bdist.linux-i686/egg/couchdb/client.py", line 200, in create
File "build/bdist.linux-i686/egg/couchdb/client.py", line 985, in put
File "build/bdist.linux-i686/egg/couchdb/client.py", line 1027, in _request
couchdb.client.ResourceConflict: (u'database_already_exists', u'Database "vd_events" already exists.')
The text was updated successfully, but these errors were encountered:
Can't seem to figure out why I'm getting this error.
cthorn@dell-desktop:~/src/votersdaily$ scripts/run.py --nodaemon
Traceback (most recent call last):
File "scripts/run.py", line 194, in
ScraperScheduler().run()
File "scripts/run.py", line 107, in run
self._init_couchdb()
File "scripts/run.py", line 81, in _init_couchdb
self.server.create(self.options.eventdb)
File "build/bdist.linux-i686/egg/couchdb/client.py", line 200, in create
File "build/bdist.linux-i686/egg/couchdb/client.py", line 985, in put
File "build/bdist.linux-i686/egg/couchdb/client.py", line 1027, in _request
couchdb.client.ResourceConflict: (u'database_already_exists', u'Database "vd_events" already exists.')
The text was updated successfully, but these errors were encountered: