OctoPrint-FilamentManager icon indicating copy to clipboard operation
OctoPrint-FilamentManager copied to clipboard

Filament Manager Console Error

Open cgcarter1 opened this issue 4 years ago • 4 comments

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

  1. Enable Filament Manager
  2. 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 image image

Additional context Add any other context about the problem here.

cgcarter1 avatar Oct 30 '21 17:10 cgcarter1

Hi @cgcarter1 ,

unfortunately in you screenshot the mentioned error-line 16959 is not visible, so I have no idea whats going on there.

OllisGit avatar Nov 14 '21 23:11 OllisGit

Here the same problem, Octoprint just starts in save mode till i disable Filament Manager. Previous version had no problem.

biancapascal avatar Nov 17 '21 07:11 biancapascal

Hi @biancapascal. please provide more details:

  • octoprint.log
  • filament database (if you use file based db), located: <>OP/data/filamentmanager/filament.db

OllisGit avatar Nov 20 '21 11:11 OllisGit

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.

cgcarter1 avatar Nov 20 '21 18:11 cgcarter1