Hello,
I have installed in my Raspberry pi 4 node-red-node-sqlite from within Node-Red palette manager and I have the following error:
When I check the palette, it shows:
How can I solve it? Please advise.
Thanks a lot, Dan
Hello,
I have installed in my Raspberry pi 4 node-red-node-sqlite from within Node-Red palette manager and I have the following error:
When I check the palette, it shows:
How can I solve it? Please advise.
Thanks a lot, Dan
I had a similar issue with a message saying... "sqlite is missing a file".
I sorted it by running this command on the command line.
npm rebuild sqlite3
It takes quite a while to recompile everything, so be patient.
@dcaccount you have to do that from the .node-red
folder in case you did not know.
Does it work?
Having rebuilt you will have to restart node-red and refresh the browser page.
Same problem here.
I followed the instructions on the node page to get it working again, see chapter Install
https://flows.nodered.org/node/node-red-node-sqlite
Yes, the problem is solved but as above shown, I only find the node sqlite and not the node sqlitedb.
All the rest seems OK.
Any idea?
Ps, I have restarted Node-Red
The sqlitedb
node is the database config node that you setup when you configure an sqlite
node.
So is it all OK?
Yes, you can't manually select an sqlitedb
node, as I said, it is setup automatically when you configure it inside the sqlite
node. This is the sqlite
node
This is the sqlitedb
config node, note it says that on the top line
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.