30
Views
2
Comments
Solved
[RSS Feed] Problem with feed "http://brettspieler1.blogspot.com/feeds/posts/default"
Question
rss-feed
Service icon
Forge asset by Miguel Verdasca

Dear Community,

after trying several things I am reaching out to you all for your help.

I try to gather the contents of the feed above (and others).

Using the two RSS Feed Readers does not work, because they don't store the description of the channel item into the related field in the structure. It returns "-undefined-" and I don't see the description.

Trying to use the HTTPRequestHandler and then crawling myself to the xml path does also not work, because the reuturned content of the request is empty.

Does anyone know how  to solve this problem?


Thank you for your help in advance

2020-11-03 15-44-21
David Vaello
Solution

Hi,

This URL (http://brettspieler1.blogspot.com/feeds/posts/default) is an Atom feed. If you want to use a RSS feed you must use this URL: https://brettspieler1.blogspot.com/feeds/posts/default?alt=rss

This forge component needs a RSS feed. Using this URL, you wil see the description fields.

The demo application is also able to load the description fields using this RSS feed (https://brettspieler1.blogspot.com/feeds/posts/default?alt=rss).

Kind regards, David.

2020-06-29 09-57-21
Juergen Bartels

Hello David,


many thanks for your help. Using RSS Feed solved the problem.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.