kri
About
- Username
- kri
- Joined
- Visits
- 1,189
- Last Active
- Roles
- Moderator
Comments
-
Hi Riss, Nice you got it running! I think if you choose the right image in the beginning, extra installing Docker is not necessary. DigitalOcean has those 'Docker x on Ubuntu y' images right to be used. https://forum.cogsci.nl/uploads/345/I4QKV95TRA…
-
You have no Docker container running. There should be traffic and JATOS running as containers. Let's see what happens when you run the JATOS' docker-compose script: docker-compose -f /root/docker-compose.yaml up -d K.
-
Hi Riss, Your JATOS docker is running and port 9000 is exposed? What is the output of docker ps in the terminal? And ufw? What is the output of sudo ufw status verbose? Best, Kristian
-
Hi Riss, To open the ports for HTTP and HTTPS it should the following commands for ufw: sudo ufw allow http and sudo ufw allow https but if you still use JATOS default port 9000: sudo ufw allow 9000 Here is a tutorial for ufw: https://www.digital…
-
Hi Vanessa, We solved this problem via email. But I want to answer here in the forum to have it documented and it might others. Sorry for taking so long but I had to be sure and check and test it thoroughly. It's a bug in how JATOS checks for the ma…
-
Hi Riss, Not sure what's going on with your server. But for a start it seems like your HTTP(S) ports aren't open: kristian@opossum:~/Downloads$ telnet 159.203.15.124 80 Trying 159.203.15.124... ^C kristian@opossum:~/Downloads$ telnet 159.203.15.124 …
-
Hi! I'm pretty sure it's more of an jsPsych issue. JATOS doesn't care for the data format as long as it's some kind of text (so CSV, JSON, XML - all are fine). Maybe it's some kind of caching issue? Maybe locally your browser's cache is disabled, bu…
-
Hi Jason, You can pass CSS information in the style parameter to the jatos.addAbortButton function. Have a look at the docs: https://www.jatos.org/jatos.js-Reference.html#jatosaddabortbutton. I didn't try it but putting the button in the top shoul…
-
Version 3.8.1 with the API should come in a couple days :)
-
Hi Josh, No, I can't see anything problematic with your stats, disk nearly empty and memory half unused. But I have two suggestions. First upgrade to 3.7.6 (or wait a couple of days until 3.8.1 is out). The recent versions have some performance and…
-
Hi Josh, I'm really sorry for the late reply. Sometimes I do not get a notification email for new posts in this forum and I only stumble over them coincidentally. From what I see your installation looks fine but something shuts down your JATOS. 023-…
-
Hi Ilaria, Can you please try version 3.8.1 with Java 11. JATOS does not yet support Java 17. Best, Kristian
-
Hi, I can't imagine a scenario where Apache interferes with ssh and port 22 unless you told Apache to listen to port 22 (what would be unusual). Stupid question: are you sure the server is actually up? Or did you maybe change something in Ubuntu's f…
-
Hi Marta, I've never seen this error message before, but I can tell that it doesn't come from JATOS (I know all it's error messages) and it probably (like you guessed) originates from Azure. I'm not familiar with containers in Azure, do you have a w…
-
Just to be clear, when you use jatos.startComponent("my-uuid") you use the UUID of the component you want to jump to, as specified in the Component Properties, right? And another questions: Which JATOS version do you use?
-
Hi Ursa, You can create many at once in the Study Links page: Go to your study -> click Study Links -> Choose your Batch and in the row 'Personal Single' click on Study Links -> Click on 'New Study Links' and enter the amount you want ->…
-
Hi, Maybe you don't put it inside the jatos.onLoad? Anyway here is simple example <!DOCTYPE html> <html> <head> <script src="jatos.js"></script> </head> <body> <p>Press any key to co…
-
Hi, Sorry, but this is not the right place to get help on Mindprobe. Please contact them via https://mindprobe.eu/. Best, Kristian
-
Hi, This is more of an OSWeb issue and not a JATOS one. But actually I'm pretty sure the reason for this error message is that the browser on your participants computer is old and does not yet support WebGL. Best, Kristian
-
Hi, I think you are trying to import the .osexp file into JATOS, aren't you? You can only import JATOS archives into JATOS. They usually have an .jzip suffix. As far as I know OpenSesame has an export function that lets you save your OpenSesame exp…
-
Hi Marta, I tried on FF and Chrome. In both I have to wait in the instruction pages in the beginning before I can continue which is a bit frustrating because any waiting isn't stated in the instructions (I just hammer on the keyboard without getting…
-
Hi, How do import the properties of the task to JATOS? Do you import a study? If yes, could you please send me the study and I'll have a look what's causing the error. You can send it to lange.kristian@gmail.com. Edit: I mean the .jzip, not the .os…
-
Hi, my first guess would be a wrong path in your HTML or JavaScript. Glad, you could figure it out. Best, Kristian
-
You can write to lange.kristian@gmail.com.
-
Hi! I'm not sure I can be of much help with your problem. Studies can behave differently on a local JATOS than on a remote one (e.g. Mindprobe), just because of normal network behavior, especially if you have large media files. Therefore it's always…
-
Nice!
-
Hi, Hm. Difficult to say. Something seem to mess with your study assets folder behind the scenes. The study assets root folder is usually in the JATOS installation folder (name study_assets_root) and then each study has its own study assets folder i…
-
Hi! What does your browser's console say? Any errors there? Best, Kristian
-
Hi, I think I've got it working. I didn't actually check if the next OS experiment starts after one finishes (because the experiment was just too long to try to get to the end). But all three work if I start them independently. It was actually not d…
-
You can send it to Lange.Kristian@gmail.com