Roku Direct Publisher

Roku Direct Publisher - the easiest way to create a great TV experience. Learn more about how to create a Roku channel and share your experiences with others.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
iBat
Newbie

Error = There was a transport-level error - (Unknown ERROR)

There was a transport-level error - (Unknown ERROR)
Hello everybody
I have been suffering for two days already. I do not know what to do
{
"providerName": "EuroTV WORLD LIMITED",
"lastUpdated": "2017-06-24T22:21:37+00:00",
"language": "en",
"tvSpecials": {
"id": "SilenceTvWorld",
"title": "Silence TV WORLD",
"content": {
"url": "http://91.232.105.44:8081/roku/live/playlist.m3u8",
"quality": "HD",
"videoType": "HLS"
},
"genres": [
"special",
"nature",
"adventure"
],

"thumbnail": "http://93.190.140.42/t/silence800x450.jpg",
"shortDescription": "This innovative way is getting more and more popular around the world. Slow TV allows developing contemporation and meditation which, in their turn, beneficially influences our nervous system."


}
}


thanks for the answer
0 Kudos
2 REPLIES 2
ashokiptv
Visitor

Re: Error = There was a transport-level error - (Unknown ERROR)

You need to include "[   ]' This symbol after "tvSpecials": 
like  "tvSpecials"://add your code here
"tvSpecials": [//add code Here]

]

after adding this your code looks like 

{
"providerName": "EuroTV WORLD LIMITED",

"lastUpdated": "2017-06-24T22:21:37+00:00",

"language": "en",

"tvSpecials": [{

"id": "SilenceTvWorld",

"title": "Silence TV WORLD",

"content": {

"url": "http://91.232.105.44:8081/roku/live/playlist.m3u8",

"quality": "HD",

"videoType": "HLS"

},

"genres": [
"special",
"nature",
"adventure"
],



"thumbnail": "http://93.190.140.42/t/silence800x450.jpg",

"shortDescription": "This innovative way is getting more and more popular around the world. Slow TV allows developing contemporation and meditation which, in their turn, beneficially influences our nervous system."





}

 ]
}
0 Kudos
iBat
Newbie

Re: Error = There was a transport-level error - (Unknown ERROR)

thanks
0 Kudos