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
I can get this to work. The rest shows ok ( ------- is cid and VIN ) 2024-09-16 15:26:26,912 :: INFO :: topic: psa/RemoteServices/from/cid/----------/Doors: {'action': 'unlock'} 2024-09-16 15:26:27,511 :: WARNING :: remote_refresh_token isn't defined 2024-09-16 15:26:27,511 :: ERROR :: Can't refresh remote token, please redo otp procedure Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/psa_car_controller/psa/RemoteClient.py", line 176, in _refresh_remote_token otp_code = self.get_otp_code() File "/usr/local/lib/python3.9/dist-packages/psa_car_controller/common/utils.py", line 23, in wrapper raise RateLimitException psa_car_controller.common.utils.RateLimitException 2024-09-16 15:26:27,513 :: INFO :: 172.30.32.1 - - [16/Sep/2024 15:26:27] "GET /lock_door/-----------/0 HTTP/1.1" 200 -
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can get this to work. The rest shows ok ( ------- is cid and VIN )
2024-09-16 15:26:26,912 :: INFO :: topic: psa/RemoteServices/from/cid/----------/Doors: {'action': 'unlock'}
2024-09-16 15:26:27,511 :: WARNING :: remote_refresh_token isn't defined
2024-09-16 15:26:27,511 :: ERROR :: Can't refresh remote token, please redo otp procedure
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/psa_car_controller/psa/RemoteClient.py", line 176, in _refresh_remote_token
otp_code = self.get_otp_code()
File "/usr/local/lib/python3.9/dist-packages/psa_car_controller/common/utils.py", line 23, in wrapper
raise RateLimitException
psa_car_controller.common.utils.RateLimitException
2024-09-16 15:26:27,513 :: INFO :: 172.30.32.1 - - [16/Sep/2024 15:26:27] "GET /lock_door/-----------/0 HTTP/1.1" 200 -
The text was updated successfully, but these errors were encountered: