-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected Error #1063
Comments
Source of the bin collection info has changed - now at https://my.kirklees.gov.uk/service/Bins_and_recycling___Manage_your_bins |
i have updated the URL and attempted to reconfigure but it looks like it is not accepting my custom selenium server and instead is trying to connect to http://172.18.0.6:4444/
|
It's a completely different source. The previous working version was hosted by Kirklees themselves on their own website. they now use a platform called Granicus (previously Firmstep). |
I can make this work for the next collection of each bin, if that's good? |
Home Assistant Version
2024.11.1
Installation Method
Using HACS
Name of Council (if relevant)
Kirklees Council
Issue Information
the component never finishes initialisation after last major update (bin colours)
`This error originated from a custom integration.
Logger: custom_components.uk_bin_collection
Source: custom_components/uk_bin_collection/init.py:250
integration: UK Bin Collection Data (documentation, issues)
First occurred: November 25, 2024 at 10:11:03 PM (6669 occurrences)
Last logged: 10:31:53 PM
[UKBinCollection] Unexpected error: Message: Stacktrace: #0 0x55cd10d25133 #1 0x55cd10a59966 #2 0x55cd10a960dc #3 0x55cd10a96211 #4 0x55cd10ad06c4 #5 0x55cd10ab5bfd #6 0x55cd10ace1c7 #7 0x55cd10ab59a3 #8 0x55cd10a8a46a #9 0x55cd10a8b55e #10 0x55cd10ce4cae #11 0x55cd10ce88fe #12 0x55cd10cf1f20 #13 0x55cd10ce9923 #14 0x55cd10cbcc0e #15 0x55cd10d0cb08 #16 0x55cd10d0cc97 #17 0x55cd10d1d113 #18 0x7fcbd7ed6b43
[UKBinCollection] Unexpected error: Message: Stacktrace: #0 0x55efbda8c133 #1 0x55efbd7c0966 #2 0x55efbd7fd0dc #3 0x55efbd7fd211 #4 0x55efbd8376c4 #5 0x55efbd81cbfd #6 0x55efbd8351c7 #7 0x55efbd81c9a3 #8 0x55efbd7f146a #9 0x55efbd7f255e #10 0x55efbda4bcae #11 0x55efbda4f8fe #12 0x55efbda58f20 #13 0x55efbda50923 #14 0x55efbda23c0e #15 0x55efbda73b08 #16 0x55efbda73c97 #17 0x55efbda84113 #18 0x7f3cbc509b43
[UKBinCollection] Unexpected error: Message: Stacktrace: #0 0x55799f98f133 #1 0x55799f6c3966 #2 0x55799f7000dc #3 0x55799f700211 #4 0x55799f73a6c4 #5 0x55799f71fbfd #6 0x55799f7381c7 #7 0x55799f71f9a3 #8 0x55799f6f446a #9 0x55799f6f555e #10 0x55799f94ecae #11 0x55799f9528fe #12 0x55799f95bf20 #13 0x55799f953923 #14 0x55799f926c0e #15 0x55799f976b08 #16 0x55799f976c97 #17 0x55799f987113 #18 0x7fbeaede7b43
[UKBinCollection] Unexpected error: Message: Stacktrace: #0 0x5568ecf25133 #1 0x5568ecc59966 #2 0x5568ecc960dc #3 0x5568ecc96211 #4 0x5568eccd06c4 #5 0x5568eccb5bfd #6 0x5568eccce1c7 #7 0x5568eccb59a3 #8 0x5568ecc8a46a #9 0x5568ecc8b55e #10 0x5568ecee4cae #11 0x5568ecee88fe #12 0x5568ecef1f20 #13 0x5568ecee9923 #14 0x5568ecebcc0e #15 0x5568ecf0cb08 #16 0x5568ecf0cc97 #17 0x5568ecf1d113 #18 0x7f3218b09b43
[UKBinCollection] Unexpected error: Message: Stacktrace: #0 0x558047231133 #1 0x558046f65966 #2 0x558046fa20dc #3 0x558046fa2211 #4 0x558046fdc6c4 #5 0x558046fc1bfd #6 0x558046fda1c7 #7 0x558046fc19a3 #8 0x558046f9646a #9 0x558046f9755e #10 0x5580471f0cae #11 0x5580471f48fe #12 0x5580471fdf20 #13 0x5580471f5923 #14 0x5580471c8c0e #15 0x558047218b08 #16 0x558047218c97 #17 0x558047229113 #18 0x7f6c16cc5b43
Traceback (most recent call last):
File "/config/custom_components/uk_bin_collection/init.py", line 250, in _async_update_data
data = await asyncio.wait_for(
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for
return await fut
^^^^^^^^^
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/uk_bin_collection/uk_bin_collection/collect_data.py", line 101, in run
return self.client_code(
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/uk_bin_collection/uk_bin_collection/collect_data.py", line 121, in client_code
return get_bin_data_class.template_method(address_url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/uk_bin_collection/uk_bin_collection/get_bin_data.py", line 61, in template_method
bin_data_dict = self.get_and_parse_data(this_url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/uk_bin_collection/uk_bin_collection/get_bin_data.py", line 82, in get_and_parse_data
bin_data_dict = self.parse_data(page, url=address_url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/uk_bin_collection/uk_bin_collection/councils/KirkleesCouncil.py", line 41, in parse_data
return self._parse_data(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/uk_bin_collection/uk_bin_collection/councils/KirkleesCouncil.py", line 74, in _parse_data
wait_for_element(
File "/usr/local/lib/python3.12/site-packages/uk_bin_collection/uk_bin_collection/councils/KirkleesCouncil.py", line 18, in wait_for_element
wait_for_element_conditions(driver, element_present, timeout=timeout)
File "/usr/local/lib/python3.12/site-packages/uk_bin_collection/uk_bin_collection/councils/KirkleesCouncil.py", line 23, in wait_for_element_conditions
WebDriverWait(driver, timeout).until(conditions)
File "/usr/local/lib/python3.12/site-packages/selenium/webdriver/support/wait.py", line 105, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
#0 0x5582d34cb133
#1 0x5582d31ff966
#2 0x5582d323c0dc
#3 0x5582d323c211
#4 0x5582d32766c4
#5 0x5582d325bbfd
#6 0x5582d32741c7
#7 0x5582d325b9a3
#8 0x5582d323046a
#9 0x5582d323155e
#10 0x5582d348acae
#11 0x5582d348e8fe
#12 0x5582d3497f20
#13 0x5582d348f923
#14 0x5582d3462c0e
#15 0x5582d34b2b08
#16 0x5582d34b2c97
#17 0x5582d34c3113
#18 0x7faa5bcefb43
`
Verification
The text was updated successfully, but these errors were encountered: