Baradanikto
9 years agoRoku Guru
Feed URL Validation Error
I've seen this question asked on this forum before without much feedback. I've converted my MRSS feed into a JSON feed using a Powershell script I wrote. I tested the resulting JSON file using one of the recommended validaters and it came up clean. I upload the JSON file to my Amazon S3 bucket and tried to reference it from the Feed URL page on the developer's portal. When I try to save the Feed URL, I get:
At first, I thought it might have something to do with the file extension, so, I changed it from ".json" to ".rss". That did not work. Then, I tried playing around with the CORS stuff for the bucket and that didn't help either.
The feed URL(s) could not be validated.
The server returned an unsupported content type. Was expecting 'application/rss+xml', 'text/xml', 'application/xml' or 'application/json' but received 'binary/octet-stream'.
At first, I thought it might have something to do with the file extension, so, I changed it from ".json" to ".rss". That did not work. Then, I tried playing around with the CORS stuff for the bucket and that didn't help either.
- Can I host my json feed with an Amazon S3 bucket?
- What is the correct file extension for the feed file? .rss?