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

BBC Weather RSS feed entries do not get updated #709

Open
MunJLee opened this issue Aug 9, 2024 · 2 comments
Open

BBC Weather RSS feed entries do not get updated #709

MunJLee opened this issue Aug 9, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@MunJLee
Copy link

MunJLee commented Aug 9, 2024

Describe the bug
RSS feed from BBC Weather (https://www.bbc.com/weather/about/17543675) has stopped working since two updates ago. This feed is variable by location, and contains only three feed entries for today/tonight, next day, and the day after. The headers may start with the same words per day, but it is almost never identical to the entries from previous updates.

When this feed is sorted by 'Today', most recent forecast would be shown after each hourly updates. However, it does not do that anymore - it would load the feed entries correctly when the feed is added into the app for the first time, but afterwards it would not get the new entries. When sorted by 'All articles', the first-ever feed entries are shown and their feed information would look like they have been updating although the its date is stuck on the day the feed was first added. All other feeds I use in the same group are updating correctly (ex. NWS, USGS).

To Reproduce

  1. Add the BBC weather
  2. Sort the feed entry for 'Today'
  3. Note the feed entry header and information
  4. Wait until the next hourly update
  5. Check the feed again and notice any content change
  6. Wait until the date change
  7. Check the feed to see any entry under 'Today'
  8. Sort it for 'All articles'
  9. Check the feed entries and notice any content change

Feed Information
BBC Weather - NY, US: https://weather-broker-cdn.api.bbci.co.uk/en/forecast/rss/3day/5128581

Device Information

  • OS: Android 13
  • App Version: 1.47.1(574)
@MunJLee MunJLee added the bug Something isn't working label Aug 9, 2024
@MunJLee MunJLee changed the title BBC Weather RSS feed entry does not get updated BBC Weather RSS feed entries do not get updated Aug 10, 2024
@msasikanth
Copy link
Owner

If I understand it correctly, the data is updating but the timestamp is wrong right? It's staying on the date it's added?

@MunJLee
Copy link
Author

MunJLee commented Aug 10, 2024

To be honest, I have no idea - I do not have enough information to accurately describe.

If this is any help, take a look at the screenshot here.
Screenshot_20240809-214533
As you can see, I see nothing for this feed if I sort by 'Today'.

If I sort by 'All articles', then I see the initial entries I got for the first time I entered the feed.
Screenshot_20240809-214545
Notice two things here: 1) it says it is '2 days ago', which is true, 2) the headers marked as 'Tonight', 'Saturday, and 'Sunday', which is odd.

Today is Friday and 2 days ago was Wednesday. If there was no update since that time, it should have said 'Tonight', 'Thursday', 'Friday'. I also checked the forecast - the weathers indicated by these headers are correct. That's why I suspect it has been updating.

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

No branches or pull requests

2 participants