Basic Information:
Voron Trident
Octopus pro v 1.01 running usb can bridge Ebb36
RPI 3B+
klippy.log
klippy (2).log.zip (1.9 MB)
Describe your issue:
…Our power went out yesterday, Thankfully almost immediately after I finished a large print. When the power came back on I got MCU unable to connect.
I started by checking all cords tried a power cycle and finally started going down the checklist software side. Long story short,
when I do a can query I get this
~/klippy-env/bin/python ~/klipper/scripts/canbus_query.py can0
Traceback (most recent call last):
File “/home/pi/klippy-env/lib/python3.11/site-packages/can/interfaces/socketcan/socketcan.py”, line 679, in _send_once
sent = self.socket.send(data)
^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 100] Network is down
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/home/pi/klipper/scripts/canbus_query.py”, line 64, in
main()
File “/home/pi/klipper/scripts/canbus_query.py”, line 61, in main
query_unassigned(canbus_iface)
File “/home/pi/klipper/scripts/canbus_query.py”, line 25, in query_unassigned
bus.send(msg)
File “/home/pi/klippy-env/lib/python3.11/site-packages/can/interfaces/socketcan/socketcan.py”, line 658, in send
sent = self.\_send_once(data, msg.channel)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/pi/klippy-env/lib/python3.11/site-packages/can/interfaces/socketcan/socketcan.py”, line 681, in _send_once
raise can.CanError("Failed to transmit: %s" % exc)
can.CanError: Failed to transmit: [Errno 100] Network is down
I manually shut down can and reset the bitrate and the query shows everything is fine, I sudo reboot and same problem, I query can and same as before I checked the rc.local file and its blank and this is the extent of my knowledge in all things klipper.
Has anyone experienced this? And can anyone give me some ideas of what to check or try next?
Thank you in advance for taking the time to help me.
Edit
Additionally if someone could let me know a more elegant method of including the response I get from my RPI when I post here to ask a question I will be sure to do so.