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

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.”

}

]
}

thanks