how to end an experiment
Hello
I am running an experiment on OSweb. It runs without problems until the last slide that thanks participants and its duration is defined as a keypress.
For some reason at that point nothing happens, I need to abort and getting no data file. What am I doing wrong?
Another thing that might be important is that I am using coroutines. Maybe it is not supported and that's why I can't end the experiment?
And another question - is there a way to get a data file even if the experiment was aborted? I am running it on mindprobe
Thank you, and thank you for all the improvements in the new osweb!

Comments
Hi @labovich,
Co-routines are not supported in OSWeb. If you have a look at the compatibility check, you'll find useful information regarding compatibility with OSWeb:
Note that you can't use Python code either. Coding has to be done in Javascript to work with OSWeb.
The new version of OSWeb (1.4) contains a series of new features that may be helpful (but co-routines remain unsupported).
So, you'll need to find a workaround solution without co-routines. What shape that solution should take depends on your specific task and needs.
Here's an example of a solution that may or may not be useful to you: https://forum.cogsci.nl/discussion/7099/how-can-i-make-a-continuous-performance-test-without-coroutines
Good luck!
Fabrice.