The settings of submitFunscriptHash (from the Python code) is default to be True but nowhere to setting it otherwise(should be in the yml file). So, with it being True, db_migrations() will occur, which trying to do something with the funscript_index.sqlite.
So I guess it will report error for anyone who doesn't have the funscript setup.
The settings of
submitFunscriptHash
(from the Python code) is default to beTrue
but nowhere to setting it otherwise(should be in the yml file). So, with it beingTrue
,db_migrations()
will occur, which trying to do something with thefunscript_index.sqlite
.So I guess it will report error for anyone who doesn't have the funscript setup.