Roku Direct Publisher

Roku Direct Publisher - the easiest way to create a great TV experience. Learn more about how to create a Roku channel and share your experiences with others.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
CsR
Visitor

Help - My Feed status

Hi, 
I have spent a week on this, I have followed all the Json format as far as I KNOW, now this is what I got so far, need help to fix it and get it work. Thanks!
my feed URL is http://api.myjson.com/bins/o6ly1
My Feed Status shows following errors

  • Required property lastUpdated is missing or not in ISO 8601 format

  • No valid items were found in the feed

  • 1 item has an error: Required content videos missing. 

  • 1 item has an error: Required content adBreak is not in valid hh:mm:ss format 

  • 1 item has an error: Thumbnail must be 16x9 aspect ratio, at least 800w x 450h, and either in JPG or PNG format.
0 Kudos
5 REPLIES 5

Re: Help - My Feed status

For language try "en" instead of "en-US"

You are missing the [ ] for both the videos element and the captions element.

Your thumbnail is not the correct size.  It needs to be at least 800x450.

That is what I have found so far.
0 Kudos

Re: Help - My Feed status

"00:90:11" is not a valid time code.  It should be "01:30:11".  "HH:MM:SS"
0 Kudos
CsR
Visitor

Re: Help - My Feed status

Thank you for the help. However, I changed to
 https://api.myjson.com/bins/s01jx
I understand that I still need to figure out how to change thumbnail size to 800by 450 on Vimeo.
It stills come back with the following errors: 

  • Required property lastUpdated is missing or not in ISO 8601 format.
    08/08/2017 08:17PM


  • No valid items were found in the feed



  • 1 item has an error: Required caption url is unreachable.



  • 1 item has an error: Thumbnail must be 16x9 aspect ratio, at least 800w x 450h, and either in JPG or PNG format.
0 Kudos

Re: Help - My Feed status

Ok,

Problem 1: In your lastUpdated element you have an "O" instead of a zero when stating DD (O7). - "lastUpdated": "2017-08-O7T16:48:48+00:00",

Problem 2: If you are going to declare captions you can't leave the url blank. - "url": " ",

Problem 3: Your video URL is not valid or Vimeo is having an issue serving it.  I am getting an error message from Vimeo "Sorry, We’re having a little trouble."  Might just be bad timing.

Problem 4: Change your second adBreak to be 00:15:00 (15 minutes in).  The system might be having an issue with you specifying the end of the video's duration.

Problem 5: Thumbnail size, but you knew that.
0 Kudos
TPG
Visitor

Re: Help - My Feed status

Hello Everyone,

I am having a similar problem. My json feed comes back as valid but I get the following errors on Direct Publisher.

http://thepolettigroup.com/comedyfeed/VideoMrss.json

Any assistance would be appreciated


  • Required property providerName is missing.



  • Required property lastUpdated is missing or not in ISO 8601 format.


  • No valid items were found in the feed
0 Kudos