richClubb / python-uds

A uds library for python
MIT License
95 stars 54 forks source link

can.Message() argument 'extended_id' is 'is_extended_id'? #56

Open wangcq714 opened 3 years ago

wangcq714 commented 3 years ago

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.

richClubb commented 3 years ago

Ok, I'll have a look into this one, Sorry for the delay responding

On Tue, 25 Aug 2020 at 10:16, 王存强 notifications@github.com wrote:

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.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/richClubb/python-uds/issues/56, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMQRVGW6MDD4UJZAQKTAFLSCN6PRANCNFSM4QKNQPYQ .