Description of the problem: This is a weird one. I believe I accidentally pushed a commit without a message. I know this has caused issues in the past. However, I was able to solve those issues by manually pushing further updates using command prompt.
This time, I have successfully pushed new commits to Gitlab. However, Pavlovia is not running the newest version. It is running the experiment as it was prior to the āmessage-less commitā. The most obvious example is that I have remove āparticipantā as a field. Here is the opening dialogue box:
// store info about the experiment session:
let expName = āonline auditory typing taskā; // from the Builder filename that created this script
let expInfo = {āNative Languageā: āā, āAgeā: āā};
You can clearly see that the code being loaded is different. It contains participant as a expInfo field. Scrolling down it doesnāt contain any of the new code elements present in the current Gitlab version of the experiment.
Iām scheduled to begin running the experiment tomorrow. Any ideas how to fix this?
The key combo might depend on your application. On mac chrome this is Cmd-Shift-R.
But certainly the URL you link to doesnāt contain a participant field when I visit.
Iām trying to work out whether I can use visual.Circle or visual.Polygon and at the moment I have the visual.Circle routine in the flow but when I test using Pavlovia piloting or via the runner I get a keyboard press in the data file which comes from the visual.Polygon routine. An additional routine I just added to check my sin=Math.sin function isnāt appearing at all. The latest version does seem to be in Github.
Iām having the same issue. Iāve tried clearing the cache and hard reloading, disabling the cache in developer tools, changing the text at the beginning of the experiment to check version and it is still running an older version. In Pavlovia it shows the most recent commit message but wonāt load that newer code. Iāve also tried running it on a different browser and different computer. Anyone else run into this and have anything else I can try?