kri
About
- Username
- kri
- Joined
- Visits
- 1,189
- Last Active
- Roles
- Moderator
Comments
-
Have you tried the latest version of JATOS. There was a bug in a recent version removing line breaks and it was fixed. Best Kristian
-
Hi Coralie, There can be many reasons why this is happening. But the first thing that comes into my mind is, that the participants just clicked on the link to see what this is about and then never actually worked on the study, closed the tab right a…
-
Hi Kerwin, That shouldn't cause any trouble. Best, Kristian
-
I have to admit that my knowledge about Windows is only rudimentary. I usually only use it to test JATOS :). At first loader.bat couldn't be run and I got a blue message saying the app had been blocked by my system administrator. You might be right…
-
Hi! I just tried it and it worked. I used 3.8.4 bundled with Java. https://forum.cogsci.nl/uploads/964/VARTPA5WYISF.png What are your permission errors when you run the loader.bat? There shouldn't be any errors and JATOS does not need administrator …
-
Hi Marko, I always wanted to do it for PsychoPy but never had the time. I'm sure it will work but might need some tweaking. I'm looking forward to your experience sharing. Best, Kristian
-
Hi Marko, That can explain the behavior. But do you want to run your JATOS on port 9000? Usually port 80 is the port for web applications. And since you have an Apache running anyway you could map port 9000 to 80 there. Just an idea. Glad he found a…
-
Hi Craig, Yes, your old links that you handed out to your participants (e.g. https://my.jatos.server/publix/1/start?batchId=1&personalSingleWorkerId=123) will still work; They will be translated internally by JATOS into the new format (e.g. http…
-
Hi Marko, I'm a bit hesitant to give you more help here because it seems you are not familiar with a Linux terminal. You have to figure out how to bind a server running on localhost, port 9000, to an IP address or domain. JATOS can not do this for y…
-
Ah wait, the error page comes from Apache. How did you configure Apache to forward all traffic to JATOS?
-
Hi Marko, Everything you did looks fine to me. Are you sure about the URL? And are there any errors on jatos/logs/application.log? Best, Kristian
-
Hi Jana, I doubt that this issue is a JATOS one. Your error msg "Application Error: TypeError: cannot use 'in' operator to search ..." puts it more in the JavaScript/browser side and there, since it only happens with OpenSesame components,…
-
Hi Marko, Hmm, without sudo, just with "./loader.sh start" I get this error ... It's because you started JATOS once as root. JATOS created some files that now belongs to the root user. Either you 'chown' them back to your normal user or yo…
-
Hi Marko, First, you don't need 'sudo' to start JATOS. It will just lead to weird file ownership problems. Then about JATOS not showing anything in the browser: What does the application.log in the logs folder say? Any errors or exceptions? Best, Kr…
-
This bug is fixed in version v3.8.2 that is about to come out today :)
-
Hi, Those error messages mean that the WebSocket for the batch channel could not be opened. JATOS uses WebSockets for some fast data exchange between the server and the browsers. Somehow those could not be established. But since there are no other …
-
Hi GUO, The changes between the former version on Mindprobe, 3.7.4, and the current version 3.8.1 are mostly around the JATOS API. The JATOS API is mostly about study export/import, result fetching, and administration - it is not about study runs an…
-
Hi GUO, It happened for two times that one participant (Worker ID: 291371) has finished tasks but there was no entry record on Jatos. We had tried to check on Jatos when the paticipant was doing the task, but Study Result State has no message of &qu…
-
Thanks so far! Could you please send me the whole content of cookie JATOS_IDS_0? Best, K.
-
The data is about 1800-1900 KB~ That might be the reason if you sent the data often. Sending data often can overload the network and when you participants network connection is weak it can lead to exactly this behavior ("transfering data" …
-
Hi Moritz, I have seen this before. It's probably a bug somewhere in JATOS' cookie handling. But the problem for me is that I cannot reproduce it on my JATOSes. It seems to happen only with certain browsers. I try to pinpoint it in the source code t…
-
Hi GUO, Difficult to say. But since some of your study runs do finish after a long "transfering data" my guess is that our data is either to large, or you sending data to often, or a combination of both. How big is your data and how often…
-
That is my first guess, yes. K.
-
Hi Joshua, Does this happen on a local JATOS too or only with a remote one like Mindprobe. My hunch is that it has to do with OSWeb/OpenSesame and not so much with JATOS, @lvanderlinden what do you think? Best, Kristian
-
Hi IIaria, Do you use 3.8.1? I ask because we fixed an issue with the loader.bat in this release. I'm just trying to figure out what caused your problem. Best, Kristian
-
Hi, I'm not sure which possibilities OpenSesame offers but with JATOS you could just add another component that is doing your questionnaire and put it in front of the OpenSesame component. Of course, since it's pure JATOS, you would have to write yo…
-
@CuiC, @egarcia Did you get my direct answers?
-
Hi Elena, No problem, I can create accounts on Mindprobe too. Usually I don't but I guess Lotje took a couple days off or something. But I have no access to the info@ email account. So, can you send me your email address (easiest is in a direct mess…
-
Okay, I can confirm, it was just removing the hyphen and then it worked again. I updated the docs: https://www.jatos.org/JATOS-on-DigitalOcean.html. And since you just used it, can you please have a look at the page and check that it is correct, es…
-
I see. Hm. Maybe it has to do with what I found in their docs (https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-22-04): Note: Starting with Docker Compose v2, Docker has migrated towards using the comp…