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
While test-generating some yamls with triggers, I messed up one of my trigger definitions and ended up with no missions toggled on, which resulted in this error:
Traceback (most recent call last):
File "__startup__.py", line 124, in run
File "console.py", line 16, in run
File "Generate.py", line 549, in <module>
File "Generate.py", line 240, in main
File "Main.py", line 135, in main
File "worlds\AutoWorld.py", line 155, in call_all
File "worlds\AutoWorld.py", line 145, in call_single
File "worlds\AutoWorld.py", line 138, in call_single
File "worlds\AutoWorld.py", line 124, in _timed_call
File "worlds\sc2\__init__.py", line 70, in create_regions
File "worlds\sc2\Regions.py", line 34, in create_regions
File "worlds\sc2\Regions.py", line 277, in create_grid_regions
File "worlds\sc2\PoolFilter.py", line 72, in filter_missions
ValueError: max() arg is an empty sequence
What were the expected results?
Expected an error message that was clear about the underlying config error, along the lines of "No missions detected for Starcraft 2 player [Slotname], please fix your yaml."
Software
Local generation
The text was updated successfully, but these errors were encountered:
What happened?
While test-generating some yamls with triggers, I messed up one of my trigger definitions and ended up with no missions toggled on, which resulted in this error:
What were the expected results?
Expected an error message that was clear about the underlying config error, along the lines of "No missions detected for Starcraft 2 player [Slotname], please fix your yaml."
Software
Local generation
The text was updated successfully, but these errors were encountered: