You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.privacy3# = FRIENDS_OF_FRIENDS. should be 5, which is PUBLIC
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:
This is a known issue with the API. It can only be fixed server-side.
The text was updated successfully, but these errors were encountered: