-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Let me know what I need to pull that might be helpful:
Logger: homeassistant.components.subaru
Source: helpers/update_coordinator.py:419
integration: Subaru (documentation, issues)
First occurred: 3:37:00 AM (9 occurrences)
Last logged: 4:53:32 AM
Unexpected error fetching subaru_data data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 419, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 308, in _async_update_data
return await self.update_method()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/subaru/init.py", line 81, in async_update_data
return await refresh_subaru_data(entry, vehicle_info, controller)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/subaru/init.py", line 129, in refresh_subaru_data
await update_subaru(vehicle, controller)
File "/usr/src/homeassistant/homeassistant/components/subaru/init.py", line 147, in update_subaru
await controller.update(vehicle[VEHICLE_VIN], force=True)
File "/usr/local/lib/python3.13/site-packages/subarulink/controller.py", line 640, in update
result = await self._locate(vin, hard_poll=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/subarulink/controller.py", line 1156, in _locate
success, js_resp = await self._remote_command(vin, url, poll_url=poll_url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/subarulink/controller.py", line 1042, in _remote_command
try_again, success, js_resp = await self._execute_remote_command(vin, cmd, data, poll_url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/subarulink/controller.py", line 1077, in _execute_remote_command
success, js_resp = await self._wait_request_status(vin, req_id, poll_url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/subarulink/controller.py", line 1203, in _wait_request_status
if js_resp["data"]["remoteServiceState"] == "finished":
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not subscriptable
Logger: subarulink.controller
Source: components/subaru/remote_service.py:26
First occurred: 7:30:44 AM (1 occurrence)
Last logged: 7:30:44 AM
Remote service request completion message never received
Logger: homeassistant.components.subaru
Source: helpers/update_coordinator.py:461
integration: Subaru (documentation, issues)
First occurred: December 14, 2025 at 4:36:16 PM (3 occurrences)
Last logged: 8:04:41 AM