Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while index creation during first time server start-up #36

Open
aeryskyB opened this issue Jan 3, 2024 · 0 comments
Open

Error while index creation during first time server start-up #36

aeryskyB opened this issue Jan 3, 2024 · 0 comments

Comments

@aeryskyB
Copy link

aeryskyB commented Jan 3, 2024

I found the following error while running my server python file:

sqlite3.OperationalError: no such module: 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.

aeryskyB added a commit to aeryskyB/ZIMply that referenced this issue Jan 3, 2024
Addresses the disabled fts4 (fts5 enabled by default) problem by updating to the fts5 syntax (fixes kimbauters#36)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant