dalbohn
About
- Username
- dalbohn
- Joined
- Visits
- 24
- Last Active
- Roles
- Member
Comments
-
Thanks to both of you for investigating the issue! I tweaked the code in the media_player_gst.py file as per dshreij's suggestion on github (https://github.com/dschreij/media_player_gst/issues/3#issuecomment-114558607). I did a few runs on the exper…
-
A final follow up in case anyone else has the same issue: After a a few hours of fiddling around with the code and the order of the experimental parameters, it appears that you have to make the list in an inline_script outside of your trial loop, th…
-
Hi Josh. Some follow up: I seem to have figured out my issue with some trial and error. However, it doesn't appear that the images are being removed from the list after they are presented once. I'm thinking that this is an issue of where the inline…
-
Hi Josh. Thanks for your reply! I think that this will satisfy my experimental requirements. Two quick follow up questions, as I am still having a bit of trouble getting the experiment to run. First, I replaced random.pick with random.choice, as th…
-
Thank you both! After adding that one line of code it appears to be up and running! Best
-
Thanks for the help! Unfortunately, it appears to be giving me a different error now. Failed to load plug-in 'media_player_gst'line: 2exception message: name 'os' is not definedexception type: NameErrorTraceback (also in debug window): File "…
-
Hi, The issue is that on my work's servers we are only allowed to save software to a certain network drive, which the script would have no reason to look in. When I launch OpenSesame and try to add media_player_gst to a new experiment I simply get…