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
If I log in to my carwings account from another app (eg the nissan connect app) I start getting 401 errors when making API calls through pycarwings2.
Unfortunately the auto reconnect code in _request_with_retry() only retries on 404 errors. I think it should also retry on 401 errors.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I log in to my carwings account from another app (eg the nissan connect app) I start getting 401 errors when making API calls through pycarwings2.
Unfortunately the auto reconnect code in _request_with_retry() only retries on 404 errors. I think it should also retry on 401 errors.
The text was updated successfully, but these errors were encountered: