CJNE / pyporscheconnectapi

Python client library for Porsche Connect API
MIT License
44 stars 9 forks source link

Cannot load data #42

Closed woozar closed 7 months ago

woozar commented 7 months ago

I have got a new error (at least for me it is new)

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 290, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/porscheconnect/init.py", line 215, in _async_update_data vehicle["services"] = await self.controller.getServices(vin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/pyporscheconnectapi/client.py", line 488, in getServices is_privacy = data['vehicleServiceEnabledMap']['VSR'] == 'DISABLED'


KeyError: 'vehicleServiceEnabledMap'
woozar commented 7 months ago

Oops wrong repo