The custom skin works in Firefox and I also notice that it works in a
Chrome incognito window. I see the following when I refresh the web UI,
but only sometimes. Usually, just the first line.

Do you see these issues in your custom skin only, or in Default as well?

   Resource interpreted as Script but transferred with MIME type text/html: 
"http://192.168.9.70/html/js-main.html?r=TRUNK";. 192.168.9.70/:79

Yeah, that's a known "issue". I'm using a hack to wrap several .js files into one. But as our templating system only deals with html, LMS is shipping the JS content in an HTML file. It's been like this for years, but it's ugly. I should find a better solution to efficiently deliver JS code, prevent client side caching issues etc...

   Uncaught TypeError: Cannot call method 'appendChild' of null 
js-browse.html?r=TRUNK:185
   Uncaught TypeError: Cannot read property 'Strings' of undefined 
home.html?player=&uid=1400768289:47
   Uncaught TypeError: Cannot read property 'Strings' of undefined 
home.html?player=&uid=1400768289:185
   Uncaught TypeError: Cannot call method 'init' of undefined 
home.html?player=&uid=1400768289:222

I guess the most important would be to understand where the appendChild issue is coming from. Do you see it on specific pages only? The others might be follow up issues caused by the first failure.

--

Michael
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to