You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Trying to connect the filament manager to a external database and I keep getting this message from three different octoprint pi's.
the 192.168.1.1 is my local PC IP address. The postgresql DB is sitting on my server and I can access it via DBever.
WARNING - 400 POST /plugin/filamentmanager/database/test (::ffff:192.168.1.1) 21.05ms
they docs say to run this:
~/OctoPrint/venv/bin/pip install psycopg2 but that file/direcotry does not exist for me:
root@octopi03:/home/pi# ~/OctoPrint/venv/bin/pip install psycopg2
bash: /root/OctoPrint/venv/bin/pip: No such file or directory
Steps to reproduce
run this:
~/OctoPrint/venv/bin/pip install psycopg2
Expected behavior
I expect the plugin to connect to the DB
Did the same happen when all other 3rd party plugins are disabled?
Everything else works fine
The text was updated successfully, but these errors were encountered:
So when I setup filament manager and added a database in the use external database page, I clicked the test button and it succeeded, upon reboot I got the error "filament manager initializing..." in the same page, and none of my spools loaded.
I was able to fix it by doing the following: (if you're using a Raspberry Pi)
Describe the bug
Trying to connect the filament manager to a external database and I keep getting this message from three different octoprint pi's.
the 192.168.1.1 is my local PC IP address. The postgresql DB is sitting on my server and I can access it via DBever.
WARNING - 400 POST /plugin/filamentmanager/database/test (::ffff:192.168.1.1) 21.05ms
they docs say to run this:
~/OctoPrint/venv/bin/pip install psycopg2 but that file/direcotry does not exist for me:
root@octopi03:/home/pi# ~/OctoPrint/venv/bin/pip install psycopg2
bash: /root/OctoPrint/venv/bin/pip: No such file or directory
Steps to reproduce
~/OctoPrint/venv/bin/pip install psycopg2
Expected behavior
I expect the plugin to connect to the DB
Did the same happen when all other 3rd party plugins are disabled?
Everything else works fine
The text was updated successfully, but these errors were encountered: