Closed tjhorner closed 1 week ago
Think I may need to pin that cryptography version. If you SSH to the pi and run the following command does it resolve the issue?
~/oprint/bin/pip install --force-reinstall cryptography<43.0.0
Or potentially installing updated libssl at the system level.
sudo apt install libssl3
I've just released version 0.2.1 that is using a pinned cryptography dependency that should work with the OctoPi images.
I can confirm that 0.2.1 fixes it. Thank you!
Describe the bug The 0.2.0 version of the plugin does not start on an (almost) clean install of the latest OctoPi image. It seems the addition of the
cryptography
requirement causes the failure. Version 0.1.0 works fine for me.Expected behavior Should start!
Debug Log
Screenshots n/a
Firmware and Version