Closed christopher-dG closed 6 years ago
Some calls to oppai fail with "invalid .osu file", this map in particular.
oppai
The same command from a regular shell works though, so it might be something to do with subprocess.
subprocess
Seems that the response text contains some random junk, here's the first line of a file downloaded with requests from Python:
requests
osu file format v14
And with curl:
curl
osu file format v14
Some calls to
oppai
fail with "invalid .osu file", this map in particular.The same command from a regular shell works though, so it might be something to do with
subprocess
.