pdinklag / MinecraftStats

A Minecraft player statistics browser for the web - supports 1.13 and later!
https://discord.gg/brH5PGG8By
Other
227 stars 53 forks source link

Website stuck on "Loading" #36

Closed gorillaback closed 5 years ago

gorillaback commented 5 years ago

The python script retrives the player data and I've confirmed it does upload json files, however the website does not seem to be receiving any data. I cloned the GIT project so I have not moved any files around.

pdinklag commented 5 years ago

So there is a data directory that contains a db.json.gz file and subdirectories?

If that's the case, I need some more info to debug. Is there any error message in the browser console? In most browsers, you can hit F12 to go in developer mode and find a "Console" tab. If there are any errors, those will help me find the cause.

Alternatively, if your page is public, you can give me the link and I can check for myself from a client-side perspective.

gorillaback commented 5 years ago

Apologies for the late reply. Thank you, seems like I had some CORS issue.