Traceback (most recent call last): File "/tmp/.pyxel/play/42_6cf5ea6f-154e-423b-9f35-9aa5e1058c19/stalker_bar/main.py", line 49, in update self.screen_bar.update() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/tmp/.pyxel/play/42_6cf5ea6f-154e-423b-9f35-9aa5e1058c19/stalker_bar/screen_bar.py", line 57, in update self.guests.update() ~~~~~~~~~~~~~~~~~~^^ File "/tmp/.pyxel/play/42_6cf5ea6f-154e-423b-9f35-9aa5e1058c19/stalker_bar/guests.py", line 56, in update self.guest = Guest(scenario, self.info, self.font) ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/.pyxel/play/42_6cf5ea6f-154e-423b-9f35-9aa5e1058c19/stalker_bar/guest.py", line 41, in __init__ image = random.choice(constants.IMAGE_STALKERS) File "/lib/python314.zip/random.py", line 353, in choice raise IndexError('Cannot choose from an empty sequence') IndexError: Cannot choose from an empty sequence
Comments
Log in with itch.io to leave a comment.
when i reach a certain point i get this error
Traceback (most recent call last): File "/tmp/.pyxel/play/42_6cf5ea6f-154e-423b-9f35-9aa5e1058c19/stalker_bar/main.py", line 49, in update self.screen_bar.update() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/tmp/.pyxel/play/42_6cf5ea6f-154e-423b-9f35-9aa5e1058c19/stalker_bar/screen_bar.py", line 57, in update self.guests.update() ~~~~~~~~~~~~~~~~~~^^ File "/tmp/.pyxel/play/42_6cf5ea6f-154e-423b-9f35-9aa5e1058c19/stalker_bar/guests.py", line 56, in update self.guest = Guest(scenario, self.info, self.font) ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/.pyxel/play/42_6cf5ea6f-154e-423b-9f35-9aa5e1058c19/stalker_bar/guest.py", line 41, in __init__ image = random.choice(constants.IMAGE_STALKERS) File "/lib/python314.zip/random.py", line 353, in choice raise IndexError('Cannot choose from an empty sequence') IndexError: Cannot choose from an empty sequence