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
The web scraping using selenium has started to timeout. Looking at the elements and CotswoldDistrictCouncil.py it looks like there's been a name change.
Specifically the element "combobox-input-20" is now "combobox-input-22", and similarly "dropdown-element-20" is now "dropdown-element-22"
Making the changes in my local copy of that file clears the timeout and returns data as it should do.
Also, where is the council data held on homeassistant? I was going to patch the file myself there, but I can't for the life of me work out where the specific council files are!
Name of Council
Cotswold District Council
Issue Information
The web scraping using selenium has started to timeout. Looking at the elements and CotswoldDistrictCouncil.py it looks like there's been a name change.
Specifically the element "combobox-input-20" is now "combobox-input-22", and similarly "dropdown-element-20" is now "dropdown-element-22"
Making the changes in my local copy of that file clears the timeout and returns data as it should do.
Verification
The text was updated successfully, but these errors were encountered: