Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Bug: Feed has no items and wrong name #41

Closed
hyperfekt opened this issue Nov 19, 2016 · 5 comments
Closed

Bug: Feed has no items and wrong name #41

hyperfekt opened this issue Nov 19, 2016 · 5 comments
Assignees
Labels

Comments

@hyperfekt
Copy link

When subscribing to this feed: http://www.feed43.com/bloomberg_view.xml
its' title shows up as 'Bloomberg Technology' instead of 'Bloomberg View' and contains no items. If you check the actual feed, you will notice the discrepancy.
What could cause this bug?

@hyperfekt
Copy link
Author

hyperfekt commented Nov 19, 2016

Another one with the wrong name (of a different section) is this one: http://feeds.feedburner.com/nymag/intelligencer (it shows up as 'selectall', which is NYMag as well but has different articles: http://feeds.feedburner.com/nymag/selectall)
It does contain the right items, however.

Same goes for https://www.theatlantic.com/feed/all/, which shows up as 'Business | The Atlantic' despite being the full feed.

The impact of this part of the bug(s?) could be lessened by implementing #39.

@tschellenbach tschellenbach added this to the 0.3.0 milestone Nov 21, 2016
@tschellenbach
Copy link
Member

tschellenbach commented Nov 21, 2016

The problem is that we're using the site name instead of a feed name... We'll probably pick this up in 0.4.0, a pull request is always appreciated :)

@astrotars astrotars added the bug label Nov 28, 2016
@astrotars astrotars modified the milestones: 0.4.0, 0.3.0 Nov 30, 2016
@dwightgunning
Copy link
Contributor

I like @hyperfekt's proposal in Issue #39 to let user's update feed names. That said we should fix this all the same. I'll take a look at this first.

@dwightgunning
Copy link
Contributor

I'm actually struggling to replicate this.

AFAICS the feed title used within the Stream UI is set at SitesController:39-44 right after the DiscoverService.findRSS() returns discovers and extracts the metadata associated with the feed.

Git blame shows this block has changed since prior to the bug being raised. So perhaps I'm looking at this wrongly?

Currently I'm able to import the two example feeds posted by @hyperfekt and the Stream UI shows the same titles that appear in the <title> tag within the raw feed.

@dwightgunning dwightgunning self-assigned this Sep 20, 2017
@astrotars astrotars removed this from the 0.4.0 milestone Sep 20, 2017
@astrotars astrotars assigned astrotars and unassigned dwightgunning Sep 20, 2017
@astrotars
Copy link
Contributor

Since there hasn't been any activity around this topic, we're going to close the issue. Please submit a PR if you're interested in adding this functionality. Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants