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
Whenever installing this plugin I get the following error in my log and I am unable to actually use the plugin.
2025-01-31 12:59:46,873 - octoprint.plugin.core - ERROR - Error loading plugin mfa_totp
Traceback (most recent call last):
File "/home/patrick/oprint/lib/python3.9/site-packages/octoprint/plugin/core.py", line 1297, in _import_plugin
module = _load_module(module_name, spec)
File "/home/patrick/oprint/lib/python3.9/site-packages/octoprint/plugin/core.py", line 52, in _load_module
return imp.load_module(name, f, filename, details)
File "/home/patrick/oprint/lib/python3.9/site-packages/octoprint/vendor/imp.py", line 238, in load_module
return load_package(name, filename)
File "/home/patrick/oprint/lib/python3.9/site-packages/octoprint/vendor/imp.py", line 212, in load_package
return _load(spec)
File "<frozen importlib._bootstrap>", line 711, in _load
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 790, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/home/patrick/oprint/lib/python3.9/site-packages/octoprint_mfa_totp/__init__.py", line 11, in <module>
from octoprint.plugin.types import WrongMfaCredentials
ImportError: cannot import name 'WrongMfaCredentials' from 'octoprint.plugin.types' (/home/patrick/oprint/lib/python3.9/site-packages/octoprint/plugin/types.py)
The text was updated successfully, but these errors were encountered:
You are still on OctoPrint 1.10.3, as it says in the readme and the plugin listing this plugin requires 1.11.0 or higher, so this error is to be expected.
The plugin repo browser shouldn't even have shown this as compatible 🤔
You are still on OctoPrint 1.10.3, as it says in the readme and the plugin listing this plugin requires 1.11.0 or higher, so this error is to be expected.
The plugin repo browser shouldn't even have shown this as compatible 🤔
Indeed, I installed it using the URL option.
I'll try again when 1.11.0 is live then.
Sorry for this.
Whenever installing this plugin I get the following error in my log and I am unable to actually use the plugin.
The text was updated successfully, but these errors were encountered: