Skip to content
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

Bromley Borough Council dates are shifted by one year #1089

Open
4 tasks done
michalstrelec opened this issue Dec 17, 2024 · 0 comments · May be fixed by #1088
Open
4 tasks done

Bromley Borough Council dates are shifted by one year #1089

michalstrelec opened this issue Dec 17, 2024 · 0 comments · May be fixed by #1088
Assignees
Labels
bug Something isn't working

Comments

@michalstrelec
Copy link

Name of Council

Bromley Borough Council

Issue Information

I have configured Bromley Borough Council and dates returned shows wrong year. Everything is shifted by a year. Council website shows only date and month not a years and parsers defaults to a wrong year.
I have tested the API call as follows:
curl -X 'GET'
'http://192.168.1.6:8080/api/bin_collection/BromleyBoroughCouncil?url=https%3A%2F%2Frecyclingservices.bromley.gov.uk%2Fwaste%2F6056991&web_driver=http%3A%2F%2F192.168.1.6%3A4444'
-H 'accept: application/json'

Returned object:
"{\n "bins": [\n {\n "type": "Food Waste",\n "collectionDate": "23/12/2025"\n },\n {\n "type": "Mixed Recycling (Cans, Plastics & Glass)",\n "collectionDate": "23/12/2025"\n },\n {\n "type": "Paper & Cardboard",\n "collectionDate": "31/12/2025"\n },\n {\n "type": "Non-Recyclable Refuse",\n "collectionDate": "31/12/2025"\n }\n ]\n}"

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
@michalstrelec michalstrelec added the bug Something isn't working label Dec 17, 2024
@dp247 dp247 self-assigned this Dec 17, 2024
dp247 added a commit to dp247/UKBinCollectionData that referenced this issue Dec 17, 2024
@dp247 dp247 linked a pull request Dec 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants