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
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.
I am actually using Visual Studio code to edit it, And it tell me the syntax errors.
I still get an error, although its changed:
when I put this into the channel, it doesn't work, it does ingest though
We’re upgrading Roku Community to bring you a faster, more mobile-friendly experience. You may notice limited functionality or read-only access during this time. You will not be able to log in or post new comments or kudos during this time. Read more here.
Planned Downtime:
Community will be unavailable for up to 24–48 hours during the upgrade window during the week of May 12 and you may notice reduced functionality.
In the meantime, for additional assistance, visit our Support Site.
Thanks for your patience — we’re excited to share what’s next!