If this template helps then use it. If not then just delete and start from scratch.
OS (e.g. Win10): Win10
PsychoPy version (e.g. 1.84.x): 2023.1.2
Standard Standalone? (y/n) If not then what?: yes
What are you trying to achieve?: I want to play audio in my experiment : one first long stream (exposition phase), then shorter streams (trials, they change in a loop).
What did you try to make it work?: I have one routine with the long stream, and another one in a loop with a file owning all the short streams.
**What specifically went wrong when you tried that?:**Traceback (most recent call last):
the long stream works, but the short stream happen juste one time, then every thing stops and this message appear :
File âC:\Users\ACER EXTENSA\Documents\neurosciences\stage\S_peperkamp\adultes\library\essai_lastrun.pyâ, line 337, in
elif sound_1.isFinished:
AttributeError: âSoundPTBâ object has no attribute âisFinishedâ
################ Experiment ended with exit code 1 [pid:14700] #################
I have read this was a bug in the 2023.1.2 version, so i have tried to update the version, and this message appeared :
File âC:\Program Files\PsychoPy\lib\site-packages\psychopy\app\connections\updates.pyâ, line 406, in onInstall
info = self.doAutoInstall()
File âC:\Program Files\PsychoPy\lib\site-packages\psychopy\app\connections\updates.pyâ, line 554, in doAutoInstall
v = self.latest[âversionâ]
TypeError: âintâ object is not subscriptable
I have tried as well to download the 2023.1.3 version, but there is no .exe file in the zip, I donât know how to use this
can someone give me some advise?
Thanks!!!