empiricaly / meteor-empirica-core

Core Meteor package for the experiment Empirica platform. This is where you should submit issues.
MIT License
27 stars 13 forks source link

Batch erroneously counted as running prevents players from joining new batches #247

Open Karakaii opened 3 years ago

Karakaii commented 3 years ago

Run a batch with 3 games: 2 finished and one was lobby cancelled. The batch is still considered as "running" (see screenshot).

image

Created a new batch with new games and started it.

Players can't enter their new player id (they click the button but nothing happens, they can't move on to the intro steps) and it does not work by using an query as an id (it just loads for ever). No error on the frontend, no error in galaxy, no error in MongoDb.

The solution was to cancel the previous batch and now players can join the new games. Maybe it really considered the previous batch as "running" and was trying to send players there despite there being no games open there?

Using empirica:core 1.16.0. Might be related to this issue?