malnvenshorn / OctoPrint-FilamentManager

OctoPrint plugin to manage your filament inventory
GNU Affero General Public License v3.0
131 stars 60 forks source link

Cant load Filament manger after new update from octoprint #233

Open bfk220 opened 3 years ago

bfk220 commented 3 years ago

Running octoprint 1.5.3 and filament manager disappeared. Reload from repository does nothing.

rufinus commented 3 years ago

same here. installing from console shows no errors or warnings (besides pip version) are thrown. OctoPrint version : 1.5.3 OctoPi version : 0.18.0

grojashc commented 3 years ago

Same here Octoprint 1.5.3

ruralaccent commented 3 years ago

Me too. It's totally disappeared.

mreditor97 commented 2 years ago

I had this problem earlier, it seems to be to do with the "sqlalchemy" package.

However, I found a workaround this morning: Find the file called "compat.py" within "[python location]/site-packages/sqlalchemy/util/" folder

Replace time.clock() with time.perf_counter().

Restart Octoprint and then Filament Manager should function as expected again.