scottmudge / OctoPrint-MeatPack

Easy, fast, effective, and automatic g-code compression!
https://github.com/scottmudge/OctoPrint-MeatPack
BSD 4-Clause "Original" or "Old" License
122 stars 6 forks source link

No settings or TX statistics #4

Closed robdan7 closed 3 years ago

robdan7 commented 3 years ago

The title says it all. MeatPack shows up as an installed plugin, but there is no options page nor statistics visible in the web interface. I've installed the plugin twice and rebooted the Pi and printer. What could have gone wrong here? Anyone else with the same issue?

System info:

scottmudge commented 3 years ago

It sounds like the plugin isn't being loaded correctly. Perhaps there is a missing dependency.

Can you send me your OctoPrint log file: ~/.octoprint/logs/octoprint.log and ~/.octoprint/logs/serial.log. You can also download them from the logging section of the OctoPrint settings.

If there is any personal information, feel free to email me the logs - maill@scottmudge.com. I will delete them after review.

robdan7 commented 3 years ago

Found the issue. Specifically a syntax error at this line. Turns out I'm only running python 3.5.3, even after a full update of Raspbian and python (what the heck?). Perhaps you should add minimum python version to the readme as a prerequisite nudge nudge ;-)

scottmudge commented 3 years ago

Thanks for letting me know, will do!

I can change that syntax as well, it was mostly for convenience. Is it working after modifying that line, on Python 3.5?

robdan7 commented 3 years ago

Lol, no 3.5 doesn't work. Flashed a new OS and running Python 3.7 now. No more syntax errors!