chuushi / CoreProtect-Lookup-Web-Interface

A flexible lookup web interface for CoreProtect 2
MIT License
50 stars 14 forks source link

HY000 (11): database disk image is malformed #35

Open djrranga opened 3 years ago

djrranga commented 3 years ago

Occurs when making a query on the web interface. Database is SQLite and can be queried using the SQLite CLI. However, submitting any query to CoLWI returns this error.

chuushi commented 3 years ago

Hi Keno, does the .db file open properly for CoreProtect?

djrranga commented 3 years ago

Yep, CoreProtect is apparently able to read and write to the database file. I can also query it manually from the CLI.