-
Notifications
You must be signed in to change notification settings - Fork 199
Description
Name of Council
Wakefield Counil
Issue Information
Hi,
I’m using the UK Bin Collection Data HACS integration with Selenium in Home Assistant to get bin collection dates for Wakefield.
Council URL:
https://www.wakefield.gov.uk/where-i-live?uprn=63198222&... (full URL as configured)
Latest Version of both UKBinCollection 163.0 and Home Assistant 2026.2.1
Setup:
Selenium standalone server running in a Debian LXC on Proxmox.
Chromium 144 headless with --no-sandbox and --disable-gpu.
OpenJDK 17 installed.
HA integration pointed to http://:4444.
What works:
Selenium server runs and reports ready (/status endpoint).
Manual Chromium headless launch works but returns an HTML page.
Problem:
When attempting to scrape Wakefield’s site, the output is:
The request is blocked.
All HA entities remain unavailable.
Logs show: No previous data to fall back to.
Verification
- I searched for similar issues at https://github.com/robbrad/UKBinCollectionData/issues?q=is:issue and found no duplicates
- I have checked my address/postcode/UPRN works on the council's website
- I have provided a detailed explanation of the issue as well as steps to replicate the issue
- I understand that this project is run by volunteer contributors therefore completion of this issue cannot be guaranteed