My (apparently valid) JSON Feed has a processing error

Hi Micro.blog peope! :wave:

I am trying to setup my profile from this feed: https://statium-monorepo.vercel.app/newsletter/feed.

The JSONFeed validator says it’s valid:

But I get this following error message in the logs:

Feed: Processing post failed TypeError, no implicit conversion of nil into String

So I can’t figure out what is wrong. :man_shrugging:

Thanks for your help! :pray:

Yeah, that wasn’t the most helpful error message. :blush: But at least it tells us that Micro.blog expects something that is not in the feed. I’m just guessing here, but maybe the lack of a date_published is something Micro.blog dislikes?

1 Like

Very good guess! Micro.blog does need a date. We should show a better error message, but I bet adding that will fix it.

1 Like

Bingo. That was it.

Thanks for your help. :pray: