krauskopf / node-red-contrib-car-bmw

Node-RED nodes for BMW ConnectedDrive
Other
11 stars 8 forks source link

Server http statusCode 403 - only on status node #38

Closed bummzulu closed 5 months ago

bummzulu commented 5 months ago

Since today I have been receiving statusCode 403 on the Get Node. Other nodes work fine.

To reproduce just drag a new get node into a flow - configure it correctly and trigger it over an inject node.

Error: Error: Server http statusCode 403

The car installed an update today: 11/2023.73 on an i4 eDrive40

MarcS071 commented 5 months ago

Stopped working here yesterday. Also openWB doesn't work anymore. It seems, BMW changed the API again?

jkellerer commented 5 months ago

This might be the related change needed to make it work again https://github.com/bimmerconnected/bimmer_connected/pull/591

jkellerer commented 5 months ago

Have a working prototype, PR will be opened soon. Required some changes to the auth flow that bimmer_connected already implemented.