Hi,
I’m attempting to load a feed into the Direct Publisher ‘Feed URL’ tool. The feed seems to be properly constructed, and it’s readable via desktop browser (JSON Feed). When I load the URL into the quick channel builder, I get an error:
The feed URL(s) could not be validated.
- There was a transport-level error - (Unknown ERROR).
What could cause this?
The schema you’re following doesn’t seem to accord to our feed specifications. In particular, you do not need to create a movie object at the beginning of every content object.
Try revising that and see if it fixes any errors. This should be an unrelated issue though…
Just a thought did you include the code to declare the video type? I don’t think Duration would affect it but is it in milliseconds?
"url": "https://video.com/123",
"quality": "HD",
"videotype": "mp4"
videotype should be camelCase, videoType.