michaelwoods/onstar2mqtt

The Following Commands are Now "Forbidden" and Will Not Execute

Closed this issue · 3 comments

Since earlier this week, the following commands are now returning a response of "status":403,"statusText":"Forbidden":

  • startVehicle
  • unlockDoor
  • getLocation
  • alert

The following still work:

  • cancelStartVehicle
  • lockDoor
  • cancelAlert

Example:

error: Command error {"command":"startVehicle","err":{"message":"Request Failed with status 403 - Forbidden"

That explain why remote start doesn't work anymore :( I just added it to my google home, I like saying Hey Google, start the car!

@michaelwoods this is now fixed with newest onstarjs version.

I merged the onstarjs PR. Last I checked github disabled automerging dependabot PRs, but if anyone is aware of an exclusion I would let OnstarJS auto-merge so fresh images are built with the new library version.