Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to connect to external database with newest version of Octoprint 1.9.0 #118

Open
gamemaster1494 opened this issue Jun 9, 2023 · 0 comments

Comments

@gamemaster1494
Copy link

Describe the bug
FilamentManger fails to load external database with newest version of Octoprint (1.9.0) with Python 3.9.2

Steps to reproduce

  1. Fresh install of Octoprint
  2. Add FilamentManager to the plugins
  3. Install all needed files and dependencies for the postgres external server
  4. Attempt to connect to test the connection
  5. It fails.

Expected behavior
Should connect successfully to the external database.

Log file
2023-06-09 04:21:31,223 - octoprint - ERROR - Exception on /plugin/filamentmanager/profiles [GET]
Traceback (most recent call last):
File "/home/pi/oprint/lib/python3.9/site-packages/flask/app.py", line 2529, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/lib/python3.9/site-packages/flask/app.py", line 1826, in full_dispatch_request
return self.finalize_request(rv)
File "/home/pi/oprint/lib/python3.9/site-packages/flask/app.py", line 1845, in finalize_request
response = self.make_response(rv)
File "/home/pi/oprint/lib/python3.9/site-packages/flask/app.py", line 2138, in make_response
raise TypeError(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant