Hi all,
I’m using Magpie RSS to show the most recent track I’ve played on last.fm - http://ws.audioscrobbler.com/1.0/user/digitalformula/recenttracks.rss is the feed URL, if you want to see that the feed works.
For some reason, my website always shows the same recent track, no matter what I do. In the past it has updated, but probably only once or twice a month (and I listen to music more than that).
I’ve cleared the cache far more than should be necessary, confirmed that the feed URL is correct and tested the feed URL in a browser - it shows everything fine.
Can anyone suggest why these entries might be cached by EE for so long?
Here’s my Magpie code (nothing special going on there at all):
{exp:magpie url="http://ws.audioscrobbler.com/1.0/user/digitalformula/recenttracks.rss" limit="1"}
{items}
/images/_ui/musical-note.pngPlayed <a href="http://{link}" title="{title}" target="_blank" rel="noopener">{title}</a>
{/items}
{/exp:magpie}See http://digitalformula.net if you want to see the problem (top of the page, far right, shows the track name).
Thanks