Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

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

@smiley

Description

@smiley

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions