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 I try to use methods like InviteFriend or SetPlayedWith, it always causes an error as follows ctypes.ArgumentError: argument 1: <class 'OverflowError'>: int too long to convert
(fyi I was in game when i tried executing InviteFriend method)
steamid64 gets parsed perfectly fine, however, when I use GetFriendPersonaName here
When I try to use methods like
InviteFriend
orSetPlayedWith
, it always causes an error as followsctypes.ArgumentError: argument 1: <class 'OverflowError'>: int too long to convert
(fyi I was in game when i tried executing
InviteFriend
method)steamid64 gets parsed perfectly fine, however, when I use
GetFriendPersonaName
hereThe code I used to test:
Output:
python version is 3.9.6, also I used precompiled dll for windows
The text was updated successfully, but these errors were encountered: