OctoPrint-FilamentManager
OctoPrint-FilamentManager copied to clipboard
Filament Manager Console Error
Describe the bug Filament Manager has an error while validating the float. There is an unrecognized token in the code. It completely makes OctoPrint useless as the UI refuses to load. The problem is in filamentmanager.bundled.js
I have fresh installed OctoPrint (and this plugin) twice with same result.
Steps to reproduce
- Enable Filament Manager
- See error
Expected behavior The OctoPi UI to load
Did the same happen when all other 3rd party plugins are disabled? No. Only happens when Filament Manager is enabled
Log file Drag and drop the octoprint.log here.
Screenshots

Additional context Add any other context about the problem here.
Hi @cgcarter1 ,
unfortunately in you screenshot the mentioned error-line 16959 is not visible, so I have no idea whats going on there.
Here the same problem, Octoprint just starts in save mode till i disable Filament Manager. Previous version had no problem.
Hi @biancapascal. please provide more details:
- octoprint.log
- filament database (if you use file based db), located:
<>OP/data/filamentmanager/filament.db
Hi @cgcarter1 ,
unfortunately in you screenshot the mentioned error-line 16959 is not visible, so I have no idea whats going on there.
Sorry. The line number should be 16655. It is conflicting with other plugins with your validateFloat function. Completely kills the UI. I disabled the plugin and the UI works again.