when I debug code, I've got a problem below:
"canMsg = can.Message(arbitration_id=reqId, extended_id=extended)
TypeError: init() got an unexpected keyword argument 'extended_id'"
the argument 'extended_id' is named 'is_extended_id' in hardbyte/python-can.