kri
About
- Username
- kri
- Joined
- Visits
- 1,175
- Last Active
- Roles
- Moderator
Comments
-
You seemed to have figured it out by yourself? At least your link works with me now and I get the start page of an experiment. Best, Kristian
-
Hi Christoph, it also works for me with curl and getting result data jatos.mindprobe.eu. curl -X 'POST' 'https://jatos.mindprobe.eu/jatos/api/v1/results/data?studyId=3724' -H 'Authorization: Bearer jap_abc123' -J -O I'm not sure what's going on in …
-
Hi! Your study result page doesn't look right. If there are no study results it shows "No results yet". It looks like it doesn't get loaded properly. What does your browser's console show, any errors there?
-
Hi Adrien, Ah, this error message. The ID cookies are used to pass on information quickly between JATOS server and the browser running the study. This error can happen if you use multiple JATOS instances locally (or connect JATOS to multiple databas…
-
Hi Adrien, I can't remember ever seeing such an error in the browser console. Can you post a screenshot or copy-past it here? Which study are you running? Maybe it's something the study's code is doing? Best, Kristian
-
Hi Simon, Thanks for your patience while I looked into this. I've dug into it, and it turns out you were right about the wrong study assets folder. It seems there are two studies using the same folder: yours and one in Russian. The Russian study cam…
-
Hi Christoph, how are you doing your API calls? I just tried with curl and the simple `admin/token` endpoint and it worked: $ curl -i -H "Authorization: Bearer jap_123abc" https://jatos.mindprobe.eu/jatos/api/v1/admin/token HTTP/2 200 ser…
-
I agree with elisa, this is weird indeed and has never happened before to my knowledge. And as far as I am aware Mindprobe's JATOS server has not been hacked. Can you please give me the UUID of this study, then I can have a look whether I see someth…
-
Thank you! I'll test it first on some Windows.
-
You might have the wrong Java version installed. JATOS currently needs Java 11. It's this one: https://adoptium.net/de/temurin/releases?version=11&os=any&arch=any. And get the JRE (it's smaller than the JDK). And about the JATOS bundled with…
-
Hi, that looks nice. As I'm not a Windows person myself, any help here would be greatly appreciated. Actually, would you be willing to create a pull request on GitHub for the loader.bat with your fix? Best, Kristian
-
I assume you are not using any proxy (like Nginx or Apache) on your local computer, right? If not, could you please provide more information: Please check JATOS's log files in logs/application.log and logs/loader.log and post any occurring errors or…
-
Hi! Your login page doesn't get delivered properly. Can you please reload the page without cache? Best, Kristian
-
Hi Runyu, what you describe sounds more like a jsPsych problem or a general issue with your code. Have you tried asking in a jsPsych forumP Best, Kristian
-
Hi Runyu, The "Allow reload" is just for this, allowing reloading of the page, e.g., with the browsers reload button or by closing the browser and opening it again. It does not provide for resuming the experiment where the participant has …
-
Nice you could solve it!
-
That's is strange. It looks like the CSRF token isn't send with the request. I just tried it out, just to be sure, with a new installation on Ubuntu 22.04 and the result download worked without problems. I don't think your issue has something to do …
-
Hi Runyu, 14.6MB is indeed not a 'too large' study in my humble opinion. JATOS ifself allows study files up to 2GB. But I assume your university's JATOS has some proxy in front of JATOS, e.g., Apache or Nginx, and there the size of uploaded files ca…
-
Do you get any errors in the browser's console? And can you please post your code here?
-
Hi! I took the liberty to format your code examples and I encourage everyone to do the same - it makes it much more readable. I'm just looking into jsPsych 8 and there seem to be no difference in how to use it together with JATOS. You need three par…
-
Hi! You are using jatos.uploadResultFile and by default the maximum file size per single upload is 30 MB and for all files together within a study run is 50 MB (https://www.jatos.org/JATOS_Configuration.html#result-file-uploading). Since you are upl…
-
Hi! In general I can't see any problem with your file sizes but I have trouble understanding your question. Can you please provide more info: What is the precise problem your participants encounter. Is there an error message? When does it happen exa…
-
Hi Jason, I was missing the RewriteCond for the static folder! And the ProxyPass and ProxyPassReverse isn't necessary since we use the RewriteCond. Just for local development, if someone else is interested and for my own reference, I add an Apac…
-
Interesting. And strange. I'd like to know what causes it. But nice, it's working for you now.
-
I heard this once before but then it couldn't be reproduced. On my laptop it is working. Can you give me more details, everything that might help me reproducing the issue and locate the problem. Which system and browser do you use? Does it happen on…
-
Hi Christoph! I understand your frustration, but actually JATOS does report an error in this case. To the request that sends result data that are too large JATOS returns with an HTTP status code of 400 and with a response message of "Result dat…
-
Hi Filip, I turned the Gist into a documentation page: https://www.jatos.org/PsychoPy-and-JATOS.html. I also changed it a bit; now one does not have to edit the JS file but uses the PsychoPy Builder to add the code. Best, Kristian
-
An user with your username doesn't exist in Mindprobe. However there is a user with drdbruy.debruyne@ugent.be. Best, Kristian
-
What's your username?
-
Hi Jason, I see since JATOS creates unique URLs each time, so that caching is not possible. That is correct. But JATOS additionally to the file serving does some authorization. Only participants currently running a study are allowed to access the fi…