URL of experiment: not allowed to share the experiment
Description of the problem:
Hey everyone, I managed to push my experiment to pavlovia. However, piloting and running is not possible because of an 403 forbidden nginx error. I then started to go on PsychoPy to Run Js for local debug. When doing the latter, I get the following error message: Traceback (most recent call last):
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\app\runner\runner.py”, line 670, in runOnlineDebug
self.getPsychoJS()
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\app\runner\runner.py”, line 705, in getPsychoJS
libPath = str(self.currentFile.parent / self.outputPath / ‘lib’)
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\app\runner\runner.py”, line 891, in outputPath
return self.currentExperiment.settings.params[‘HTML path’].val
AttributeError: ‘NoneType’ object has no attribute ‘settings’
My PsychoPy version is PsychoPy3 v2021.1.1 because with the newest version I could not push the experiment to Pavlovia at all. I am using the PsychoPy Coder. Thank you in advance!!