FlyingDiver / Indigo-Connected-Drive

Plugin for the BMW Connected Drive portal
MIT License
3 stars 0 forks source link

Authentication failure #31

Open FlyingDiver opened 2 days ago

FlyingDiver commented 2 days ago
Started plugin "Connected Drive 2023.2.1"
   Connected Drive                 Starting Connected Drive
   Connected Drive                 MyBMW: Starting cdAccount Device
   Connected Drive Warning         MyBMW: get_account error: HTTPStatusError: invalid_client - Client authentication failed (e.g., login failure, unknown client, no client authentication included or unsupported authentication method)
   Connected Drive                 MyBMW: 0 vehicles found.
   Connected Drive                 MyBMW X4: Starting cdVehicle Device
   Connected Drive Warning         MyBMW: get_account error: HTTPStatusError: invalid_client - Client authentication failed (e.g., login failure, unknown client, no client authentication included or unsupported authentication method)
FlyingDiver commented 2 days ago

https://github.com/bimmerconnected/bimmer_connected/releases/tag/0.16.4

FlyingDiver commented 2 days ago

https://bimmer-connected.readthedocs.io/en/stable/captcha.html

FlyingDiver commented 1 day ago

This is going to be harder than I thought. The entire authentication flow I was using with just username and password no longer works. I'll need to add token (auth and refresh) management as well, as the captcha token only works once. After that the tokens need to be refreshed or you need to start all over again.

Not happening anytime soon.

ryanbuckner commented 1 day ago

is it strange if we're not getting errors yet ? I haven't upgraded to your latest

On Thu, Nov 14, 2024 at 4:36 PM Joe Keenan @.***> wrote:

This is going to be harder than I thought. The entire authentication flow I was using with just username and password no longer works. I'll need to add token (auth and refresh) management as well, as the captcha token only works once. After that the tokens need to be refreshed or you need to start all over again.

Not happening anytime soon.

— Reply to this email directly, view it on GitHub https://github.com/FlyingDiver/Indigo-Connected-Drive/issues/31#issuecomment-2477456942, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANTBKIVBVQOIXIP4GLTSFL2AUJUNAVCNFSM6AAAAABRY7XYLSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZXGQ2TMOJUGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

FlyingDiver commented 1 day ago

What region are you? This change is NA only.

ryanbuckner commented 1 day ago

It looks like the errors only show when you have debugging errors turned on in the log. So I'm getting them too.

On Thu, Nov 14, 2024 at 4:52 PM Joe Keenan @.***> wrote:

What region are you? This change is NA only.

— Reply to this email directly, view it on GitHub https://github.com/FlyingDiver/Indigo-Connected-Drive/issues/31#issuecomment-2477480705, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANTBKMVRIN2HPOAZDKH5LT2AULTJAVCNFSM6AAAAABRY7XYLSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZXGQ4DANZQGU . You are receiving this because you commented.Message ID: @.***>

FlyingDiver commented 1 day ago

That warning line should be always. Hmm.