empiricaly / empirica

Open source project to tackle the problem of long development cycles required to produce software to conduct multi-participant and real-time human experiments online.
https://empirica.ly/
Apache License 2.0
43 stars 8 forks source link

everything appears duplicated in the admin #559

Open npaton opened 2 months ago

npaton commented 2 months ago

Is there an existing issue for this?

What happened?

In production (at least), everything seem to appear duplicated in the admin UI (batches, games, players…)

Steps To Reproduce

No response

Empirica Version

Latest

What OS are you seeing the problem on?

No response

What browser are you seeing the problem on?

No response

Relevant log output

No response

Anything else?

No response

Code of Conduct

npaton commented 2 months ago

This happened when 2 instances of the empirica nodejs backend were running at the same time. We need to find a way to avoid this situation. Not sure how it happened in this case, but it should of course never happen if you don't want it to.

dharakyu commented 1 month ago

I think I am seeing this problem too (v1.11.2). When creating a batch with 1 game through the admin console, sometimes I observe that there is a duplicate game created, such that there are 2 games in the batch. The assignment logic then seems to break (players are shown as paired off with each other within the batch, on the console, but the spinning circle appears for both players' views).