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
I have been having an issue for a very long time now. PSA Car Controller was working fine, but now it just hangs at the login screen. It gives no errors, and the logs look "normal". I did raise an issue but it was closed because I couldn't produce steps to reproduce. Others seemed to have the same issue: #594 (comment)
I was just wondering how I could do a "proper" reinstall. Could anyone help by providing some instructions? I would like to keep the DB but losing it isn't a massive issue either.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have been having an issue for a very long time now. PSA Car Controller was working fine, but now it just hangs at the login screen. It gives no errors, and the logs look "normal". I did raise an issue but it was closed because I couldn't produce steps to reproduce. Others seemed to have the same issue: #594 (comment)
I was just wondering how I could do a "proper" reinstall. Could anyone help by providing some instructions? I would like to keep the DB but losing it isn't a massive issue either.
Thanks
Edit: log here,
File "/usr/local/lib/python3.9/dist-packages/psa_car_controller/web/view/views.py", line 248, in get_charge_control charge_control = APP.chc.get(vin) AttributeError: 'PSACarController' object has no attribute 'chc' 2023-11-06 10:30:30,868 :: INFO :: 192.168.0.18 - - [06/Nov/2023 10:30:30] "�[35m�[1mGET /charge_control?vin=VINREMOVED&?always_check=true HTTP/1.1�[0m" 500 - 2023-11-06 10:31:18,340 :: INFO :: 172.30.32.1 - - [06/Nov/2023 10:31:18] "�[37mGET / HTTP/1.1�[0m" 200 - 2023-11-06 10:31:18,483 :: INFO :: 172.30.32.1 - - [06/Nov/2023 10:31:18] "�[37mGET /assets/99_custom_overides.css?m=1698602971.0 HTTP/1.1�[0m" 200 - 2023-11-06 10:31:18,502 :: INFO :: 172.30.32.1 - - [06/Nov/2023 10:31:18] "�[37mGET /assets/clientside.js?m=1698602971.0 HTTP/1.1�[0m" 200 - 2023-11-06 10:31:18,663 :: INFO :: 172.30.32.1 - - [06/Nov/2023 10:31:18] "�[37mGET /_dash-layout HTTP/1.1�[0m" 200 - 2023-11-06 10:31:18,673 :: INFO :: 172.30.32.1 - - [06/Nov/2023 10:31:18] "�[37mGET /_dash-dependencies HTTP/1.1�[0m" 200 - 2023-11-06 10:31:18,796 :: INFO :: 172.30.32.1 - - [06/Nov/2023 10:31:18] "�[37mPOST /_dash-update-component HTTP/1.1�[0m" 200 - 2023-11-06 10:31:18,884 :: INFO :: 172.30.32.1 - - [06/Nov/2023 10:31:18] "�[37mGET /assets/images/settings.svg HTTP/1.1�[0m" 200 - 2023-11-06 10:31:18,898 :: INFO :: 172.30.32.1 - - [06/Nov/2023 10:31:18] "�[37mGET /config_login HTTP/1.1�[0m" 200 - 2023-11-06 10:31:19,022 :: INFO :: 172.30.32.1 - - [06/Nov/2023 10:31:19] "�[37mGET /_dash-layout HTTP/1.1�[0m" 200 - 2023-11-06 10:31:19,032 :: INFO :: 172.30.32.1 - - [06/Nov/2023 10:31:19] "�[37mGET /_dash-dependencies HTTP/1.1�[0m" 200 - 2023-11-06 10:31:19,158 :: INFO :: 172.30.32.1 - - [06/Nov/2023 10:31:19] "�[37mPOST /_dash-update-component HTTP/1.1�[0m" 200 - 2023-11-06 10:31:19,360 :: INFO :: 172.30.32.1 - - [06/Nov/2023 10:31:19] "�[37mPOST /_dash-update-component HTTP/1.1�[0m" 204 - 2023-11-06 10:31:19,369 :: INFO :: 172.30.32.1 - - [06/Nov/2023 10:31:19] "�[37mPOST /_dash-update-component HTTP/1.1�[0m" 204 - 2023-11-06 10:31:19,377 :: INFO :: 172.30.32.1 - - [06/Nov/2023 10:31:19] "�[37mPOST /_dash-update-component HTTP/1.1�[0m" 200 -
Beta Was this translation helpful? Give feedback.
All reactions