tillsteinbach / WeConnect-cli

Commandline Interface to interact with the Volkswagen WeConnect Services
MIT License
56 stars 3 forks source link

Error message: No credentials form found #95

Closed WalterOH closed 1 year ago

WalterOH commented 1 year ago

Command: weconnect-cli --username email@gmail.com --password VerySecret

Give error message: 2023-01-05:CRITICAL:weconnect-cli:There was a problem when communicating with WeConnect. If this problem persists please open a bug report: No credentials form found

The email is a @t-online.de (--> is the "-" a problem?) and the password includes a "!" and a "?" (--> seems to be no problem, a change led to the same error message).

Running Python 3.6.3; car is ID3, access both for IOS and Android weconnect Apps run fine.

tillsteinbach commented 1 year ago

Python 3.6 is your problem. When you do a weconnect-cli —version you see that you got an outdated version that is not compatible with the VW Servers anymore.

WalterOH commented 1 year ago

Thank Till, your are right, now with python 3.10.8 all runs fine :-) My issue can be closed.

tillsteinbach commented 1 year ago

Perfect, happy to hear that!