Play not working "playlist()" is empty > returns empty array []
I have this installed on my subdomain and for some reason play is not working in chrome / mozilla /
I've did a clean install !!
It works in opera browser (chrome based) does not work in chrome and mozilla , this are the browsers i've tested so far .
Chrome debug :
Single click on play(song) throws this error in console: player-nav.js:140 Uncaught TypeError: Cannot read property 'id' of null
Repeated clicks on same button and this gets thrown after the one above : Player.js:62 Uncaught TypeError: Cannot read property 'url' of undefined
Mozilla debugs :
Single click on play(song) throws this error in console: TypeError: player.getCurrentTrack(...) is null player-nav.js:140
Repeated clicks on same button and this gets thrown after the one above : TypeError: selected is undefined Player.js:62
first i was thinking that there's something wrong with the javascripts so i imported the ones from the demo , same errors thrown .
I've did a little debug and i've found that :
"playlist()" is empty > returns empty array [] in chrome and mozilla .
Opera returns and array of objects (the songs) .
http://music.likethat.ro/js/player-nav.js
http://music.likethat.ro/js/Player.js
Hi @alinrzv,
Is your issue still happening ?
@atomiix I can confirm the issue in 1.1.2
@atomiix I've quited using it , if play button is not working what is the use ?