Hi,
I am developing a speech reception threshold program in Builder. I wanted to check that what I’d done so far worked on Pavlovia, but, when I tried to upload to Pavlovia and run, I got the “Psychopy encountered an unhandled internal error…” message with the instruction to report the problem with the details to the developers. There was no indication how it should be reported, so I’m posting it here. The details are below…
Traceback (most recent call last):
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\app\builder\builder.py”, line 1232, in onPavloviaSync
retVal = pavlovia_ui.syncProject(parent=self, project=self.project)
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\app\pavlovia_ui\project.py”, line 497, in syncProject
syncFrame = parent.app.runner.stdOut
AttributeError: ‘NoneType’ object has no attribute ‘stdOut’
The program is at CullingJ/SRT, but it just gives a 403 error if I try to run it from the URL.
John