I have installed the Feed binding via PaperUI
I left the BBC thing, and a rPi thing for the Raspbery Pi RSS feed:
Thing feed:feed:bbc [ URL="http://feeds.bbci.co.uk/news/video_and_audio/news_front_page/rss.xml?edition=uk"]
Thing feed:feed:rpi [ URL="https://www.raspberrypi.org/blog/feed/"]
The BBC feed works… the rPi returns a warning HTTP 403
2019-09-28 14:22:32.480 [WARN ] [ng.feed.internal.handler.FeedHandler] - Error accessing feed: https://www.raspberrypi.org/blog/feed/
java.io.IOException: Server returned HTTP response code: 403 for URL: https://www.raspberrypi.org/blog/feed/
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?]
… yet the same link works in a browser. Changing it to http (instead of https) does not make a difference.
Any ideas?
The tags on the rPi feed also look different to the BBC tags:
<title>Raspberry Pi Blog – Raspberry Pi</title>
<atom:link href="https://www.raspberrypi.org/blog/feed/" rel="self" type="application/rss+xml" />
<link>https://www.raspberrypi.org</link>
<description>Teach, learn and make with Raspberry Pi</description>
<lastBuildDate>Fri, 27 Sep 2019 10:58:24 +0000</lastBuildDate>
<language>en-GB</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://wordpress.org/?v=4.9.11</generator>
<item>
<title>View Stonehenge in real time via Raspberry Pi</title>
<link>https://www.raspberrypi.org/blog/view-stonehenge-in-real-time-via-raspberry-pi/</link>
<comments>https://www.raspberrypi.org/blog/view-stonehenge-in-real-time-via-raspberry-pi/#comments</comments>
<pubDate>Fri, 27 Sep 2019 09:26:10 +0000</pubDate>
<dc:creator><![CDATA[Alex Bate]]></dc:creator>
<category><![CDATA[Your Projects]]></category>
<category><![CDATA[Raspberry Pi 3A+]]></category>
<category><![CDATA[conservation]]></category>
<category><![CDATA[stonehenge]]></category>
<category><![CDATA[realtime]]></category>
<guid isPermaLink="false">https://www.raspberrypi.org/?p=53741</guid>
<description><![CDATA[<p>You can see how the skies above Stonehenge affect the iconic stones via a web browser thanks to a Raspberry Pi computer. Stonehenge Stonehenge is
Looks like I am missing something?!