ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
15.09k stars 2.23k forks source link

Multiplayer results screen no longer shows other players' score #14880

Closed Theighlin closed 2 years ago

Theighlin commented 2 years ago

When finishing a multiplayer match, every player can only see his own score. Initially after finishing a play the game would show a notification of "failed to submit score". I also lost connection a couple of times.

https://user-images.githubusercontent.com/53081750/135125877-a48c4e5c-8c97-4e29-8d51-a914f796b194.mp4

network.log database.log runtime.log

peppy commented 2 years ago

Sounds like a potential regression osu-web side:

2021-09-28 16:12:45 [verbose]: Request to https://osu.ppy.sh/api/v2/rooms/107305/playlist/359575/scores/1375941 failed with System.Net.WebException: InternalServerError.
2021-09-28 16:12:45 [verbose]: Response was: {"error":null}
2021-09-28 16:12:45 [verbose]: Failing request osu.Game.Online.Rooms.SubmitRoomScoreRequest (osu.Game.Online.API.APIException: Exception of type 'osu.Game.Online.API.APIException' was thrown.
2021-09-28 16:12:45 [verbose]: ---> System.Net.WebException: InternalServerError
2021-09-28 16:12:45 [verbose]: --- End of inner exception stack trace ---)
2021-09-28 16:12:46 [verbose]: Performing request osu.Game.Online.API.Requests.GetBeatmapSetRequest
peppy commented 2 years ago

This should be fixed via https://github.com/ppy/osu-web/pull/8155. Please test and close the issue if all seems good.