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
File "D:\anaconda\envs\textcraft\lib\site-packages\sc2\bot_ai_internal.py", line 277, in _abilities_count_and_build_progress
for order in unit.orders:
File "D:\anaconda\envs\textcraft\lib\functools.py", line 981, in get
val = self.func(instance)
File "D:\anaconda\envs\textcraft\lib\site-packages\sc2\unit.py", line 1029, in orders
return [UnitOrder.from_proto(order, self._bot_object) for order in self._proto.orders]
File "D:\anaconda\envs\textcraft\lib\site-packages\sc2\unit.py", line 1029, in
return [UnitOrder.from_proto(order, self._bot_object) for order in self._proto.orders]
File "D:\anaconda\envs\textcraft\lib\site-packages\sc2\unit.py", line 96, in from_proto
ability=bot_object.game_data.abilities[proto.ability_id],
KeyError: 4132
The text was updated successfully, but these errors were encountered:
File "D:\anaconda\envs\textcraft\lib\site-packages\sc2\bot_ai_internal.py", line 277, in _abilities_count_and_build_progress
for order in unit.orders:
File "D:\anaconda\envs\textcraft\lib\functools.py", line 981, in get
val = self.func(instance)
File "D:\anaconda\envs\textcraft\lib\site-packages\sc2\unit.py", line 1029, in orders
return [UnitOrder.from_proto(order, self._bot_object) for order in self._proto.orders]
File "D:\anaconda\envs\textcraft\lib\site-packages\sc2\unit.py", line 1029, in
return [UnitOrder.from_proto(order, self._bot_object) for order in self._proto.orders]
File "D:\anaconda\envs\textcraft\lib\site-packages\sc2\unit.py", line 96, in from_proto
ability=bot_object.game_data.abilities[proto.ability_id],
KeyError: 4132
The text was updated successfully, but these errors were encountered: