Hi
I made some changes to my feed and decided to point it at a new URL. I changed the URL and hit save.
The feed status shows it ingesting from the new URL. no errors. I added custom categories and publish Furthermore.
Preview is fine, the feed validates and looks good on device.
But after 24hrs, published channel version is updated, but content is blank.
Please let me know what the problem is.
Thanks
What did you use to validate the feed file? If you used a Json linter, it will not find logic errors for missing or required feed items. For further help, please post your feed file.
https://api.myjson.com/bins/1csutx
here is json feed url. would you check if json is valid.
On Channel, shows content - only search icon.
thx
First, you should consider a more permanent site for storing your feed file. Myjson will not give you the performance that a Roku channel requires.
I was able to validate your feed file for logic errors. The good news is there were none. However, there are two areas to investigate:
I'm having this same problem w/ a new Roku channel we just put into place. Feed validates at JSONLint and Roku feed checker but the channel only displays a "Search" category with a magnifying class icon and info icon.
Any thoughts on this?
Here's the feed: https://scottwhitneyacademy.com/wp-json/tv/roku/
I don't know if the following will cause your problem, but, you might want to look into it:
2019-10-09 15:12:50.2360 ERROR '1074' contains an incorrectly formatted 'ReleaseDate'. Setting date to '2019-10-09'.
2019-10-09 15:12:50.2360 ERROR '1076' contains an incorrectly formatted 'ReleaseDate'. Setting date to '2019-10-04'.
2019-10-09 15:12:50.2360 ERROR Empty 'series' object found in feed file.
2019-10-09 15:12:50.2360 ERROR '1072' contains an incorrectly formatted 'ReleaseDate'. Setting date to '2019-10-08'.
2019-10-09 15:12:50.2360 ERROR '1070' contains an incorrectly formatted 'ReleaseDate'. Setting date to '2019-10-04'.
2019-10-09 15:12:50.2360 ERROR '1068' contains an incorrectly formatted 'ReleaseDate'. Setting date to '2019-10-01'.
2019-10-09 15:12:50.2360 ERROR '1066' contains an incorrectly formatted 'ReleaseDate'. Setting date to '2019-09-27'.
2019-10-09 15:12:50.2360 ERROR '1064' contains an incorrectly formatted 'ReleaseDate'. Setting date to '2019-09-24'.
2019-10-09 15:12:50.2360 ERROR '1062' contains an incorrectly formatted 'ReleaseDate'. Setting date to '2019-09-20'.
2019-10-09 15:12:50.2360 ERROR '1060' contains an incorrectly formatted 'ReleaseDate'. Setting date to '2019-09-18'.
You should contact Roku Partner Success.
Where did you go to get these messages?
Baradanikto:
would you have a look this feed url :http://www.caregivingtv.com/Caregiving%20TV%20Assets/feed.json
I used feed file on permanent site you said, but same problem.
thanks
Well, it's working now. I gave it some time and I added the TrickPlay info for each movie.
The messages I posted are output from software I wrote to create and manage Roku feed files. Using a Json lint program is not sufficient to eliminate all potential feed errors. And, Roku does not do a good job at identifying errors when you update your feed within the developer portal. Logic errors (errors that result from missing, required, or invalid fields in the feed) are not caught by tools like Notepad or other such tools. That's why I wrote the software that is available at my banner below.