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
Unfortunately, I'm currently getting this error during installation and I'm not sure why.
python -m sydent.sydent
2018-08-05 23:33:35,619 - __main__ - 116 - INFO - Starting Sydent server
2018-08-05 23:33:35,619 - sydent.db.sqlitedb - 29 - INFO - Using DB file sydent.db
2018-08-05 23:33:35,620 - sydent.db.sqlitedb - 43 - INFO - Running schema files...
2018-08-05 23:33:35,621 - sydent.db.sqlitedb - 73 - INFO - Migrating schema from v0 to v1
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/root/.sydent/lib/python2.7/site-packages/sydent/sydent.py", line 216, in <module>
syd = Sydent()
File "/root/.sydent/lib/python2.7/site-packages/sydent/sydent.py", line 123, in __init__
self.db = SqliteDatabase(self).db
File "/root/.sydent/local/lib/python2.7/site-packages/sydent/db/sqlitedb.py", line 40, in __init__
self._upgradeSchema()
File "/root/.sydent/local/lib/python2.7/site-packages/sydent/db/sqlitedb.py", line 76, in _upgradeSchema
cur.execute("ALTER TABLE local_threepid_associations RENAME TO old_local_threepid_associations");
sqlite3.OperationalError: no such table: local_threepid_associations
The text was updated successfully, but these errors were encountered:
Unfortunately, I'm currently getting this error during installation and I'm not sure why.
python -m sydent.sydent
The text was updated successfully, but these errors were encountered: