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
Hello,
I'm getting following error when using on_user_invite_accept(invite).
I guess this error is occurring because invite.invitee can be SteamID and more likely a User object.
Traceback (most recent call last):
File "C:\bot-env\lib\site-packages\steam\utils.py", line 838, in maybe_coroutine
return await value
File "C:/bot-env\lib\site-packages\steam\state.py", line 1187, in process_friends
assert not isinstance(invite.invitee, SteamID)
AssertionError
The text was updated successfully, but these errors were encountered:
Hello,
I'm getting following error when using on_user_invite_accept(invite).
I guess this error is occurring because invite.invitee can be SteamID and more likely a User object.
Traceback (most recent call last):
File "C:\bot-env\lib\site-packages\steam\utils.py", line 838, in maybe_coroutine
return await value
File "C:/bot-env\lib\site-packages\steam\state.py", line 1187, in process_friends
assert not isinstance(invite.invitee, SteamID)
AssertionError
The text was updated successfully, but these errors were encountered: