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
Has been working well for a long while. Stopped working a few months ago, and have been unable to reconnect despite erasing and resetting the configuration plenty of times.
I was waiting in the hope that someone else would report an issue with Cardiff. So can't be sure it is not an issue with me - but as I say this has worked well previously and I have retried setting it up quite a few times.
Postcode/House number works on council website.
Here is a neighbouring/valid UPRN for you to try to replicate 100100041710
When I try setting up a new entry the config flow box spins it wheels for a while and then tells me that "Unknown error occurred". The integration then seems to sit there trying unsuccessfully to initialise.
Lots of log messages generated, such as:
This error originated from a custom integration.
Logger: custom_components.uk_bin_collection
Source: custom_components/uk_bin_collection/init.py:262
integration: UK Bin Collection Data (documentation, issues)
First occurred: 14:52:13 (70 occurrences)
Last logged: 17:55:32
[UKBinCollection] Timeout while updating data:
and
Logger: uk_bin_collection.uk_bin_collection.get_bin_data
Source: /usr/local/lib/python3.13/site-packages/uk_bin_collection/uk_bin_collection/get_bin_data.py:127
First occurred: 14:33:09 (73 occurrences)
Last logged: 17:56:32
Logger: homeassistant.config_entries
Source: config_entries.py:640
First occurred: 14:32:09 (3 occurrences)
Last logged: 17:26:45
Error setting up entry Blackoak for uk_bin_collection
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/uk_bin_collection/init.py", line 133, in async_setup_entry
await coordinator.async_config_entry_first_refresh()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 306, in async_config_entry_first_refresh
await self._async_refresh(
log_failures=False, raise_on_auth_failed=True, raise_on_entry_error=True
)
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 379, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/uk_bin_collection/init.py", line 250, in _async_update_data
data = await asyncio.wait_for(
^^^^^^^^^^^^^^^^^^^^^^^
...<2 lines>...
)
^
File "/usr/local/lib/python3.13/asyncio/tasks.py", line 507, in wait_for
return await fut
^^^^^^^^^
asyncio.exceptions.CancelledError
Apologies in advance if this is me doing something wrong.
Name of Council
Cardiff
Issue Information
Has been working well for a long while. Stopped working a few months ago, and have been unable to reconnect despite erasing and resetting the configuration plenty of times.
I was waiting in the hope that someone else would report an issue with Cardiff. So can't be sure it is not an issue with me - but as I say this has worked well previously and I have retried setting it up quite a few times.
Postcode/House number works on council website.
Here is a neighbouring/valid UPRN for you to try to replicate 100100041710
When I try setting up a new entry the config flow box spins it wheels for a while and then tells me that "Unknown error occurred". The integration then seems to sit there trying unsuccessfully to initialise.
Lots of log messages generated, such as:
This error originated from a custom integration.
Logger: custom_components.uk_bin_collection
Source: custom_components/uk_bin_collection/init.py:262
integration: UK Bin Collection Data (documentation, issues)
First occurred: 14:52:13 (70 occurrences)
Last logged: 17:55:32
[UKBinCollection] Timeout while updating data:
and
Logger: uk_bin_collection.uk_bin_collection.get_bin_data
Source: /usr/local/lib/python3.13/site-packages/uk_bin_collection/uk_bin_collection/get_bin_data.py:127
First occurred: 14:33:09 (73 occurrences)
Last logged: 17:56:32
Request Error: HTTPSConnectionPool(host='www.cardiff.gov.uk', port=443): Read timed out. (read timeout=120)
and
Logger: homeassistant.config_entries
Source: config_entries.py:640
First occurred: 14:32:09 (3 occurrences)
Last logged: 17:26:45
Error setting up entry Blackoak for uk_bin_collection
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/uk_bin_collection/init.py", line 133, in async_setup_entry
await coordinator.async_config_entry_first_refresh()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 306, in async_config_entry_first_refresh
await self._async_refresh(
log_failures=False, raise_on_auth_failed=True, raise_on_entry_error=True
)
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 379, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/uk_bin_collection/init.py", line 250, in _async_update_data
data = await asyncio.wait_for(
^^^^^^^^^^^^^^^^^^^^^^^
...<2 lines>...
)
^
File "/usr/local/lib/python3.13/asyncio/tasks.py", line 507, in wait_for
return await fut
^^^^^^^^^
asyncio.exceptions.CancelledError
Apologies in advance if this is me doing something wrong.
Verification
The text was updated successfully, but these errors were encountered: