Upgrade of Filament Manager from 1.7.0 to 1.7.1 failed.
Previously had 1.6.3 installed successfully; yesterday upgraded successfully to 1.7.0.
The actual 1.7.1 upgrade process seemed to be OK:
2021-01-30 15:46:07,582 - octoprint.plugins.softwareupdate - INFO - Starting update of filamentmanager to 1.7.1...
2021-01-30 15:46:14,019 - octoprint.plugins.softwareupdate - INFO - Update of filamentmanager to 1.7.1 successful!
2021-01-30 15:46:14,238 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'target': 'filamentmanager', 'from_version': '1.7.0', 'to_version': '1.7.1'}
2021-01-30 15:46:14,245 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
After restart of Octoprint the load of the plugin fails:
2021-01-30 15:46:19,227 - octoprint.plugin.core - ERROR - Error loading plugin filamentmanager
Traceback (most recent call last):
File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/plugin/core.py", line 1298, in _import_plugin
module = _load_module(module_name, spec)
File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/plugin/core.py", line 69, in _load_module
return imp.load_module(name, f, filename, details)
File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/vendor/imp.py", line 238, in load_module
return load_package(name, filename)
File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/vendor/imp.py", line 212, in load_package
return _load(spec)
File "", line 696, in _load
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_filamentmanager/init.py", line 18, in
from .newodometer import NewFilamentOdometer
ModuleNotFoundError: No module named 'octoprint_filamentmanager.newodometer'
Octoprint has been restarted a few times, error still occurs.
Filament Manager does not appear under the Plugins section of the Settings tab.
Other Plugins loading normally. Using Octoprint Safe Mode is N/A.
I will upload logs files shortly.