URL of experiment: https://gitlab.pavlovia.org/MacLabUNCG/choosing_faces_project
Description of the problem: I am trying to put my experiment online. I have followed the instructions provided by the following Crib Sheet to connect my experiment to Qualtrics → SONA → Pavlovia. However, when ever I click on “Run the Study Online” in PsychoPy, I run into an internal error?
Specifically, this is what I get:
Traceback (most recent call last):
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\app\builder\builder.py”, line 1240, in onPavloviaRun
self.fileExport(htmlPath=self._getHtmlPath(self.filename))
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\app\builder\builder.py”, line 719, in fileExport
target=“PsychoJS”)
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\scripts\psyexpCompile.py”, line 73, in generateScript
compileScript(infile=exp, version=None, outfile=filename)
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\scripts\psyexpCompile.py”, line 242, in compileScript
_makeTarget(thisExp, outfile, targetOutput)
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\scripts\psyexpCompile.py”, line 214, in makeTarget
script = thisExp.writeScript(outfile, target=targetOutput, modular=True)
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\experiment_experiment.py”, line 225, in writeScript
self_copy.psychopyVersion)
File "C:\Program Files\PsychoPy3\lib\site-packages\psychopy\experiment\components\settings_init.py", line 598, in writeExpSetupCodeJS
incompleteURL=self.params[‘Incomplete URL’]))
TypeError: str returned non-string (type NoneType)
Does anyone know how to resolve this issue?
Best,
Paige