kri
About
- Username
- kri
- Joined
- Visits
- 1,189
- Last Active
- Roles
- Moderator
Comments
-
Hi dockasaurusrex, I did some tests with my JATOS server and in short: I could reproduce your issue. Adding more memory solved it. So in detail, I run a load test: JATOS running on Digital Ocean on 1 CPU, 1 GB memory, 25 GB disk around 10,000 study…
-
Do you get this error when you importing it into JATOS or when you export it in OpenSesame/OSWeb? What does the error msg say? Best, Kristian
-
Hi dockasaurusrex, I haven't forgotten you. Yesterday was just a busy day. I still try to adapt to the new corona situation here. Although you seem to have figured out a workaround, I still try to figure out what went wrong on on your JATOS. This w…
-
Actually, you probably want to backup the other folders too: study_assets_root (folder where your study's files (HTML, JS, pictures etc) are saved) result_uploads (only since v3.5.1 and the folder where file uploads are stored) study_logs (folder fo…
-
Hi Daniel, Java 11 is fine and Java 8 is fine too. I'm not sure right now why JATOS shows you this 'JATOS needs a different version of Java than yours ...' - it should't. But anyway, I wouldn't worry, both Java versions are fine. But do a backup ;)…
-
Hi dockasaurusrex, When you say every person's data was saved in a file do you mean, you used the jatos.submitResultData or jatos.appendResultData functions to send result data back to JATOS? Or did you actually upload files with jatos.uploadResultF…
-
There is a known issue (https://github.com/shyras/osweb/issues/160) that OSWeb under certain circumstances doesn't wait until the result data are done being saved in JATOS and prematurely finishes the study run. This bug might be the reason for your…
-
Hi dockasaurusrex, Although I did the update on my JATOS server a hundred times without any problems I would not just do it without a backup of my precious data just in case the 101st time will fail. Yes, there is this issue with JATOS up to versio…
-
Hi Esra, do you use OSWeb by any chance?
-
Or you could use pure JATOS and upload your recorded sounds via file uploads. There is the "Video Recording" example in http://www.jatos.org/Example-Studies.html that you can use as an template. But of course, this would involves some pro…
-
JATOS doesn't impose any format for its result data apart from that it has to be text (so no binary - but for this one can use result files). That on your Mac it is shown as an TextEdit document just means that the default application on your comput…
-
Ah, I see it's not JavaScript. I guess this is OpenSesame's programming language (was it Python?). Unfortunately I'm not family with this one. Anyway in the browser it's JavaScript and and OSWeb translates to JavaScript. If it is possible, can you a…
-
Hi pmandara, I've never had this particular error before. It looks like the the browser can't load the file. Maybe it's a broken path? Can you share with us the part of your code where you load the files? Best, Kristian
-
Hi Yavor, I get that you are using JATOS with Mturk and Prolific and your experiment is done in OSWeb. The "jatos.js" file you edited is actually one from OSWeb and not the jatos.js library from JATOS. It's unfortunately that they used the…
-
Hi Donglin, Nice it worked out. Which you good look with your experiments! Kristian
-
Hi Donglin, I've never tried JATOS on Alibaba, but it should work there like on any other server. Let me ask you a couple of questions to get closer to the problem: Which version of JATOS do you use? Do you use any proxy in front of JATOS (e.g. Ap…
-
Nice to be of help. Kristian
-
Hi Yvonne, I tried all sorts of different DigitalOcean droplets (different version of Ubuntu and different location of the server). All Droplets should work. I usually use the smallest with just 1GB if I just want to try out something. But for this …
-
I wish you luck!
-
The only other option is manually overwriting the password hash in your database (H2 or MySQL) but this needs access to a server terminal and some admin skills. Apart from that I'm afraid you are out of luck. Although you can rescue the study assets…
-
Hi Yvonne, that's unfortunate. If you have another admin user in your JATOS, they can change your password. Best, Kristian
-
Hi Orin, I just tried your link and like you anticipated the JATOS Tryout Server is already reset and the link didn't work. I could have a look at your issue from JATOS side, whether there are any problems in JATOS. Can you send me your study again,…
-
Hi Yvonne, Nice you got it working with Traefik! I'm glad I was of any help. Maybe I should add a page to JATOS docs "JATOS + Traefik" (without the whole Digital Ocean part). Regarding the "ssl" in the Nginx config: you might be …
-
Sorry Yvonne, I never answered. But I actually looked at your Apache config and couldn't find anything obviously wrong. Apache can be a bummer. It does not work until it works and then it is unbreakable. Actually I prefer Nginx too these days. You …
-
Hi Yvonne, It's quite some time that I used Apache. But from what I remember your SSL setting looks fine. It would be helpful for me to see the rest of the Apache conf. And which version are you using? Kristian
-
Hi Vassilis! This line <script src="js\jatos.js" type="text/javascript"> is likely wrong and should be <script src="jatos.js" type="text/javascript"> . Appart from that URLs have '/' as path separ…
-
Hi again, looks like the browser has trouble with jatos.js. I know that OSWEB uses a JavaScript file with this name. I'm sure it's not JATOS' jatos.js because it doesn't use alertify and has no identifier 'context'. Can you sent me the head of your …
-
Hi Dan, not sure I understand your problem. But you can get URL query parameter via jatos.js: http://www.jatos.org/jatos.js-Reference.html#original-url-query-parameters. Best, Kristian
-
Hi Vassilis, what does your browser console says? Are there any errors, especially about missing files? And did you try with one of the JATOS example studies? Best, Kristian
-
My first guess is, that you pixijs library import is somehow broken and OsWeb can't reference it. Can you show us the line in where you import it. It should look similar to this: <script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/5…