CJNE / ha-porscheconnect

Porsche Connect custom component for Home Assistant
MIT License
28 stars 11 forks source link

Unable to initialize integration #243

Closed snah-private closed 2 months ago

snah-private commented 2 months ago

The Porsche connect integration fails to initialize with the following error:

2024-06-17 11:23:55.801 ERROR (MainThread) [custom_components.porscheconnect] Un expected error fetching porscheconnect data Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", lin e 315, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/porscheconnect/init.py", line 213, in _asy nc_update_data vehicle["name"] = summary["nickName"] or summary["modelDescription"]


KeyError: 'nickName'
fredriklj commented 2 months ago

Duplicate of #242