supermedium / moonrider

🌕🏄🏿 Surf the musical road among the stars. Side project built by two people in a few months to demonstrate WebXR.
https://moonrider.xyz
MIT License
570 stars 222 forks source link

Leaderboards no longer load #141

Open Acr515 opened 2 years ago

Acr515 commented 2 years ago

Doubt this will be addressed because of the inactivity of this repo, but I still wanted to flag this.

The leaderboard standings will not show for any song. Selecting the song shows the following console error:

[firestore] FirebaseError: Quota exceeded.

from within the fetchScores function.

kimmr44 commented 2 years ago

I also have this same issue. Nothing I've tried seems to work. I don't get an error, I just have a blank leaderboard. At the end of every song it lets me enter my score but nothing ever happens.

filandra commented 1 year ago

The issue still persists. It's a shame that Moon Rider is inactive, this is probably the most feature complete WebXR game.

gsp01 commented 1 year ago

Obviously they use Firebase free account and it just can't handle those scores, the limit is exceeded. Sometimes it works though

gsp01 commented 1 year ago

Note also there are more than 100 forks of this projects and all seem to use the same Firebase account by default.. then it's easy to exceed such limit Perhaps you can create your own account, change configuration and deploy your fork

CrazyH2 commented 3 months ago

I have fixed this in a fork of moonrider which I will post soon.