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

Error: Failed to parse beatmap: expected osu file format v at file begin #5

Closed
nyakokitsu opened this issue Feb 10, 2024 · 7 comments
Closed

Comments

@nyakokitsu
Copy link

Error: Failed to parse beatmap: expected osu file format v at file begin
https://osu.ppy.sh/osu/2133551

@MaxOhn
Copy link
Owner

MaxOhn commented Feb 11, 2024

Works fine for me on map /b/4488341 (downloaded through https://osu.ppy.sh/osu/4488341) which I assume you meant. Maybe your downloaded file is empty potentially due to networking issues?

@nyakokitsu
Copy link
Author

I use an axios to get a file and import into your library through fromContent

@nyakokitsu
Copy link
Author

Works fine for me on map /b/4488341 (downloaded through https://osu.ppy.sh/osu/4488341) which I assume you meant. Maybe your downloaded file is empty potentially due to networking issues?

Even with your bitmap does not work(

@MaxOhn
Copy link
Owner

MaxOhn commented Feb 12, 2024

Does the content of your downloaded file look normal when you open it manually? Its first line should be osu file format v14.

@nyakokitsu
Copy link
Author

nyakokitsu commented Feb 13, 2024

Does the content of your downloaded file look normal when you open it manually? Its first line should be osu file format v14.

Yes it looks like this

@MaxOhn
Copy link
Owner

MaxOhn commented Feb 13, 2024

Can't reproduce it. Perhaps a code snippet could help figuring out your mistake.

@MaxOhn
Copy link
Owner

MaxOhn commented Apr 16, 2024

Closing this one, should be resolved with v1.0.0 anyway since beatmap parsing now works differently.

@MaxOhn MaxOhn closed this as completed Apr 16, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants