kri
About
- Username
- kri
- Joined
- Visits
- 1,189
- Last Active
- Roles
- Moderator
Comments
-
Hi Kian, SurveyMonkey, as far as I know, always runs only on their web page and I can't imagine a way to combine it with OpenSesame / JATOS. But there are other libraries that offer surveys. One, I'd like to recommend, is survey.js (https://surveyj…
-
Hi rubberduck, There is one line in your log that worries me: 2020-05-18 15:07:44,076 [ERROR] - p.a.d.e.DefaultEvolutionsApi - Error on rename of './jatos/#sql-8d8_49f6' to './jatos/User' (errno: 150) [ERROR:1025, SQLSTATE:HY000] All other errors a…
-
Nice :)
-
Hi Alex, You don't need to SFTP into the server - it's much easier: You can use JATOS' UI to just overwrite a study. The procedure is simple: 1) Change your study on your local JATOS (edit your HTML or change whatever asset files you have there) 2) …
-
So, you got Sona + JATOS working for you!?
-
Hi nya, yes, it's on our todo list. I haven't looked into Sona in detail but I have a hunch that it works already with JATOS and that JATOS doesn't need to be changed for this. It looks like Sona just needs the study link URL from JATOS (similar to …
-
Nice!
-
You are welcome! Kristian
-
Hi Yavor, I can see in the log that you are using an external MySQL as a database and JATOS cannot connect to it anymore: "org.hibernate.exception.JDBCConnectionException: Unable to acquire JDBC Connection" Can you tell your admin to check…
-
Hi Paolo, yes, updating OSWeb and JATOS should fix the problem with the lost trials. I update to OS 3.3 with Osweb 1.3.7 but now I have the problem that I don't have the WorkerID or ResultID in the Exported Result from Jatos. (I use one General Sing…
-
Hi SoSo, First to say the trails in OSWeb to not correspond to components in JATOS. OSWeb puts everything (all trails) into one component. A little explanation: In JATOS a study can have several components and a study run can move between those comp…
-
Elisa is correct. Once you call one of the jatos.abort* functions, the study is put into state ABORTED in the database and all previously stored result data and files are deleted. All later attempts to store data will fail too due to the study being…
-
Ah, that makes sense :)
-
Nice!
-
Hi Rob, That is strange. The update button should appear automatically on Linux/Unix/MacOS computers. However you can enforce it by using the version query parameter, e.g. for an update to version 3.5.3 you'd have to put https://my.jatos.domain/ja…
-
Hi SoSo, Updating to 3.3.0 might solve your issue already :) So you mean participants are able to reload the page when they press the reload button? No, by default OSWeb and JATOS do not allow reloads. But reloads can be allowed in JATOS' UI: https:…
-
I'd appreciate that :)
-
I've commented out the line in the conf/production.conf file that specifies IP and port, and now when I start JATOS and go to my VPS' IP address in the browser at port 80, I get sent to the web server's default page. I'm confused. There is another w…
-
Hi So So, The first error says that there was some kind of error during the study run with OSWeb. May I ask which version of OSWeb and JATOS you are using? There were some recent changes that might fix this already. The second error message is only…
-
I've never worked with TransIP myself. But JATOS should work on any Linux system. I tried this with the default IP address 0.0.0.0:9000, but have also tried ... different IP addresses and ports You have to use the IP address that is given to your m…
-
Nice! :D
-
Hi Orin, yes, you must turn off you Droplet before resizing. This is not a problem. JATOS stores its data in a database or in the file system and both survive a restart. I did this many times with e.g. cortex.jatos.org which is also currently hosted…
-
Sorry for answering so late (I had a lot to do and to be honest I'm out of ideas and needed some time to think about your problem). I stumbled over this in your log `StudyAssets - .versioned`. It's for quite some time now that StudyAssets has a met…
-
Hi Becky, Hi Tres! you can upload multiple files with jatos.uploadResultFile. This feature was added to JATOS not long ago, with version 3.5.1 (so make sure to update both your local JATOS and your server). In 3.5.3 jatos.js got another update that …
-
Hi! OSWeb is using jatos.js, so it must be available somehow. But I'm not sure whether it is accessible for you. @seapsy, @Dan could know more here ;) . Kristian
-
Nice, it works! (but still weird)
-
Hi, I see in the screenshot from @maj_zmaj a line that does not belong there: "Access is denied." But now my knowledge of Windows gets blurry (I work with Ubuntu or MacOS) and added to the non-meaningful error message, I can only take som…
-
Hi! It's not clear to me whether you want to load those wav files into your experiment or upload them from your experiment to the JATOS server? If it's the latter one, there is an example study 'Video Recording' that does this (https://github.com/JA…
-
Hi Chloé, you can always program it yourself without using OSWeb. There is an JATOS example study that does webcam and audio recording: https://github.com/JATOS/JATOS_examples/raw/master/examples/video_recording.jzip. jsPsych is working on it: htt…
-
Hi, I've never seen encryption with an IP address only although theoretically it's possible (https://stackoverflow.com/questions/1095780/are-ssl-certificates-bound-to-the-servers-ip-address). Since you want to use it in your browser, you need one o…