You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I input the code grabbed from the Citroen-Website (after clicking "OK" on the "Login Successful"-Page), the app stops working, just outputting a red warning reading 'vin'
To Reproduce
Steps to reproduce the behavior:
what command did you use
Inputting the code from the citroen-website
when did the bug happen?
A while after clicking "submit"
Does it persist after restarting the program?
Yes
Does it persist after recreate config by going to http://server_address:port/config?
YES
Config file
Give the anonymize content of the config file
Environment (please complete the following information):
OS: macOS
Brand and model of car: Citroen eC4
Application version: 3.5.3
Log from http://server_address:port/log and browser console log
Traceback (most recent call last): File "/Users/name/Library/Python/3.9/lib/python/site-packages/psa_car_controller/web/view/config_oauth.py", line 56, in finish_oauth config_views.INITIAL_SETUP.connect(code)
File "/Users/name/Library/Python/3.9/lib/python/site-packages/psa_car_controller/psa/setup/app_decoder.py", line 121, in connect car = self.psacc.vehicles_list.get_car_by_vin(vehicle["vin"])
KeyError: 'vin'
The text was updated successfully, but these errors were encountered:
Describe the bug
When I input the code grabbed from the Citroen-Website (after clicking "OK" on the "Login Successful"-Page), the app stops working, just outputting a red warning reading 'vin'
To Reproduce
Steps to reproduce the behavior:
what command did you use
Inputting the code from the citroen-website
when did the bug happen?
A while after clicking "submit"
Does it persist after restarting the program?
Yes
Does it persist after recreate config by going to http://server_address:port/config?
YES
Config file
Give the anonymize content of the config file
Environment (please complete the following information):
Traceback (most recent call last): File "/Users/name/Library/Python/3.9/lib/python/site-packages/psa_car_controller/web/view/config_oauth.py", line 56, in finish_oauth config_views.INITIAL_SETUP.connect(code)
File "/Users/name/Library/Python/3.9/lib/python/site-packages/psa_car_controller/psa/setup/app_decoder.py", line 121, in connect car = self.psacc.vehicles_list.get_car_by_vin(vehicle["vin"])
KeyError: 'vin'
The text was updated successfully, but these errors were encountered: