79517301

Date: 2025-03-18 11:52:13
Score: 1.5
Natty:
Report link

I assume you are using python-can package (https://python-can.readthedocs.io/en/stable/). Try to change bus configs:

bus0 = can.interface.Bus(channel=CAN0, interface='socketcan', fd=True)
bus1 = can.interface.Bus(channel=CAN1, interface='socketcan', fd=True)
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Maciek