Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Jack14
Binge Watcher

Re: 410 items have error: Required movie content is missing.

same error with a link that works:

 

{
"providerName": "EliYah.com",
"lastUpdated": "2022-12-3T10:38:28+00:00",
"language": "en",
"movies": [{

"id": "b027b874-1002-4e6b-a37b-16a720146fd6",
   "title": "Commands Of The Messiah - Part 32",
   "content":[{
      "dateAdded": "2022-03-26T18:04:42",
      "videos": [{
      "url": "https://www.eliyah.com/video/passoverservice-hd.mp4",
"quality": "HD",
"videoType": "MP4",
"bitrate": "1900",
"duration": 10800
}]
 }],
"genres": [
"educational"
],
"rating": {
"rating": "UNRATED",
"ratingSource": "USA_PR"
},

"tags": ["Eliyah.com"],

"thumbnail": "https://eliyah.com/wp-content/uploads/2022/03/channel-poster_fhd.png",
"releaseDate": "2022-03-26T18:04:42",
"shortDescription": "Sorry, this Archive currently has no Description",
"longDescription": "Sorry, this Archive currently has no Description",
"categories": [{"name": "Latest","order": "most_recent","query": "live OR Eliyah.com"}]

}
]}

I do have duration too, so I have zero idea what is wrong

0 Kudos
Baradanikto
Roku Guru

Re: 410 items have error: Required movie content is missing.

Please refer to my earlier post.  Your original feed file has syntax errors.  You've coded the Content field as an array because you used "[".  It should be an object that uses "{".  Here's the example from the Roku doc...

{
  "id": "1509428502952",
  "title": "The Amazing Short-form Video",
  "content": {
    ...
  },
  "thumbnail": "https://example.org/cdn/thumbnails/1509428502952/1",
  "shortDescription": "Astonishing short-form video",
  "releaseDate": "2016-01-01"
}

The syntax does make a difference when coding your feed file.  That's why it's important not to code it manually using an editor like notepad.  It's too error prone.

FREE Windows desktop software for converting Direct Publisher channels to SceneGraph (SDK), for creating BIF (Trick Play) files, Roku (MRSS, JSON) feed files, and FireTV feed files @ GitHub/rrirower.
0 Kudos
Jack14
Binge Watcher

Re: 410 items have error: Required movie content is missing.

I am actually using Visual Studio code to edit it, And it tell me the syntax errors.

0 Kudos
Jack14
Binge Watcher

Re: 410 items have error: Required movie content is missing.

I still get an error, although its changed:

 

Capture.JPG

0 Kudos
Jack14
Binge Watcher

Re: 410 items have error: Required movie content is missing.

when I put this into the channel, it doesn't work, it does ingest though

0 Kudos
Need Assistance?
Welcome to the Roku Community! Feel free to search our Community for answers or post your question to get help.

Become a Roku Streaming Expert!

Share your expertise, help fellow streamers, and unlock exclusive rewards as part of the Roku Community. Learn more.