tillsteinbach / WeConnect-python

Python API for the Volkswagen WeConnect Services
MIT License
111 stars 30 forks source link

Retrieving credentials page was not successfull, status code: 400 #159

Closed johanflikweert closed 11 months ago

johanflikweert commented 11 months ago

Since yesterday, it seemed like the credentials page has been moved or so. I got the following error. Do you recognize this?

  File "...\Python311\site-packages\weconnect\weconnect.py", line 184, in login
    self.__session.login()
  File "...\Python311\site-packages\weconnect\auth\we_connect_session.py", line 76, in login
    response = self.doWebAuth(authorizationUrl)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "...\Python311\site-packages\weconnect\auth\we_connect_session.py", line 170, in doWebAuth
    raise APICompatibilityError('Retrieving credentials page was not successfull,'
weconnect.errors.APICompatibilityError: Retrieving credentials page was not successfull, status code: 400
johanflikweert commented 11 months ago

Apperently a temporary VW situation which is resolved.