antimatter15 / player

Almost certainly the first MP3 player of its kind.
http://antimatter15.github.com/player/player.html
276 stars 49 forks source link

Failed to load resource: net::ERR_FAILED - style.css #13

Open GravityBrain opened 8 years ago

GravityBrain commented 8 years ago

I've tried this on two hosts, each time using git clone to pull a fresh copy of the player.

After successfully loading the player in my browser, I reload the page. The player then loads without any styling. Developers console shows: Failed to load resource: net::ERR_FAILED - style.css

I created a video to show steps to reproduce:

https://youtu.be/fwh3gp0feTQ

net__err_failed

areee commented 6 years ago

This is because of player.manifest file is missing a row with style.css. On the other words your browser saves some important files that you can use in offline mode except page styling. This is only my guess to this problem. What the repo owner @antimatter15 thinks about this?