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.
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.
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.