[New to Orca/Klipper/Mainsail/Moonraker - so bear with me]
Having a Klipperized SV06plus since two days, I followed https://www.youtube.com/watch?v=R1-VU01-9Es to install Orca and Christian Vicks profiles and Tools in Orca and on Klipper.
Now I’m getting two moonraker-warnings in Mainsail:
Moonraker warning
Unparsed config section [file-manager] detected. This may be the result of a component that failed to load. In the future this will result in a startup error.
Moonraker: file-manager
An error was detected while loading the moonraker component ‘file-manager’. Please check the log file and fix the issue.
Pulled the moonraker.log and found this:
2024-12-11 12:17:18,483 [server.py:load_component()] - Component (octoprint_compat) loaded
2024-12-11 12:17:18,485 [server.py:load_component()] - Unable to load component: (file-manager)
Traceback (most recent call last):
File “/home/mks/moonraker/moonraker/server.py”, line 266, in load_component
module = importlib.import_module(full_name)
File “/home/mks/moonraker-env/lib/python3.7/importlib/init.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1006, in _gcd_import
File “”, line 983, in _find_and_load
File “”, line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named ‘moonraker.components.file-manager’
2024-12-11 12:17:18,543 [server.py:add_warning()] - Unparsed config section [file-manager] detected. This may be the result of a component that failed to load. In the future this will result in a startup error.
Have no idea what causes that and how to debug it. Any help is much appreciated.