BlurInvert.psyexp (74.3 KB)
Thank you so much for your quick response! Indeed I had uploaded with an older version because I was receiving a different error message when I tried to push with the 2025 1.1 version. When I try to push it I get this error:
“Traceback (most recent call last):
File “C:\Users\u789160\AppData\Local\Programs\PsychoPy\lib\site-packages\psychopy\app\builder\builder.py”, line 1621, in onPavloviaSync
pavlovia_ui.syncProject(parent=self, file=self.filename, project=self.project)
File “C:\Users\u789160\AppData\Local\Programs\PsychoPy\lib\site-packages\psychopy\app\pavlovia_ui\project.py”, line 854, in syncProject
project.sync()
File “C:\Users\u789160\AppData\Local\Programs\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 916, in sync
self.firstPush(infoStream=infoStream)
File “C:\Users\u789160\AppData\Local\Programs\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 1155, in firstPush
info = self.commit(
File “C:\Users\u789160\AppData\Local\Programs\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 1321, in commit
info = self.repo.git.commit('-m', message)
File “C:\Users\u789160\AppData\Local\Programs\PsychoPy\lib\site-packages\git\cmd.py”, line 986, in
return lambda \*args, \*\*kwargs: self.\_call_process(name, \*args, \*\*kwargs)
File “C:\Users\u789160\AppData\Local\Programs\PsychoPy\lib\site-packages\git\cmd.py”, line 1599, in _call_process
return self.execute(call, \*\*exec_kwargs)
File “C:\Users\u789160\AppData\Local\Programs\PsychoPy\lib\site-packages\git\cmd.py”, line 1389, in execute
raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd(‘C:\Users\u789160\AppData\Local\Programs\PsychoPy\MinGit\cmd\git.exe’) failed due to: exit code(1)
cmdline: C:\Users\u789160\AppData\Local\Programs\PsychoPy\MinGit\cmd\git.exe commit -m Push initial project files
stdout: 'On branch master
nothing to commit, working tree clean’“
I uninstalled and reinstalled Psychopy but I still get this same error message.
The ImageSample code I have is used to change the image with each loop, and as far as I can tell it is set to “set every repeat“. I have added the psyexp file here so hopefully you can open it now.
Do you have an idea what’s going wrong?
Thanks again!