'Clock' object has no attribute 'addTime' - but I don't have a code component with addTime

OS (e.g. Win10): Windows 10
PsychoPy version (e.g. 1.84.x): 2022.1.3
Standard Standalone? (y/n) If not then what?: y
What are you trying to achieve?:

Present 5 images for 3.5s. For some reason the experiment crashes right afterwards. It seems to have worked in the past (don’t remember editing anything). I don’t have a code component with addTime.

This is the component in question:

I tried deactivating the first component and it still didn’t work, so I don’t think it is it.

What did you try to make it work?: I tried deleting the component right after it to make sure it wasn’t due to the following component, but it still didn’t work.

If I deactivate all the image components, it works, so it seems to be something to do with the images.

What specifically went wrong when you tried that?:

File “C:\Users\aylow\PsychoPy\problems\problems_lastrun.py”, line 4848, in
routineTimer.addTime(-3.500000)
AttributeError: ‘Clock’ object has no attribute ‘addTime’
################ Experiment ended with exit code 1 [pid:13716] #################

I solved it, it seems to be a version issue (went back to the version I built it in). I thought I was using 2022.1.3 but it was the latest version which apparently doesn’t work with this.