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
The following errors are all errors in 1 vote, but the checker returns a poll error with state 400 and "Vote service sends HTTP 500 Internal Server Error.". This invalidates the whole poll and not only 1 vote.
The following list refers to the tests in the backend, which has to be fixed after your changes:
@r-peschke For your first issue I need more information. You say the vote service returns the status code 500. There should be a message in the response body that tells me what was going wrong. Could you tell me this body?
If there is no message in the body, then there should be a log message from the vote service.
Referring to the tests in backend https://github.com/OpenSlides/openslides-backend/blob/feature/vote-decrypt/tests/system/action/poll/test_vote.py there are some errors in the the check in the vote-service:
The following list refers to the tests in the backend, which has to be fixed after your changes:
The text was updated successfully, but these errors were encountered: