Problems with error checking db: error checking for valid SQLite file: unable to open database file: out of memory (14)

Hi!
I scrape a website for a value and use python code and store the values in a SQLite database.
I use a RPi and installed Grafana and installed the SQLite plugin.
I add datasource, but when I save and test I got the error message error checking db: error checking for valid SQLite file: unable to open database file: out of memory (14).


I have checked the content of the database with DB Browser for SQLite and have timestamps and values.

I have searched but not found any solution for this.

Hello! There is nothing wrong with your database or something like that. You are just typing the database file wrong. The path should be “/home/admin/database.db” and the Path Prefix should be “file:”