-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I'm trying to connect to the SAIC API to remotely control my car, but the login fails every time. I know the username and password are fine and the account is not banned because I can always login again using the mobile phone.
Here's the error if it's of any help to identify the issue:
API call return code is not acceptable: 1100003 {"code":1100003,"message":"Your authorization to use {car_id_was_here_i_guess} has been revoked."}. Headers: Headers({'date': 'Thu, 26 Feb 2026 22:11:39 GMT', 'content-type': 'application/json', 'connection': 'keep-alive', 'app-content-encrypted': '1', 'original-content-type': 'application/json', 'app-send-date': '1772143899650', 'app-verification-string': '4cbbeefb325fef345b373c746364cb1ce3ebb1afb6d7923e7108681fcc07c92a', 'content-length': '137'})