guysoft / OctoPi

Scripts to build OctoPi, a Raspberry PI distro for controlling 3D printers over the web
GNU General Public License v3.0
2.48k stars 367 forks source link

Cannot check for throttling #771

Open salomonje opened 2 years ago

salomonje commented 2 years ago

Cannot check for throttling OctoPrint cannot check for throttling situations reported by your Pi. vcgencmd doesn't work as expected. Make sure the system user OctoPrint is running under is a member of the "video" group.

What were you doing?

After Upgrade to 1.0 I receive this error upon start/restart

What did you expect to happen?

What happened instead?

Did the same happen when running OctoPrint in safe mode?

Happens in Safe Mode too.

Version of OctoPi

OctoPi 1.0.0

OctoPrint 1.7.3 Python 3.8.10

Printer model & used firmware incl. version

Ender-3, Marlin 2.0.9.3

I have read the FAQ.

guysoft commented 2 years ago

64bit or 32bit?

salomonje commented 2 years ago

64Bit, Raspberry Pi 4b 8GB

cp2004 commented 2 years ago

This seems to be an issue with the 64 bit builds, there was another report on the forum about this, they didn't know they were running 1.0.0 64 bit nightly builds but were experiencing random crashes that were likely due to undervoltage, but the vcgencmd get_throttled command is not available to find out if throttling is occurring.

https://community.octoprint.org/t/cannot-check-for-throttling/42545?u=charlie_powell

foosel commented 2 years ago

See my comment here for solution: https://github.com/guysoft/OctoPi/issues/770#issuecomment-1057175274