jramseygreen / osu_bot_framework-v3

A powerful framework to create and manage bots for osu
MIT License
19 stars 7 forks source link

bot.fetch_user_profile(username) not working #6

Closed truonging closed 2 years ago

truonging commented 2 years ago

cant seem to find def fetch_user_profile(username) in the files

jramseygreen commented 2 years ago

It is here: https://github.com/jramseygreen/osu_bot_framework-v3/blob/d12004ff43da5169a7e066e85af00c0bc70fdce6/framework.py#L440

truonging commented 2 years ago

hey is the function suppose to return an empty dictionary? trying to fetch my profile and its just printing {}

jramseygreen commented 2 years ago

Please can you let me know your osu username? I will look into this for you

truonging commented 2 years ago

hey sorry it may possibly be i'm using it wrong but it is "truonging" https://osu.ppy.sh/users/21634259

jramseygreen commented 2 years ago

osu recently changed the way that the profiles are pushed. I have updated the code, please pull the latest version and al should be good

truonging commented 2 years ago

your amazing thankyou!