URL of experiment: pvt [PsychoPy]
Description of the problem:
I am trying to run basic timing in my app.
I am running very simple code to debug a problem I am having.
Everything works in python, but when I try to view live on pavlovia, I am stuck at “initializing…”
I have manually changed myClick = core.Clock() to myClock = newutil.Clock();
The code is very simple to debug the issue. It is basically a text box which should displayed the current value of the clock.
Thank you for any help!