I wondered if there are any significant differences between piloting mode and running mode of experiments, in they way of how they are run in the background.
A friend of mine created surveys and then an experiment with these surveys and while the experiment runs without problems in pilot mode, it is unusable in running mode. The code is exactly the same, there is no difference in the code for piloting and running mode but somehow, when the experiment is run in running mode, some code is executed simultaneously, rendering two parts of the experiment on top of each other and making the experiment unusable.
The surveys are in running mode and creating a new experiment with the same code turns up the same bug. We are a bit at the end of our ropes here, we see no obvious mistakes in the code and Claude didn’t find anything either. It seems like the only possibility is that the background technologies between pilot and running mode are a bit different which leads to the code reacting differently.
Has anyone experienced anything like this before? Does anyone have any insights into the differences between pilot and running mode and what could cause a bug like this?