Closed knkitten closed 3 years ago
@knkitten this message requires 32-bit Steam ID.
from steam.steamid import SteamID
for member in dota_client.lobby.all_members:
dota_client.practice_lobby_kick(SteamID(member.id).as_32)
Thanks. To be closed
Hello.
I use the
practice_lobby_kick(account_id)
method whereaccount_id
is a 32 bit integer. But the member'saccount_id
`` raises an error. ValueError: Value out of range:What to do with IDs that are more than 2147483647 (32-bit int)?