Description of the problem: I’m trying to update a js file to the most recent version of my experiment online. The .py file gets generated through the “build” command on the builder. But the .js file is not getting updated. Here’s the error that I get when I select the .py file in the runner and choose “Run JS for local debug”.
Traceback (most recent call last):
File “C:\Users\Mai Al-Khatib\Anaconda3\envs\psychopy_test\lib\site-packages\psychopy\app\runner\runner.py”, line 589, in runOnlineDebug
self.getPsychoJS()
File “C:\Users\Mai Al-Khatib\Anaconda3\envs\psychopy_test\lib\site-packages\psychopy\app\runner\runner.py”, line 624, in getPsychoJS
libPath = str(self.currentFile.parent / self.outputPath / ‘lib’)
File “C:\Users\Mai Al-Khatib\Anaconda3\envs\psychopy_test\lib\site-packages\psychopy\app\runner\runner.py”, line 816, in outputPath
return self.currentExperiment.settings.params[‘HTML path’].val
AttributeError: ‘NoneType’ object has no attribute ‘settings’
I’ve gone through a few reported errors about not being able to generate a new js file and suspected that it may be a version issue? The version that I have installed is
v2020.2.4post1