We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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(
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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(
The text was updated successfully, but these errors were encountered: