cyperdark / osu-api-extended

Package for advanced work with "osu" api
MIT License
47 stars 16 forks source link

pp_calc always returning null #10

Closed minidomo closed 2 years ago

minidomo commented 2 years ago

Inputting any beatmap id into pp_calc will always return null. Example below.

const data = await tools.pp_calc(3555372);
console.log(data); // null

I performed a GET request without using pp_calc to the corresponding url, https://pp.osuck.net/pp?id=3555372, which worked fine.

cyperdark commented 2 years ago

should be fixed

minidomo commented 2 years ago

Seems to be working for me. Closing now.