ReferenceError: ... is not defined

Hi all,

I recently set up an experiment in Psychopy which runs perfectly fine on my computer. However, when running the experiment on Pavlovia, I run into the following error:

Description of the problem: Error

Any ideas on how I can resolve this?

My repository: Sign in · GitLab

Thanks!

Do you have a variable called displayneg_memory ?

Do you give it a value in a Begin Experiment code block?

Yes I do:

The tab “Begin Routine*” contains the same code.

Your screen shot suggests that you’ve typed javascript into the left hand Python window and there has not been any auto translation into javascript on the right.
Python code doesn’t have semi colons, does it?