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 server always returns the same voting result, even after new options have been received. The cause of the error seems to be in the VotingResults data type, which is also suggested by the following log.
(Edit: updated log to a better example)
[2021-04-19 12:09:50] [0] DEBUG: MC sended following voting options:
Prompt is: Mit welchem Charakter möchtest du das Spiel spielen?
Option: Noruso
Option: Lumati
Option: Turgal
Option: Kirogh
[2021-04-19 12:09:50] [0] DEBUG: Received RequestStartVoting.
PACAPi.PABackend.VotingResults.GetOptionsVotesPairsByPrompt:
Prompt is 2132aa29-d86e-4687-ac85-a7ad9a2fee9f.
Guid+prompt: [37c1697c-e2a3-4f94-aa4f-3ea562d03eed, Noruso]. Votes: 0
Guid+prompt: [94ee290f-9e2b-4f79-8db9-a9cf7367d502, Lumati]. Votes: 0
Guid+prompt: [01eef7af-7089-4736-b5e1-f0720b32c7b4, Turgal]. Votes: 0
Guid+prompt: [959d322b-18d1-4e9c-9f43-5f550ef37a42, Kirogh]. Votes: 0
[2021-04-19 12:10:20] [0] DEBUG: PAClient provided following options:
Option: Turgal
Option: Lumati
Option: Noruso
Option: Kirogh
[2021-04-19 12:10:20] [0] DEBUG: Voting ended. Winning prompt is 'Turgal' with 0 votes.
[2021-04-19 12:10:28] [0] DEBUG: MC sended following voting options:
Prompt is: Welches Anwendungsfach möchtest du auswählen?
Option: Einführung in Bali
Option: Anforderungsanalyse
Option: Einführung in die Softwarearchitektur
Option: Usability als Erfolgsfaktor
[2021-04-19 12:10:28] [0] DEBUG: Received RequestStartVoting.
PACAPi.PABackend.VotingResults.GetOptionsVotesPairsByPrompt:
Prompt is 5b94214f-b994-4782-92ff-da70f1ac3b5c.
Guid+prompt: [37c1697c-e2a3-4f94-aa4f-3ea562d03eed, Noruso]. Votes: 0
Guid+prompt: [94ee290f-9e2b-4f79-8db9-a9cf7367d502, Lumati]. Votes: 0
Guid+prompt: [01eef7af-7089-4736-b5e1-f0720b32c7b4, Turgal]. Votes: 0
Guid+prompt: [959d322b-18d1-4e9c-9f43-5f550ef37a42, Kirogh]. Votes: 0
[2021-04-19 12:10:30] [0] DEBUG: PAClient provided following options:
Option: Kirogh
Option: Turgal
Option: Lumati
Option: Noruso
[2021-04-19 12:10:30] [0] DEBUG: Voting ended. Winning prompt is 'Kirogh' with 0 votes.
The text was updated successfully, but these errors were encountered:
The server always returns the same voting result, even after new options have been received. The cause of the error seems to be in the VotingResults data type, which is also suggested by the following log.
(Edit: updated log to a better example)
The text was updated successfully, but these errors were encountered: