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

Web API returns wrong value for user privacy ("CommunityVisibilityState") #1

Open
smiley opened this issue Sep 16, 2013 · 0 comments
Open

Comments

@smiley
Copy link
Owner

smiley commented Sep 16, 2013

When the API is asked for the user's profile visibility setting, some "Public" and "Friends Only" profiles return "Friends of Friends". Mine is a good example:

>>> me = user.SteamUser(76561197996416028)
>>> me.privacy
3 # = FRIENDS_OF_FRIENDS. should be 5, which is PUBLIC

This is a known issue with the API. It can only be fixed server-side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant