We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
profile = await xbl_client.profile.get_profile_by_gamertag("Saa") xuid = profile.profile_users[0].id try: friendlist = await xbl_client.people.get_friends_by_xuid(xuid) except ClientResponseError as e: print(f"Failed to fetch friend list: {e}")
profile works, the request works it's only the friendlist object im having a problem with because it just gives me a forbidden response. any help?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
profile works, the request works it's only the friendlist object im having a problem with because it just gives me a forbidden response. any help?
The text was updated successfully, but these errors were encountered: