Unable to Insert Initial Routine

OS (e.g. Win10): Windows 10
PsychoPy version (2023.1.3):
Standard Standalone? (y/n) If not then what?:
Traceback (most recent call last):
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\builder\builder.py”, line 3394, in OnMouse
self.insertRoutine(ii=self.gapMidPoints.index(pt))
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\builder\builder.py”, line 3237, in insertRoutine
rtn = self.frame.exp.routines[self.insertingRoutine]
KeyError: 'Instructions ’

What are you trying to achieve?:
It is my first time using PsychoPy and I was attempting to add an initial ‘Instructions’ Routine before the trial but this error message appeared and I was unable to begin the project.

Hi,

The error message suggests that there is a space after Instructions.

Jan