We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
first launch i see the "list index out of range" error.
Since i've a login error :
2022-02-11 00:12:40,851 logging in as [email protected]... 2022-02-11 00:12:40,857 Starting new HTTPS connection (1): login.monespace.grdf.fr:443 2022-02-11 00:12:41,095 https://login.monespace.grdf.fr:443 "POST /sofit-account-api/api/v1/auth HTTP/1.1" 200 None 2022-02-11 00:12:41,099 1st Auth Response : {"state":"REINPUT","error":"LOGIN_INVALID_ATTEMPTS","actualLockoutDuration":0,"message":"login.error.invalidattempts","displayCaptcha":true,"surname":"","name":"********","email":"@free.fr"} 2022-02-11 00:12:41,101 Login call - error status :REINPUT
login/password is ok witouht double quotes. No captacha when i connect on my desktop (tester from another desk, from another ip : same) any idea ?
The text was updated successfully, but these errors were encountered:
In view of the response from GRDF ("displayCaptcha":true) normally a captcha must be present if you try to log in to the grdf website ...
Sorry, something went wrong.
ok, i use engie.fr website to access to data not grdf. On Grdf there is a captcha.
resolved captcha on PI now work ! thanks.
But i've a question, i received a mail from engie. Seems that they enable 2FA soon.
have you seen that ?
No branches or pull requests
Hi,
first launch i see the "list index out of range" error.
Since i've a login error :
2022-02-11 00:12:40,851 logging in as [email protected]...
2022-02-11 00:12:40,857 Starting new HTTPS connection (1): login.monespace.grdf.fr:443
2022-02-11 00:12:41,095 https://login.monespace.grdf.fr:443 "POST /sofit-account-api/api/v1/auth HTTP/1.1" 200 None
2022-02-11 00:12:41,099 1st Auth Response :
{"state":"REINPUT","error":"LOGIN_INVALID_ATTEMPTS","actualLockoutDuration":0,"message":"login.error.invalidattempts","displayCaptcha":true,"surname":"","name":"********","email":"@free.fr"}
2022-02-11 00:12:41,101 Login call - error status :REINPUT
login/password is ok witouht double quotes.
No captacha when i connect on my desktop (tester from another desk, from another ip : same)
any idea ?
The text was updated successfully, but these errors were encountered: