What's wrong with this JSON feed?

It validates on the jsonfeed validator, but the items (and feed name) don’t show on newsblur.
https://dyn.tedder.me/rss/thingiverse_kryptonicloser_recent_collected.json
http://www.newsblur.com/site/6938315/untitled

1 Like

Your story id’s are ints and not strings. That’s why it’s choking. I’m not sure if NewsBlur should be handling that but I suppose I could rewrite the JSON so that every field is stringified.

1 Like

Ok, I’m now stringifying JSON feed story ids, so the feed now works. Thanks for bringing this up (and esp. thanks for checking on the rss verification tool).

1 Like