tillsteinbach / WeConnect-python

Python API for the Volkswagen WeConnect Services
MIT License
109 stars 29 forks source link

Authorization fail on email addres #96

Closed Dicion closed 1 year ago

Dicion commented 1 year ago

I'm using another module that uses weconnect as a base, and weconnect is throwing an 'account XXX does not exist' error.

Here's the error with my email address removed:

2023-01-19 19:56:55 File "/usr/local/lib/python3.10/site-packages/weconnect/weconnect.py", line 182, in login 2023-01-19 19:56:55 self.__session.login() 2023-01-19 19:56:55 File "/usr/local/lib/python3.10/site-packages/weconnect/auth/we_connect_session.py", line 76, in login 2023-01-19 19:56:55 response = self.doWebAuth(authorizationUrl) 2023-01-19 19:56:55 File "/usr/local/lib/python3.10/site-packages/weconnect/auth/we_connect_session.py", line 198, in doWebAuth 2023-01-19 19:56:55 raise AuthentificationError(f'Error during login, account {self.sessionuser.username} does not exist') 2023-01-19 19:56:55 weconnect.errors.AuthentificationError: Error during login, account XXXX@XXXX.com does not exist

I assure you my account does exist, as I am logged into it here:

image

I even reset my password to make sure it was correct and re-logged in.

So what could be causing an 'account does not exist' error when my account clearly exists?

I am in the USA and attempting to use my VW US account. Is this not supported by weconnect?

tillsteinbach commented 1 year ago

I‘m sorry, car-net and WeConnect are two different things. US cars currently do not support WeConnect.