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
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Any Idea what key is causing this?
2025-04-27T14:23:19+0200:carconnectivity.connectors.seatcupra-api-debug:INFO:util:Unexpected keys found in specifications: {'sunroof', 'wheels', 'modVersion', 'heatedSeats', 'carBody', 'marketEntry', 'colors', 'salesType'} Dictionary is {'salesType': 'KHP5FS', 'colors': {'exterior': '1Z', 'interior': 'BM', 'roof': '1Z'}, 'wheels': {'rims': '40S', 'tires': '80R'}, 'steeringRight': False, 'sunroof': False, 'heatedSeats': True, 'factoryModel': {'vehicleBrand': 'seat', 'vehicleModel': 'ateca', 'modYear': '2023'}, 'marketEntry': None, 'modVersion': 'mod3', 'carBody': 'default'} 2025-04-27T14:23:20+0200: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 self.fetch_all() File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/connector.py", line 272, in fetch_all self.fetch_vehicles() File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/connector.py", line 478, in fetch_vehicles vehicle = self.fetch_image(vehicle) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/connector.py", line 1269, in fetch_image img = Image.open(image_download_response.raw) # pyright: ignore[reportPossiblyUnboundVariable] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/venv/lib/python3.12/site-packages/PIL/Image.py", line 3572, in open raise UnidentifiedImageError(msg) PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7f72d3bf35b0> Exception in thread carconnectivity.connectors.seatcupra-background: Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1012, in run self._target(*self._args, **self._kwargs) File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/connector.py", line 219, in _background_loop raise err File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/connector.py", line 184, in _background_loop self.fetch_all() File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/connector.py", line 272, in fetch_all self.fetch_vehicles() File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/connector.py", line 478, in fetch_vehicles vehicle = self.fetch_image(vehicle) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/venv/lib/python3.12/site-packages/carconnectivity_connectors/seatcupra/connector.py", line 1269, in fetch_image img = Image.open(image_download_response.raw) # pyright: ignore[reportPossiblyUnboundVariable] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/venv/lib/python3.12/site-packages/PIL/Image.py", line 3572, in open raise UnidentifiedImageError(msg) PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7f72d3bf35b0> 2025-04-27T14:23:20+0200:carconnectivity.plugins.mqtt:INFO:mqtt_client:Connected to MQTT brokerBeta Was this translation helpful? Give feedback.
All reactions