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
I found the following error while running my server python file:
sqlite3.OperationalError: nosuchmodule: fts4
As a result of the error, the searching doesn't work anymore, as mentioned in your README note.
I also found that sqlite3, in the recent versions, ships with fts5, and requires recompiling and other complex stuff for fts4 support.
The text was updated successfully, but these errors were encountered:
aeryskyB
added a commit
to aeryskyB/ZIMply
that referenced
this issue
Jan 3, 2024
I found the following error while running my server python file:
As a result of the error, the searching doesn't work anymore, as mentioned in your README note.
I also found that
sqlite3
, in the recent versions, ships withfts5
, and requires recompiling and other complex stuff forfts4
support.The text was updated successfully, but these errors were encountered: