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
I have followed the instructions as far as I know and everything should be working, but I am just getting
I have enabled debug logging and get the following : ( not using my real home address 😄 )
2025-08-26 08:18:27.668 ERROR (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Timeout while updating data:
2025-08-26 08:18:27.668 ERROR (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Unexpected error in async_setup_entry: Timeout while updating data:
Traceback (most recent call last):
File "/usr/local/lib/python3.13/asyncio/tasks.py", line 507, in wait_for
return await fut
^^^^^^^^^
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/uk_bin_collection/init.py", line 335, in _async_update_data
data = await asyncio.wait_for(
^^^^^^^^^^^^^^^^^^^^^^^
...<2 lines>...
)
^
File "/usr/local/lib/python3.13/asyncio/tasks.py", line 506, in wait_for
async with timeouts.timeout(timeout):
~~~~~~~~~~~~~~~~^^^^^^^^^
File "/usr/local/lib/python3.13/asyncio/timeouts.py", line 116, in aexit
raise TimeoutError from exc_val
TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 392, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/uk_bin_collection/init.py", line 364, in _async_update_data
raise UpdateFailed(f"Timeout while updating data: {exc}") from exc
homeassistant.helpers.update_coordinator.UpdateFailed: Timeout while updating data:
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/uk_bin_collection/init.py", line 212, in async_setup_entry
await coordinator.async_config_entry_first_refresh()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 326, in async_config_entry_first_refresh
raise ex
homeassistant.exceptions.ConfigEntryNotReady: Timeout while updating data:
2025-08-26 08:18:38.158 INFO (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] async_setup_entry called for entry_id=01K3HMSRRT3ZWCHR0TMNWK115M
2025-08-26 08:18:38.158 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Retrieved configuration: name=Bins-Home, timeout=60, manual_refresh_only=True, update_interval=12 hours, icon_color_mapping={ "general": { "icon": "mdi:trash-can", "color": "green" }, "recycling": { "icon": "mdi:recycle", "color": "blue" }, "food": { "icon": "mdi:food", "color": "red" }, "garden": { "icon": "mdi:leaf", "color": "brown" } }
2025-08-26 08:18:38.158 INFO (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Automatic refresh every 12 hour(s).
2025-08-26 08:18:38.158 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] UKBinCollectionApp args: ['WokinghamBoroughCouncil', 'https://www.wokingham.gov.uk/rubbish-and-recycling/waste-collection/find-your-bin-collection-day', '--number=1', '--postcode=RG41 5SZ', '--web_driver=http://192.168.125.15:4444']
2025-08-26 08:18:38.159 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] UKBinCollectionApp initialized and arguments set.
2025-08-26 08:18:38.165 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] HouseholdBinCoordinator init: name=Bins-Home, timeout=60, update_interval=12:00:00
2025-08-26 08:18:38.165 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] HouseholdBinCoordinator initialized with update_interval=12:00:00.
2025-08-26 08:18:38.165 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] _async_update_data called.
2025-08-26 08:18:38.165 INFO (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Fetching latest bin collection data with timeout=60
and Selenium is running :
Can anyone help point me to any additional logs I need to look at, tell me what commands I can run to test or help me fix / troubleshoot this ?
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.
-
I have followed the instructions as far as I know and everything should be working, but I am just getting

I have enabled debug logging and get the following : ( not using my real home address 😄 )
2025-08-26 08:18:27.668 ERROR (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Timeout while updating data:
2025-08-26 08:18:27.668 ERROR (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Unexpected error in async_setup_entry: Timeout while updating data:
Traceback (most recent call last):
File "/usr/local/lib/python3.13/asyncio/tasks.py", line 507, in wait_for
return await fut
^^^^^^^^^
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/uk_bin_collection/init.py", line 335, in _async_update_data
data = await asyncio.wait_for(
^^^^^^^^^^^^^^^^^^^^^^^
...<2 lines>...
)
^
File "/usr/local/lib/python3.13/asyncio/tasks.py", line 506, in wait_for
async with timeouts.timeout(timeout):
~~~~~~~~~~~~~~~~^^^^^^^^^
File "/usr/local/lib/python3.13/asyncio/timeouts.py", line 116, in aexit
raise TimeoutError from exc_val
TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 392, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/uk_bin_collection/init.py", line 364, in _async_update_data
raise UpdateFailed(f"Timeout while updating data: {exc}") from exc
homeassistant.helpers.update_coordinator.UpdateFailed: Timeout while updating data:
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/uk_bin_collection/init.py", line 212, in async_setup_entry
await coordinator.async_config_entry_first_refresh()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 326, in async_config_entry_first_refresh
raise ex
homeassistant.exceptions.ConfigEntryNotReady: Timeout while updating data:
2025-08-26 08:18:38.158 INFO (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] async_setup_entry called for entry_id=01K3HMSRRT3ZWCHR0TMNWK115M
2025-08-26 08:18:38.158 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Retrieved configuration: name=Bins-Home, timeout=60, manual_refresh_only=True, update_interval=12 hours, icon_color_mapping={ "general": { "icon": "mdi:trash-can", "color": "green" }, "recycling": { "icon": "mdi:recycle", "color": "blue" }, "food": { "icon": "mdi:food", "color": "red" }, "garden": { "icon": "mdi:leaf", "color": "brown" } }
2025-08-26 08:18:38.158 INFO (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Automatic refresh every 12 hour(s).
2025-08-26 08:18:38.158 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] UKBinCollectionApp args: ['WokinghamBoroughCouncil', 'https://www.wokingham.gov.uk/rubbish-and-recycling/waste-collection/find-your-bin-collection-day', '--number=1', '--postcode=RG41 5SZ', '--web_driver=http://192.168.125.15:4444']
2025-08-26 08:18:38.159 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] UKBinCollectionApp initialized and arguments set.
2025-08-26 08:18:38.165 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] HouseholdBinCoordinator init: name=Bins-Home, timeout=60, update_interval=12:00:00
2025-08-26 08:18:38.165 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] HouseholdBinCoordinator initialized with update_interval=12:00:00.
2025-08-26 08:18:38.165 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] _async_update_data called.
2025-08-26 08:18:38.165 INFO (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Fetching latest bin collection data with timeout=60
and Selenium is running :
Can anyone help point me to any additional logs I need to look at, tell me what commands I can run to test or help me fix / troubleshoot this ?
Beta Was this translation helpful? Give feedback.
All reactions