1
I’m making a site with music playlist everything works fine on my pc on all browsers, but when I go up to the server, something bizarre happens, where only on google Core after I play 6 songs no matter the order it just doesn’t play anymore, and in firefox and ie works perfectly both on the internet and localhost.
I even thought it was a javascript error, but how could I only make this error on the server? and only on Chrome? then I dismissed this hypothesis. I also ruled out the possibility of errors in writing because otherwise I would make the same mistake in others and then I was a little lost I don’t know what to do, because I never saw a mistake like that.
The link to the site is here http://www.twinshark.com.br/clientes/sambadedom/
OBS:I did not paste javascript because it is great
My guess: For some reason your connections are getting open and you are hitting the limit of 6 simultaneous connections per domain: https://code.google.com/p/chromium/issues/detail?id=285567.
– Anthony Accioly
In the console are appearing several errors similar to this:
www-embed-player.js:169 GET chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js net::ERR_FAILED
.– Anthony Accioly
So you think it’s the server’s fault? Regarding the errors honestly do not understand how to debug these errors I know how to use javascript to some extent now debug only css3 and HTML5
– user4451
I think it is a configuration error or a bug in the library you are using. Maybe you can get more information on the Wiki / forum or bug tracker from them.
– Anthony Accioly
at the end of the day the mistake is from my own Chrome
– user4451
The same thing happens in the two Chromes I have installed (v 39 on Windows and openSUSE).
– Anthony Accioly