Clicking File > Export HTML, I get the unhandled internal error popup with:
Traceback (most recent call last):
File "/home/arnon/temp/MAD/psychopy4/lib64/python3.6/site-packages/psychopy/app/builder/builder.py", line 719, in fileExport
target="PsychoJS")
File "/home/arnon/temp/MAD/psychopy4/lib64/python3.6/site-packages/psychopy/scripts/psyexpCompile.py", line 73, in generateScript
compileScript(infile=exp, version=None, outfile=filename)
File "/home/arnon/temp/MAD/psychopy4/lib64/python3.6/site-packages/psychopy/scripts/psyexpCompile.py", line 242, in compileScript
_makeTarget(thisExp, outfile, targetOutput)
File "/home/arnon/temp/MAD/psychopy4/lib64/python3.6/site-packages/psychopy/scripts/psyexpCompile.py", line 214, in _makeTarget
script = thisExp.writeScript(outfile, target=targetOutput, modular=True)
File "/home/arnon/temp/MAD/psychopy4/lib64/python3.6/site-packages/psychopy/experiment/_experiment.py", line 212, in writeScript
localDateTime, modular)
File "/home/arnon/temp/MAD/psychopy4/lib64/python3.6/site-packages/psychopy/experiment/components/settings/__init__.py", line 527, in writeInitCodeJS
self.prepareResourcesJS()
File "/home/arnon/temp/MAD/psychopy4/lib64/python3.6/site-packages/psychopy/experiment/components/settings/__init__.py", line 515, in prepareResourcesJS
resourceFiles = self.exp.getResourceFiles()
File "/home/arnon/temp/MAD/psychopy4/lib64/python3.6/site-packages/psychopy/experiment/_experiment.py", line 830, in getResourceFiles
condsPaths = findPathsInFile(params['conditionsFile'].val)
File "/home/arnon/temp/MAD/psychopy4/lib64/python3.6/site-packages/psychopy/experiment/_experiment.py", line 818, in findPathsInFile
for thisFile in findPathsInFile(val):
File "/home/arnon/temp/MAD/psychopy4/lib64/python3.6/site-packages/psychopy/experiment/_experiment.py", line 782, in findPathsInFile
filePath = eval(filePath)
File "<string>", line 1
Now that you have completed the practice trials, you can begin the actual task! There will be two blocks, each lasting between 8-10 minutes. You will have an opportunity to take a short break in-between the blocks. Feel free to rest and stretch if necessary.
^
SyntaxError: invalid syntax
This experiment compiles and runs fine in 2020.1.2.
In 2020.2.3, I get the issue described here.
The error above is from 2020.2.4.
The experiment I am trying to compile can be found here: https://gitlab.pavlovia.org/MAD_LAB/incentivized-flanker-w-perceptual-load
If I understand the error message correctly, PsychoPy is looking for potential resource file paths in a spreadsheet file (blocks.xlsx), and is bombing on a cell containing plain text.