elliotttate / beatsaver-laravel

Rewrite of beatsaver.com (https://github.com/beatsaver/beatsaver) using the laravel framework
https://discord.gg/8B44zqM
MIT License
39 stars 19 forks source link

Some updated maps have zero values for downloadCount, upVotes and downVotes #84

Closed n3tman closed 5 years ago

n3tman commented 5 years ago

Another find from working with the API, the following maps have been recommended on BSaber, but have wrong stats (zero downloads/upvotes/downvotes):

  1. https://beatsaver.com/browse/detail/17476-19008
  2. https://beatsaver.com/browse/detail/12019-12828
  3. https://beatsaver.com/browse/detail/11668-12524
  4. https://beatsaver.com/browse/detail/11713-12463
  5. https://beatsaver.com/browse/detail/11623-12362
  6. https://beatsaver.com/browse/detail/11290-11978
  7. https://beatsaver.com/browse/detail/10903-11522
  8. https://beatsaver.com/browse/detail/10789-11377
  9. https://beatsaver.com/browse/detail/9969-10439
  10. https://beatsaver.com/browse/detail/9396-9730
  11. https://beatsaver.com/browse/detail/8675-8860
  12. https://beatsaver.com/browse/detail/6489-6103
  13. https://beatsaver.com/browse/detail/642-413
  14. https://beatsaver.com/browse/detail/3331-2397 (this one wasn't recommended, but I think it has the same issue)

This issue may be connected to #83, but I'm not sure.

n3tman commented 5 years ago

Interestingly, these maps displayed zero values 20 minutes ago, but now are fine:

  1. https://beatsaver.com/browse/detail/17468-19024
  2. https://beatsaver.com/browse/detail/17186-18691 (25 downloads and 1 like on a Joetastic map, wtf?)
n3tman commented 5 years ago

I seem to have found a way to fix these zero values on the front-end:

  1. List all maps by user, e.g. https://beatsaver.com/browse/byuser/7650
  2. Find the page with this bugged map, click on it
  3. Now the values are displayed fine (for a while, because they turn to zeros again after some time)

However, api/songs/detail still shows zeros even after this trick.