Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiplayer rooms are missing their scores #10725

Closed
TTTaevas opened this issue Nov 10, 2023 · 5 comments · Fixed by ppy/osu-queue-score-statistics#237
Closed

Multiplayer rooms are missing their scores #10725

TTTaevas opened this issue Nov 10, 2023 · 5 comments · Fixed by ppy/osu-queue-score-statistics#237
Assignees

Comments

@TTTaevas
Copy link
Contributor

(note I'm only talking about the type of rooms where players play against each other in real time, not the type of room where players have 7 days to play specific maps)

Up until somewhat recently, on the page of a room, the beatmaps (the items) that were played in that room would be displayed
Now they simply do not display anymore, and the "Map Count" remains on 0
Example: https://osu.ppy.sh/multiplayer/rooms/413097

Similarly, on the side of the API, the endpoint to get scores from a room's item doesn't seem to work anymore, but it's important to note the undocumented endpoint that is used to list a room's items does work, its playlist array has all the items you'd expect it to have
What I mean by "the endpoint to get scores from a room doesn't seem to work anymore" is that it'll always give this as a response: { params: { limit: 50, sort: 'score_desc' }, scores: [], total: 0, user_score: null, cursor: null, cursor_string: null }

So there must be some issue going on with playlist items

@notbakaneko
Copy link
Collaborator

I think these rooms don't have their previous score entries migrated to score_links? @nanaya @peppy

@nanaya nanaya changed the title Multiplayer rooms are missing their playlist items (beatmaps) Multiplayer rooms are missing their scores Mar 5, 2024
@nanaya
Copy link
Collaborator

nanaya commented Mar 5, 2024

It was some migration failure before (somehow score links aren't created properly) and then the remaining scores got wiped/archived sometime in jan.

@peppy
Copy link
Sponsor Member

peppy commented Mar 8, 2024

I'll track progress in here.

So far I have removed all links to old solo_scores.

I'm currently working on re-importing these scores with ranked=0 so they can be restored in the leaderboards.

@peppy peppy self-assigned this Mar 8, 2024
@peppy
Copy link
Sponsor Member

peppy commented Mar 14, 2024

All recoverable scores have now been reimported!

@TTTaevas
Copy link
Contributor Author

Thank you very much!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants