kri
About
- Username
- kri
- Joined
- Visits
- 1,220
- Last Active
- Roles
- Moderator
Comments
-
See https://forum.cogsci.nl/discussion/comment/32070#Comment_32070.
-
Hi Bugay, there isn't a release date yet. Does it work for you to change your filenames to names without spaces? Best, Kristian
-
Hi Büşra, I run your study and it seemed to have worked for me. I run the jzip from Google Drive and the one where you added me as "admin" on Mindprobe. I tried on Cortex and Mindprobe. I couldn't see any problems and in the console were n…
-
Hi Büşra, I wasn't able to download the jzip; it tells me "the file is in the bin". But anyway I might have found the culprit in a similar question. Is it possible you have spaces in the filenames of files you load in your study? The late…
-
Your study uses spaces in the filename `abcde_training_block - NOFEEDBACK.csv` and the latest version of JATOS is stricter with filenames, e.g. doesn't allow spaces in them. I don't use spaces for various reasons in filenames but OSes do allow them,…
-
You can also send it to me personally via this forum. Or my username on Mindprobe is "admin".
-
Can you please send me an example study that doesn't work, either the jzip or make me a member on Mindprobe?
-
Are you using Mindprobe by any chance?
-
Hi Büşra, I tried my studies with OSWeb on Mindprobe on other JATOS installations and they work, as all other studies do too. But we did an update of the JATOS server on the weekend, so I want to make sure that there is nothing that might have cause…
-
The bug is fixed, a new version 3.10.3 released, and Mindprobe updated. Best, Kristian
-
Hi, the update last night to the latest JATOS introduced two bugs. They are fixed now (version 3.10.3) and Mindprobe is updated. Apologies for any inconveniences. Best, Kristian
-
Hi, it's a little bug that will be fixed later today. Whenever a date is undefined the Date.toISOString throws an error an stops execution. Apologies, for any inconveniences. Best, Kristian
-
Ah, they check for the existence of jatos.js with windows.jatos. I removed the binding to the global window object last released. I never expected such problems. It will return in the next release. It should come out in a couple days. Best, K
-
Hi Kerwin, I'm aware of this problem and the next release of JATOS will have `windows.jatos = jatos;` in jatos.js. This will make it backwards compatible with existing experiments. The release should come out soon, in a couple of days or weeks. Bes…
-
Hi AwaAwa, I had a look at your study. I had to clean up the code a little, somehow you accidentally loaded jatos.js twice. I don't know much about OSWeb but with the help of some AI I think I could pinpoint your problem. In task2.html and task3.htm…
-
Hi, from the JATOS side you seem to do everything correct, but according to the OSWeb docs that you linked, it is ?SONA_ID=%SURVEY_CODE% instead of ?SONA_ID=%SURVEY_ID% . Can this be the issue? If this doesn't solve your problem, I'd recommend aski…
-
Hi AwaAwa, if possible, can you send me all the jzips of your studies that you'd like to combine to one study and the jzip of your combination attempt? I can have a look at it. Best, Kristian
-
If I may continue this thread, it seems that another scenario that leads to this inactivity problem has to do with the fact that in our study, participants sometimes have to wait for one another to finish a previous part. Could it be that waiting ma…
-
Hi Marcel, Your investigation actually helped a lot. I think I know now what is happening. I did some housecleaning of the jatos.js and turned var into const or let where ever possible. jatos.js is pretty old, it was written 10 years ago (and extend…
-
I also noticed that it can also be a HTTP PUT, not only a POST.
-
I just tested it with a lab.js study of mine and they send result data to the server. So far, I think the problem is more on the client side's code, your experiment. https://forum.cogsci.nl/uploads/924/WGNIVZ7SY1EG.png
-
Are you sure that it worked before? I tested your study link and monitored the network traffic (see attached screenshot). There is not a single POST request sending result data to the JATOS server. If the experiment doesn't send result data the JATO…
-
Hi! I tried the second study link. I clicked through pictures for 10 min but it doesn't seem to end. I've never seen any result data being sent. Are they meant to be sent continuously during the experiment or all at once in the end. Should I have se…
-
Hi! That is weird I just tried and with my studies I get the usual result data. If you could give me a study link I can maybe see what is going on with your study. Best, Kristian
-
JATOS those settings in the jatos.conf. I just didn't come around to add them to the online documentation. But they are only for the whole JATOS instance and would therefore affect all studies on this server. # JATOS groups cleaning # ~~~~~~~~~~~~~~…
-
Hi Isaac, Mindprobe was updated yesterday night to 3.9.8 and this message you get there ("Inactive group ...") is a message from the group cleaner which is a new feature introduced in 3.9.8. The group cleaner searches regularly in the data…
-
You are right in your assessment that something causes your component to reload. JATOS (or jatos.js) does not reload by itself - reloading can only happen by the component's code or by the participant pressing the reload button. And that is why I th…
-
Hi Christoph, this feature will be in the new version 3.9.8. Best, Kristian
-
Hi Simon, just to give you an update. This issue is fixed in the upcoming version 3.9.8. Best, Kristian
-
Hi Confused Wug, your study tries to send data although the study is already finished for whatever reasons. That the study gets prematurely finished can have several reasons. Are there any other error messages in your console? And in the network tab…