-
Notifications
You must be signed in to change notification settings - Fork 7
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
Please catch 403 Error - Privacy mode currently ON #47
Comments
Kai, can you give me a little bit more details? Can you please show me a little bit more of the logfile? Which URL was called? I just want to see, which is the optimal position in the code add this adjustment. |
Hi! here ist an logfile for a Locations-Request, but this response is returnded for all requests:
Hope this helps... Kai |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
When I change the User in the Car via the Touch-Screen, it seam that the new selected user has not activated the provision of data. The MyRenault-App leads to a tutorial to enable the data transmission for the current user.
In the log of the adapter a complex error message is shown on every request:
response:{"statusCode":403,"body":"{\"type\":\"FUNCTIONAL\",\"messages\":[{\"code\":\"err.func.403\",\"message\":\"{\\\"errors\\\":[{\\\"status\\\":\\\"Forbidden\\\",\\\"code\\\":\\\"403009\\\",\\\"title\\\":\\\"Forbidden action\\\",\\\"detail\\\":\\\"Privacy mode currently ON\\\"}]}\"}],\"errors\":[{\"errorCode\":\"err.func.403\",\"errorMessage\":\"{\\\"errors\\\":[{\\\"status\\\":\\\"Forbidden\\\",\\\"code\\\":\\\"403009\\\",\\\"title\\\":\\\"Forbidden action\\\",\\\"detail\\\":\\\"Privacy mode currently ON\\\"}]}\"}],\
I think the major Info is here the 403 Status and the "Privacy mode currently ON" message.
For better understanding it might be a good idea to catch this explicite error and do not flood the error-log.
Regards,
Kai
The text was updated successfully, but these errors were encountered: