Failed to Run Js for local debug and to run or pillot experiment

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!!

If you want to run the experiment online, I would recommend that you recreate it using Builder.

Thanks for the reply! Unfortunatly I have to do everything with the Coder.

Is that a course requirement?

If can only use Coder then you won’t be able to run your experiments online without a lot of effort that PsychoPy users on this forum won’t be able to help with.

All I can suggest is to look at the JavaScript files created by Builder experiments that do similar things to get an idea of the code involved.

Alternatively, would jsPsych be acceptable?