-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Error while getting data (line 770 - 771) #3
Comments
The 401 return code means "unauthorized", so something went sideways during authentication. Lines 770 and 771 handle return codes over 400 (authorization issues):
Ignoring a 401 code can raise a red flag on your account, I wouldn't do it easily. |
Account data is correct and everything is fine when I comment out the lines. I receive correct data from my cars. |
I investigated this a little bit more. Soulution is NOT to comment out line 770-771 - you are absolutely right. Problem with my account is, that getVehicleRights(car) seems to fail with 401. Don't know why. I haven't confirmed my account by a Skoda service partner (so I am not able to open/close the vehicle via app). Maybe this is the reason? If I comment out grabbing the VehicleRights, everything works fine. Line 919 in 11a6f33
|
I got this error:
If I comment out line 770 and 771, everything works fine and I receive correct data from the server.
The text was updated successfully, but these errors were encountered: