2024-11-10 18:40:59 [verbose]: Performing request osu.Game.Online.Solo.SubmitSoloScoreRequest
2024-11-10 18:41:00 [verbose]: Request to
api/v2/beatmaps/2276916/solo/scores/395275847 successfully completed!
2024-11-10 18:41:00 [verbose]: SubmitSoloScoreRequest finished with response size of 861 bytes
2024-11-10 18:41:00 [verbose]: Performing request osu.Game.Online.API.Requests.GetScoresRequest
2024-11-10 18:41:00 [verbose]: Failing request osu.Game.Online.API.Requests.GetScoresRequest (System.OperationCanceledException: Request cancelled)
2024-11-10 18:41:00 [verbose]: Performing request osu.Game.Online.API.Requests.GetScoresRequest
2024-11-10 18:41:00 [verbose]: Request to
api/v2/beatmaps/2115829/solo-scores?type=global&mode=osu successfully completed!
2024-11-10 18:41:00 [verbose]: GetScoresRequest finished with response size of 66,097 bytes
They look something like this.
Something that stood out to me was this: Failing request osu.Game.Online.API.Requests.GetScoresRequest (System.OperationCanceledException: Request cancelled)
Do you think this could be the issue? And if yes how can I fix this?
-Also I need to mention that my osu-lazer folder is inside my osu! folder could that be an issue?