audiojs icon indicating copy to clipboard operation
audiojs copied to clipboard

not found [email protected]

Open tychio opened this issue 8 years ago • 3 comments

I got an error in my Chrome console when I opened device mode to debug a HTML5 app of mobile, as follow:

GET http://localhost:8000/lib/audiojs/audiojs/[email protected] 404 (File not found)

tychio avatar Mar 12 '16 08:03 tychio

Are you using cdnjs? When I made the PR, i never knew this would be a problem on there.Could anyone check? @Zetaphor?

EndenDragon avatar Mar 12 '16 15:03 EndenDragon

I guess the sentence led to the issue: line 46: retinaImageLocation: path + '[email protected]',

Because there is no [email protected] in the repo for retina device.

tychio avatar Mar 15 '16 01:03 tychio

I got a similar issue. Couldn't find the graphic in master... I looked at the file in the site http://kolber.github.io/audiojs/ and I actually couldn't even find that line of code in the min file... seems like he just uses the default graphic. So I copy and pasted the player-graphics.gif and renamed it to [email protected] it works fine now.

Alexander1994 avatar Aug 09 '16 13:08 Alexander1994