Unable to type in textbox

OS: Windows 7 professional 64-bit Operating System
PsychoPy version: 2020.2.10
Standard Standalone: yes

What are you trying to achieve?: My experiment has a loop with questions that require typed responses. Each response is followed by feedback informing the participant as to whether their response is incorrect or correct. When I pilot my experiment online, the text-box does not allow me to type anything into the response field. Here is the link to my public repo: Ashley L Miller / PAprobe_test · GitLab

What did you try to make it work?: Please note that I am new to PsychoPy… I have the newest version of PsychoPy Builder installed, but I tried running the experiment with version 2020.2.3.

What specifically went wrong when you tried that?: When I run the experiment on my local, I can type responses into the response field (yet I cannot do so when piloting the task online). On my local, the program exits abruptly near the end of the task when participants are typing responses. Below is the PsychoPy script I get when generating the program on my computer:

6.4344 WARNING We strongly recommend you activate the PTB sound engine in PsychoPy prefs as the preferred audio engine. Its timing is vastly superior. Your prefs are currently set to use [‘sounddevice’, ‘PTB’, ‘pyo’, ‘pygame’] (in that order).
7.3330 WARNING duplicate variable names: word1, corrAns, cue, word2

Running: C:\Users\MAID Lab Manager\Desktop\PAprobe\PAprobe_lastrun.py
881.4896 EXP Imported itemcons.xlsx as conditions, 10 conditions, 2 params
881.4974 EXP Imported conditions.xlsx as conditions, 10 conditions, 2 params
881.5084 EXP Imported PA_trial_items.xlsx as conditions, 75 conditions, 2 params
881.5202 EXP Imported PA_trial_items.xlsx as conditions, 75 conditions, 2 params
881.5314 EXP Imported PA_trial_items.xlsx as conditions, 75 conditions, 2 params
881.5425 EXP Imported PA_trial_recall.xlsx as conditions, 75 conditions, 2 params
881.5426 WARNING duplicate variable names: word1, corrAns, word2, cue
881.5440 INFO Loaded monitor calibration from [‘2020_09_22 13:05’]
881.5786 EXP Imported itemcons.xlsx as conditions, 10 conditions, 2 params
881.5850 EXP Imported conditions.xlsx as conditions, 10 conditions, 2 params
881.5957 EXP Imported PA_trial_items.xlsx as conditions, 75 conditions, 2 params
881.6071 EXP Imported PA_trial_items.xlsx as conditions, 75 conditions, 2 params
881.6183 EXP Imported PA_trial_items.xlsx as conditions, 75 conditions, 2 params
881.6295 EXP Imported PA_trial_recall.xlsx as conditions, 75 conditions, 2 params
881.6295 WARNING duplicate variable names: word1, corrAns, word2, cue
881.6335 INFO C:\Program Files\PsychoPy3\python.exe -m psychopy.scripts.psyexpCompile C:\Users\MAID Lab Manager\Desktop\PAprobe\PAprobe.psyexp -o C:\Users\MAID Lab Manager\Desktop\PAprobe\PAprobe_lastrun.py -v 2020.2.3
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
1.6366 WARNING We strongly recommend you activate the PTB sound engine in PsychoPy prefs as the preferred audio engine. Its timing is vastly superior. Your prefs are currently set to use [‘sounddevice’, ‘PTB’, ‘pyo’, ‘pygame’] (in that order).
10.2019 ERROR Unknown colorSpace: named
10.5306 ERROR Unknown colorSpace: named
Traceback (most recent call last):
File “C:\Users\MAID Lab Manager\Desktop\PAprobe\PAprobe_lastrun.py”, line 2216, in
win.flip()
File “C:\Users\MAID Lab Manager\AppData\Roaming\psychopy3\versions\psychopy\visual\window.py”, line 1035, in flip
if self._mouse.isPressedIn(thisObj):
File “C:\Users\MAID Lab Manager\AppData\Roaming\psychopy3\versions\psychopy\event.py”, line 870, in isPressedIn
return any(wanted & pressed) and shape.contains(self)
AttributeError: ‘NoneType’ object has no attribute ‘contains’

Experiment ended.

Any help whatsoever would be greatly appreciated!!

All the best,
Ashley