Daniel
About
- Username
- Daniel
- Joined
- Visits
- 669
- Last Active
- Roles
- Member, Administrator, Moderator
Comments
-
How did you install pyaudio? And what python version are you using (and version of OpenSesame). To my knowledge, everything you need should be included in OpenSesame. The newer versions of pip and conda also install everything that is needed to run …
-
Hi all, This is because Safari's stricter security settings. There are some other posts about this on the forum, and sadly there is no easy way to currently remedy this.
-
Hi all, No way to get around this that I know of. These are Apple's security measures and they are difficult to circumvent by design. I would just advice participants to use another modern browser.
-
Hi @rlaycock, Sadly I haven't been able to look at it yet. I'm in a really busy period at the moment. Hope to find some time soon!
-
Hi @MarkNieuwenstein. This is very difficult to tell. Osweb basically supports every modern browser from Internet Explorer 11 and upwards, but things like not being able to play audio in Safari are due to Apple's ever changing security and privacy p…
-
Hi @rlaycock, Thanks for sending the experiment. I have to find some time to check this out, but I will hopefully be able to do so this weekend.
-
Hi both, I tried to reproduce this, but I do not get this error. I do think the problem description is incomplete though, because you do not directly mention it, but I distill from your description that you are trying to run custom python code in th…
-
Hi @Rrob The M1 has a whole new cpu architecture (ARM) and is not officially supported by OpenSesame. The app is built with the x86 architecture, so MacOS does a translation from x86 to ARM, which may cause unexpected issues like these. You could r…
-
Hi, This is a known issue with safari and is due to safaris security policies which cannot be circumvented. Best thing to do here is to advice people not to use safari but a different browser.
-
See https://forum.cogsci.nl/discussion/comment/21525/#Comment_21525 for a possible solution.
-
I did a quick Google search and found this: https://forums.macrumors.com/threads/pyqt5-and-big-sur.2260773/ and https://bugreports.qt.io/browse/QTBUG-87014 It seems to be an issue with Qt5 on Big Sur that afflicts all Qt-based applications. These l…
-
Hi @IsaiahvH , That's a pity to hear. To be able to fix this issue, I will need to be able to reproduce it, and I do not plan on upgrading to Big Sur in a long while; not until at least the 3rd or 4th patch release has been made, so until that time …
-
I don't know if you meant all the issues, but this background color coroutines bug should be solved with a fix that I just pushed.
-
Hi @Rrob, thanks for trying this. I think the last error you mention resides in an inline_script, in which there is a mistake in the code. Does this run on other versions of OpenSesame, that is, OpenSesame with a lower python version than 3.9? A pos…
-
Hi, could you try out the python 3.9 beta version that can be found at https://github.com/open-cogsci/OpenSesame/releases/tag/release%2F3.3.6 I just want to know if this runs on Big Sur as the problem apparently was related to python 3.7 on which Op…
-
Hi, could you try out the python 3.9 beta version that can be found at https://github.com/open-cogsci/OpenSesame/releases/tag/release%2F3.3.6 I just want to know if this runs on Big Sur as the problem apparently was related to python 3.7 on which Op…
-
Ah I see, I just misread it. This should be solved once we package OpenSesame with a python version greater than 3.7
-
I think this is the Big Sur issue. But @gbzn's last output is a bit strange, because it appears as if the ` conda deactivate` command is causing this error message. So either, it is not OpenSesame related, or he forgot to paste a (large) part of the…
-
Hi @emasesnepo. That's quite an old version of MacOS that you are using. Wasn't that the edition in which 32-bit software could still be run? My hunch is that the problem lies there, in that the Qt libraries which are included with OpenSesame cannot…
-
If you use anaconda or miniconda, you can select the python version to use in a virtual environment, so you can also try to install and run opensesame after creating a virtualenv for python 3.9: conda create -n py39 python=3.9 If you then proceed wi…
-
Hi @IngaSvea and @charlieaux I usually wait a few months before upgrading to the newest MacOS versions myself because also Apple's software is often bug-ridden at the beginning of new releases. I sadly thus cannot check yet what is the cause of thi…
-
I have the same problem. In no way I can make the text bold. I tried different backends, fonts, using strong instead of b as the tag, but to no effect. I am also on Catalina and OpenSesame 3.3.5
-
Hi @LousiaB. This sounds very peculiar, especially since it is so platform dependent. I have no clue as to what may be the problem here. As you stated, no error messages are printed in the console, so there is little to go on. If the experiment hits…
-
Hi all, Things like these usually occur if people open OpenSesame directly from the mounted .dmg file, which is read-only. Please make sure they move the app to a different folder on their system, preferably the /Applications folder. If this is no…
-
EDIT: There's a parameter with the name context but it only includes general browser-related information, no JATOS-specific stuff, except for the version number. Right! I am sorry. It is a while ago I worked with it. Then an identifier definitely ne…
-
Hi @Bugay, I've run your experiment on both osweb and OpenSesame and I can see the discrepancy. Very strange indeed. It appears as if the coroutines item resets the background color to black somehow and doesn't honor the general settings. I have als…
-
Now that you mention it, there is no variable shared by both sets through which they can be linked. We will need to reintroduce that. I created an issue here: https://github.com/open-cogsci/opensesame-extension-osweb/issues/25 For your current situa…
-
Hi @marsaute, This indeed changed as we wanted the OpenSesame data cleaned up. You can now download all this data from jatos by clicking `Export Metadata` next to the delete button in the Results page on Jatos. This way, the same data that does not …
-
Hi @bugay, What I can quickly see is that you have entered LEFT;RIGHT in the correct response field, which is not allowed. You can only enter one character here (for instance by using a variable), or leave it empty and specify the correct response …
-
I wouldn't install XCode, as it is 10+ GB nowadays and an absolute bloat for the system. My hunch is that this is psychopy. It is designed to work with Pavlovia which is built around git if I remember correctly. What version of OpenSesame are you b…