-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR 4444 #205
Comments
me too |
Calling Lines 1299 to 1325 in 15fbac3
The bot class defines a Lines 941 to 943 in 15fbac3
Can you give context to your example or show the error stacktrace? |
I recently updated the python-sc2/sc2/ids/ability_id.py Lines 1296 to 1301 in 15fbac3
The issue is Id 4444 does not map to an ability in that list. Different maps may have different Ids, especially AIE maps. Did you download the map If not, you may have to generate the ids by running the id-generator: |
yeah |
it can not run:
for vespene in self.vespene_geyser:
await self.build_gas(UnitTypeId.ASSIMILATOR, vespene)
The text was updated successfully, but these errors were encountered: