I cant get past the feed validation - this is as simple as it gets. JSON Feed manager.

https://github.com/peaktv/roku/blob/main/roku.json

IVe been at this for 3 days. I havent written code in 20 years. I am using JSON · GitHub feed manager.

I stripped this down to the bare minumum. one video, one thumbnail. 3 min clip. no matter what I do this error will not go away.

The server returned an unsupported content type. Was expecting ‘application/rss+xml’, ‘text/xml’, ‘application/xml’ or ‘application/json’ but received 'text/html; charset=utf-8

I even took the developers test json file and compared it. I just cant seem to locate the issue. any help would be greatly appreciated.

I think your problem is the choice of where you are hosting the feed file. GitHub is not the best place to host a feed file. What are you using for the feed url in the developer portal? Have you tried using the “raw” address?

https://raw.githubusercontent.com/peaktv/roku/main/roku.json

https://github.com/peaktv/roku/blob/main/roku.json

this is exactly what I have pasted in on roku. I only used github frankly because thats where I found your app. . . I can move it . . . Im not married to anything. . .

im gonna try that feed url you suggested sir

the raw url failed - same message. .. do you have a different/better raw host place?

I use Amazon S3. However, if you search this forum, you’ll find many other options for hosting your content.

Keep in mind, Roku recommends using a CDN. With that in mind, make sure when uploading your feed file that you use a content type of “application/JSON”.

thank you sir. . . Im just gonna go with ottfeed.com . . . Its been years since i wrote code- and Im dated and I left that world for a reason. As a real sports production company I feel we probably should focus on what we do best. I just really loved the control your product offered. I took a shot that I might be able to direct publish. While I feel we could do it, its better suited that we get the content up and free up our content production resources. BTW I commend your product, its the only game in town and Im sure it was a challenge to make it - its an awesome tool. . .I appreciate your time-Have a great day!