So I am attempting to get a channel going by making a json feed. Everything validates, but the channel feed status claims only shows a vague message of "The feed format is invalid. We are unable to parse it". The funny thing is that I'm using a feed supplied by Roku. There's a topic called "Direct Publisher Channel Showcase" which holds the link:
https://api.myjson.com/bins/4tu28 I dumped the contents of that file on my server and the Direct Publisher cant parse it??It seems that the Direct Publisher will not work with HTTPS urls. Using one returned the "Unable to download from feedUrl." message. I even tried the test url (
https://api.myjson.com/bins/4tu28) and got the message.
Fortunately, after switching the test url to just HTTP (
http://api.myjson.com/bins/4tu28) it did ingest the feed. Not sure what else would be different on my server. CORS is enabled. MIME is correct for a JSON file. Sadly the error messages are too vague to be able to properly diagnose.
Can anyone verify any of this?
It seems there are many similar issues in this forum requesting this very same thing? Has anyone been able to get to the bottom of this?