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

Replay fails to load #64

Open
RatchyDev opened this issue Feb 27, 2022 · 1 comment
Open

Replay fails to load #64

RatchyDev opened this issue Feb 27, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@RatchyDev
Copy link

Describe the bug
Any replay on the beatmap Zettai Tokken Shuchou Shimasu! Hoshi Syoko Solo Remix loads endlessly. Tested only on the "Koume's Extra" and "Karia's Extra" difficulties.

Expected behavior
The replay should finish loading.

Desktop

  • OS: Windows 10 Pro
  • Version: 2004 (build 19041.329)

Additional context
This bug was bugging me a bit (haha), so I decided to investigate a little. The developer console reports some 404 Not Found errors on requests made to the internal API of Rewind when attempting to load the replay. The requests seem to contain a trailing space character (%20) at the end of the directory name of the beatmap.

To mitigate this issue, I used Fiddler to redirect the requests to an address without the trailing space, although it cannot be done for the background image request as it seems to be handled internally by the API itself (which returns a 500 Internal Server Error, presumably for the same reason as the other errors).

A quick and dirty fix could be to trim the string before appending it to the URL, but I wonder why this doesn't happen on the other beatmaps.

Extra
Although this bug seems to present itself with any replay I tested so far, I have attached one in case it is necessary:
Ratchy - Syoko Hoshi (CV Satsumi Matsuda) - Zettai Tokken Shuchou Shimasu! Hoshi Syoko Solo Remix [Koume's Extra] (2022-02-27) Osu.zip

@RatchyDev RatchyDev added the bug Something isn't working label Feb 27, 2022
@RatchyDev
Copy link
Author

Same bug happens on this beatmap as well: https://osu.ppy.sh/beatmapsets/914865#osu/1929268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant