Stops working after Retrieval error during update #33
Replies: 3 comments 1 reply
-
This is already fixed, but the docker is. It yet rereleased. You can fix that by adding to the environment variable |
Beta Was this translation helpful? Give feedback.
-
I tried to upgrade the connector manually ( One additional question: installing the web-ui with works too. But how can I reach the web-ui? ip:4000 doesn't work. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately it doesn't work. But this would be just a benefit, I would not use very often. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for your excellent work on this plugin(s).
It works fine on my docker container. After some minutes (or maybe one hour) the plugin stops working with the following error. Restarting the plugin kepps it working for about one hour again. Is there a possibility to keep it working for a longer time?
Update: It just updates the data of the car once. After one hour it stops working completely.
2025-03-16T17:41:09+0100:carconnectivity.connectors.seatcupra:ERROR:connector:Retrieval error during update (Timeout during read: HTTPSConnectionPool(host='identity.vwgroup.io', port=443): Read timed out. (read timeout=30)). Will try again after configured interval of 300.0s
2025-03-16T18:02:19+0100:carconnectivity.connectors.seatcupra:ERROR:connector:Retrieval error during update (Connection error: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')). If this happens frequently, please check if other applications communicate with the Seat/Cupra server.). Will try again after configured interval of 300.0s
2025-03-16T18:07:20+0100:carconnectivity.connectors.seatcupra:CRITICAL:connector:Critical error during update: Traceback (most recent call last):
File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/connector.py", line 184, in _background_loop
File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/connector.py", line 288, in update_vehicles
File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/connector.py", line 495, in fetch_vehicle_status
File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/connector.py", line 1155, in _fetch_data
File "/opt/venv/lib/python3.12/site-packages/requests/sessions.py", line 602, in get
File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/auth/my_cupra_session.py", line 274, in request
File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/auth/openid_session.py", line 366, in request
File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/auth/openid_session.py", line 431, in add_token
File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/auth/my_cupra_session.py", line 76, in login
File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/auth/vw_web_session.py", line 82, in do_web_auth
File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/auth/vw_web_session.py", line 135, in _get_login_form
File "/opt/venv/lib/python3.12/site-packages/requests/sessions.py", line 602, in get
File "/opt/venv/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
File "/opt/venv/lib/python3.12/site-packages/requests/sessions.py", line 697, in send
File "/opt/venv/lib/python3.12/site-packages/requests/sessions.py", line 792, in get_adapter
requests.exceptions.InvalidSchema: No connection adapters were found for 'cupra://oauth-callback#state=
Beta Was this translation helpful? Give feedback.
All reactions