as for the other issue sqlite3.OperationalError: Could not decode to UTF-8 column ‘’INSERT INTO “logger_attemptlog” VALUES(‘||quote(“id”)||',‘||quote(“_morango_dirty_bit”)||',‘||quote(“_morango_source_id”)||',‘||quote(“_morango_partition”)||',‘||q
, I’m wondering if it’s because there are two kolibri databases, so the one related to kolibri
is corrupted but the other with kolibri-server
is not.
could you try
- run
kolibri shell --skip-update
- inside the shell, run
>>> import os
>>> os.getenv("KOLIBRI_HOME")