Psycho js file won't update / won't create

Hi,

I had an experiment which I was able to move online and sync with Pavlovia. I then made a couple changes after the initial pilot, and re-synced the experiment, and realized that it was running the previous version. I re-export html and it updates the html files, but not the .js files. I deleted the entire project and tried to re-sync, but now PsychoPy won’t generate any .js files or update them. I’d love any help on this as I read some of the solutions however haven’t been able to apply any of them.

Thanks,
Bahar

This means you have an error in your JS such that it won’t generate. Do you have any error messages?

Have a look at some of my suggestions and error messages on my new crib sheet.

This might be because your custom Python code has not been converted into JS code, resulting in JS errors and the inability to generate new files.

Please consider changing the code type from Py to Auto→JS in all code components of your program, and then run the standard upload procedure or ‘export as HTML’.

1 Like