Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Error loading playlist: Not a valid RSS/JSON feed - only at Internet Explorer


Hello,

playlist is here
http://sdkdemo.admosphere.cz/BrowserSdk6/playlist.json
player is here
http://sdkdemo.admosphere.cz/BrowserSdk6/

JW player init
playerInstance.setup({
playlist : "playlist.json",
height : 360,
width : 640,
autostart : false,
nextUpDisplay : true,
sharing : {
"sites" : [ "reddit", "facebook", "twitter" ]
}
});


All works fine in all browsers - except Internet Explorer 11

4 Community Answers

Heidi

JW Player Support Agent  
0 rated :

Hello,

I see a message ‘Invalid RSS/JSON feed’ in your player when I test the link in IE11, your JSON link also does not play in our event inspector here:

https://developer.jwplayer.com/tools/player-event-inspector/

Only in IE11, I see another error:

Unable to get property ‘typ’ of undefined or null reference.

Could you please check you code and your JSON file to clear up these errors?

Thanks, Heidi

Josef

User  
0 rated :

Hi Heidi, Josef here.
the playlist I provided works fine in all other browsers except IE11 - I tyied FF, Chrome, Edge ...
So I am wondering why ?
I am using some custom fields in playlist like "typ" - can this be ?

Josef

User  
0 rated :

also not sure how JW inspector works (it is not accepting my playlist but again - you can check it works in my player] I noticed different JW version - I am using 7.9.3 and your inspector version 8

Heidi

JW Player Support Agent  
0 rated :

Hi Josef,

You may want to check a test JSON feed via our dashboard, since your JW subscription comes with a certain amount of storage and streaming. I tried one of my test JSON playlists and it works in IE as expected. There is something in your JSON that IE11 doesn’t like but I am not sure what it is.

Heidi

This question has received the maximum number of answers.