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
Unfortunately can't log into the integration. Login on the webapp of Powunity works fine.
Unexpected exception
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/aiobiketrax/api.py", line 49, in wrapper
return await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aiobiketrax/api.py", line 220, in get_devices
return [models.device_from_dict(device) for device in response]
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aiobiketrax/models.py", line 874, in device_from_dict
return Device.from_dict(s)
~~~~~~~~~~~~~~~~^^^
File "/usr/local/lib/python3.13/site-packages/aiobiketrax/models.py", line 631, in from_dict
attributes = DeviceAttributes.from_dict(obj.get("attributes"))
File "/usr/local/lib/python3.13/site-packages/aiobiketrax/models.py", line 555, in from_dict
passport = from_union([Passport.from_dict, from_none], obj.get("passport"))
File "/usr/local/lib/python3.13/site-packages/aiobiketrax/models.py", line 30, in from_union
assert False
^^^^^
AssertionError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/biketrax/config_flow.py", line 78, in async_step_user
info = await validate_input(self.hass, user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/biketrax/config_flow.py", line 42, in validate_input
await account.update_devices()
File "/usr/local/lib/python3.13/site-packages/aiobiketrax/client.py", line 61, in update_devices
device.id: device for device in await self.traccar_api.get_devices()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aiobiketrax/api.py", line 51, in wrapper
raise ApiError("Unable to parse API response.") from e
aiobiketrax.exceptions.ApiError: Unable to parse API response.
The text was updated successfully, but these errors were encountered:
Unfortunately can't log into the integration. Login on the webapp of Powunity works fine.
The text was updated successfully, but these errors were encountered: