chaitu-ycr / py_canoe

Python 🐍 Package for controlling Vector CANoe 🛶 Tool
https://chaitu-ycr.github.io/py_canoe/
MIT License
58 stars 34 forks source link

For service 27, send key request is incorrect when sending through send_diag_request using service qualifier name #63

Open AG175 opened 15 hours ago

AG175 commented 15 hours ago

I am able to send the seed request and get response when i use Qualifier name in send_diag_request function. But when i use same procedure for sendkey request i am getting this error failed to send diagnostic request(send_Key_ASK_Send). 'DiagnosticResponse' object has no attribute 'Sender'. The send key request is working fine if i send the sendkey request through diagnostic console

i am using py_canoe 2.3.1 I checked with py_canoe 3.0.0. it is same issue