OS: Win 10
PsychoPy version : v2020.2.2
What are you trying to achieve?:
I am developing a speech reception threshold program in Builder.
What did you try to make it work?:
It works in standalone Psychopy. 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.
What specifically went wrong when you tried that?:
Include pasted full error message if possible. “That didn’t work” is not enough information.