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 "/var/voting/helios/tasks.py", line 91, in election_compute_tally
election.compute_tally()
File "/var/voting/helios/models.py", line 418, in compute_tally
tally.add_vote(voter.vote, verify_p=False)
File "/var/voting/helios/workflows/homomorphic.py", line 320, in add_vote
enc_vote_choice = encrypted_vote.encrypted_answers[question_num].choices[answer_num]
IndexError: list index out of range
Have one question and 700 answer. Only 42 people voted.
python3 --version
Python 3.8.10
The text was updated successfully, but these errors were encountered:
How correct this error? Is possible to repair?
File "/var/voting/helios/tasks.py", line 91, in election_compute_tally
election.compute_tally()
File "/var/voting/helios/models.py", line 418, in compute_tally
tally.add_vote(voter.vote, verify_p=False)
File "/var/voting/helios/workflows/homomorphic.py", line 320, in add_vote
enc_vote_choice = encrypted_vote.encrypted_answers[question_num].choices[answer_num]
IndexError: list index out of range
Have one question and 700 answer. Only 42 people voted.
python3 --version
Python 3.8.10
The text was updated successfully, but these errors were encountered: