You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm successfully sending actions to lock/unlock/etc my car which returns an Action ID, but passing this ID to check_action_status always throws "No action found with ID..."
I assume the empty "resMsg" is the problem - any idea why I can't retrieve any action status? The actions are completing successfully, but I don't seem to have any way of tracking them.
I'm testing on a Kia EV6 in the UK
Thanks!
The text was updated successfully, but these errors were encountered:
Same here, action completes successfully but getting this error in the logs.
Hyundai Kona in Germany.
Note: with this issue there is obviously no (successful) update after issuing a command, so I have to use my script which calls update manually until observing the desired state.
I'm successfully sending actions to lock/unlock/etc my car which returns an Action ID, but passing this ID to check_action_status always throws "No action found with ID..."
After looking at the code for check_action_status I manually tried navigating to https://prd.eu-ccapi.kia.com:8080/api/v1/spa/notifications/[vehicleid]/records which just returned:
{"retCode":"S","resCode":"0000","resMsg":[],"msgId":"4a94f720-f648-4303-83f9-f399233c3b9a"}
I assume the empty "resMsg" is the problem - any idea why I can't retrieve any action status? The actions are completing successfully, but I don't seem to have any way of tracking them.
I'm testing on a Kia EV6 in the UK
Thanks!
The text was updated successfully, but these errors were encountered: