kri
About
- Username
- kri
- Joined
- Visits
- 1,189
- Last Active
- Roles
- Moderator
Comments
-
Hi! You are correct Chrome does not allow audio recording without encryption (this the reason for the 'not secure' in your Chrome's address bar). More about this in this SO answer: https://stackoverflow.com/a/34198101/1278769. Btw. you can try on co…
-
Hi Chi, Your production.conf looks okay. In the loader.log I can see this error: Oops, cannot start the server. akka.stream.impl.io.ConnectionSourceStage$$anon$2$$anon$1: Bind failed because of java.net.BindException: Address already in use Caused b…
-
Hi Giorgos, Like promised I uploaded the prerelease: https://github.com/JATOS/JATOS/releases/tag/v3.5.6-alpha Now you can turn of the batch session versioning by setting the flag jatos.batchSessionVersioning to false. Now you can change the patch s…
-
Actually both failed and if JATOS doesn't work properly Apache cannot proxy the requests to JATOS. So first you have to fix JATOS. Could you please post/attach your JATOS log files here? They are in your JATOS folder in a folder named logs. There ar…
-
Hi Chi, Indeed this is strange. Can you do me the favor and run wget in your server's terminal on JATOS wget http://localhost:9000/jatos and on Apache wget http://39.102.52.116:80/jatos ? This way we can find out which part does not work. In the res…
-
Still working on it - it's more complicated than I thought, but I'll get it on the weekend done.
-
Hi Chi, Thank you for pointing that out. It is a bug in JATOS. The problem is that the filenames JATOS receives are URL encoded and JATOS never decoded them to normal UTF-8. The fix will be part of the next JATOS release. Best, Kristian
-
It's correct that JATOS tells you after you started it with loader.sh that it's IP and port are 127.0.0.1:9000. JATOS is not aware of Apache and the proxying of the network traffic. Looking at your Apache configuration the problem is in ProxyPass a…
-
Okay, I'm waiting. It's weird that the Google sign-in doesn't work in some browsers. I'm using the standard library directly from Google for this. Is it possible for you to tell me which browser it was where the sign-in did not work. And did you get…
-
Hi Chi, If you use Apache in front of JATOS you don't have to specify IP and port in JATOS' config. You can leave the default values which are 127.0.0.1 and 9000. Setting up your public IP and port happens in Apache's config. Then Apache will forwar…
-
Hi Afke, Can you please try to log in to experiments.jatos.org with a different browser? Kristian
-
Hi Hülya, Hi Eduard, From how I understand the error message (and from what Google tells me) it means that you try to load and run a file that has a MIME type that is actually not executable. I'm not an expert in MIME types, but according to this li…
-
General Multiple Worker + Batch Session to help with unexpectedly interrupted experiments: That is an interesting approach! I guess the handling of your result data is a bit more complicated since you have to merge the result data from those interru…
-
Hi Tam, I'm a bit confused: You write 'many of the variables (responses) do not get logged'. Which mechanism do you use to 'log' this data (e.g. jatos.submitResultData or jatos.uploadResultFile)? And what is the 'logger item' you write about in one …
-
Hi Giorgos, That sounds like a really interesting experiment you have there. I have no further experience with Unity or Emscripten myself but if it runs in a browser it's probably compatible with JATOS :) I have a couple of thoughts that might help …
-
JATOS 3.5.4 should be fine. I'm not sure about OpenSesame 3.3. I see that there are several releases with 3.3.x. and I'm not sure when this issue with the sometimes missing data got addressed. Maybe @sebastiaan or @Daniel can help here. Did you try …
-
Forgot to mention this, but the problem actually already start with trying to log in. Sometimes I need to log in 4 or 5 times before I'm even logged in. Okay, this sounds like there is something wrong with the proxy setting. I'd suggest to tell your…
-
I agree with Elisa: no need to write your own endPage.html, JATOS shows a default one with the MTurk confirmation code. If you want, of course, you can write your own and display the code in there in your own layout/design.
-
Hi Giorgos, The Batch Session actually works as expected, but I have to admit those promises the batch session is using aren't easy to understand. The reason behind why the batch session uses promises is that the batch session is stored on the JATOS…
-
Hi Marita, That's unfortunate. First to get your questions out of the way: Just to check: wouldn't deleting an experiment from my account also completely delete it from the server hosted by my university? If 'deleting from my account' means deleting…
-
Another idea: JATOS needs browser cookies to function. Is there a possibility that you deactivated cookies? You can try with another browser to be sure.
-
That is disappointing. Pavlovia runs in the cloud - operated by Pavlovia - and this is easy for your university's IT department, because they do not have to setup a server themselves like JATOS would need. But storing experiment data in the cloud co…
-
Hi again, I re-read your question and want to add something (it was late when I wrote my last answer). From what I got now, you want to convince your IT folks to install JATOS for you on an university server. And they say you'd need MySQL and Apache…
-
Hi, JATOS on a Linux server with MySQL and Apache is the more 'professional' solution, that one would use for an institutional server that is shared between multiple users. If you just want to use JATOS for your own study alone you don't need this. …
-
Maybe an example illustrates the difference better: a General Multiple study run link: https://experiments.jatos.org/publix/1/start?batchId=1&generalMultiple an study's component URL: https://experiments.jatos.org/publix/1/1/start?srid=1819 The …
-
Hi Hülya, Umm... I am not sure how I do the cancellation... I mean I didn't put any option for that, it's just ESC like default I guess. But maybe those numbers are caused by this: it is not the real experiment yet so I was playing around with the l…
-
Hi Hülya, It's strange that the study results do not show state 'ABORTED' after you aborted the study. May I ask how you do the cancellation? How does the code look like? And about JATOS' components. If you have only one component they don't really …
-
Nice!
-
Hi Chi, This seems to be more an issue about setting up a general server with Alibaba and not so much about JATOS. I can't really say what the problem with your server is. It looks like you can't open an SSH connection to your server. First thing th…
-
Hi Tobias, I just tried and it worked with my jsPsych study. Maybe there is something in jsPsych that I don't really understand. I put this block in my code: jatos.onLoad(function() { jsPsych.init({ timeline: timeline, on_trial_st…