neverending loop in OSweb/Jatos
Hi all, I've got a very weird issue but hopefully one of you may figure out what's going on. I set up an experiment in OpenSesame that has 4 blocks of 144 trials each. The way I structure it is to have one block loop (with 4 lines corresponding to the blocks) leading to a block sequence on which I place a trial loop that has the 144 trials. In OpenSesame everything's running great. In the online version though (hosted on Jatos), the first block runs the 144 trials just fine but then the second block goes on forever. I went up to trial 400 and was bored so I stopped the experiment. In the data file, I can see that I'm still in block 2. What on earth is going here??!! Any ideas are appreciated!
Thanks,
marios
Comments
Hi Marios,
That sounds puzzling and based on your description I don't know what might be going on. Could you attach the experiment, or a variation thereof that illustrates the problem, here?
Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
I have a similar problem with my experiment (see attached a toy version of it).
the loops don't run for the specified number of trials using OSweb, but work perfectly online in OpenSesame. Any idea why?
Thanks!
Yoav
An update:
I removed the weights and created lists in which each row is a single trial. The total number of rows is therefore the intended number of trials/block. Seems to solve the issue. For some reason weight is not processed properly in OSweb.
Yoav
HI @kesslery ,
Thanks for bringing this to our attention. There's indeed an issue such that number of cycles was not adjusted after the
weightoperation was applied. I filed an issue for this, and it should be fixed for the next bugfix release of OSWeb (1.3.12). For now, your workaround should do the trick!— Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Thanks!