Filament Manager Not Loading

What is the problem?

Filament Manager plugin does not load.

What did you already try to solve it?

Reinstalled the plugin

Have you tried running in safe mode?

Filament Manager is a third party plugin and does not load in safe mode.

Did running in safe mode solve the problem?

No.

Systeminfo Bundle

octoprint-systeminfo-20250713011527.zip (65.5 KB)

Additional information about your setup

OctoPrint version: 1.11.2
OctoPi version: 1.1.0
Printer: Ender 3 with BTT SKR Mini E3 V3 board
Firmware: Klipper
OctoPrint Host: Raspberry Pi 4B with 4 GB RAM
Operating System: Raspbian Bookworm
HDMI Display running OctoDash
Browser: Safari
Browser Host: Mac Studio 2023
Browser Operating System: macOS Sequoia 15.5

The OctoPrint log file indicates that the collections module has no attribute 'MutableMapping'. The issue is noted in issue #131 opened on the GitHub page for the Filament Manager plugin. The relevant text is:

"The error you're encountering is due to a compatibility issue with Python 3.10 or later. In these versions, the MutableMapping class has been moved from the collections module to the collections.abc module2. The plugin you're trying to install is likely using an outdated import statement that references collections.MutableMapping, which is no longer valid."

Presumably the source code could be modified to use the correct collections module, but that is not something that I would feel comfortable doing. I have decided to try the Spool Manager plugin for my OctoPrint instance on Bookworm. Is there a way to remove the Filament Manager plugin? It does not appear in the list of third party plugins.