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.