You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, https://cdn.wes.cloud/beatstar/bssb/v2-all.json download speed here is extremely slow, around 125 KB/s, so it takes around 7-9 minute to download the file. In the game, that means song info loads for some time and then suddenly it says info is loaded but it actually isn't.
I tried to understand what and where to change in the code to use local file, and failed. Best thing I could do is to replace the link to http://localhost/v2-all.json and set up python -m http.server 80. It works, but that's an ugly hack at best.
Can you add an option to use local file?
The text was updated successfully, but these errors were encountered:
I've just added GZIP support in #10 which would reduce the download from 52.83 MB to 7.24 MB. It wouldn't completely fix your issue, but it would reduce the download time by 7 times.
Once this is release, could you circle back to us about your experience then?
Hello.
For some reason, https://cdn.wes.cloud/beatstar/bssb/v2-all.json download speed here is extremely slow, around 125 KB/s, so it takes around 7-9 minute to download the file. In the game, that means song info loads for some time and then suddenly it says info is loaded but it actually isn't.
I tried to understand what and where to change in the code to use local file, and failed. Best thing I could do is to replace the link to http://localhost/v2-all.json and set up
python -m http.server 80
. It works, but that's an ugly hack at best.Can you add an option to use local file?
The text was updated successfully, but these errors were encountered: