Unhandled Internal Errors when syncing with Pavlovia

URL of experiment:

Description of the problem: The program runs fine locally, but I get multiple Unhandled Internal Errors when syncing with Pavlovia. Here’s what I see:

Traceback (most recent call last):
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.8/psychopy/app/builder/builder.py”, line 1452, in onPavloviaSync
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.8/psychopy/app/pavlovia_ui/project.py”, line 854, in syncProject
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.8/psychopy/app/pavlovia_ui/sync.py”, line 47, in sync
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.8/psychopy/projects/pavlovia.py”, line 844, in sync
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.8/psychopy/projects/pavlovia.py”, line 1031, in firstPush
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.8/git/cmd.py”, line 542, in
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.8/git/cmd.py”, line 1005, in _call_process
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.8/git/cmd.py”, line 822, in execute
git.exc.GitCommandError: Cmd(‘/Applications/PsychoPy.app/Contents/Resources/git-core/git’) failed due to: exit code(1)
cmdline: /Applications/PsychoPy.app/Contents/Resources/git-core/git push -u Sign in · GitLab master
stderr: ‘warning: redirecting to Sign in · GitLab
error: RPC failed; HTTP 500 curl 56 The requested URL returned error: 500
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date’

I’m running PsychoPy 2023.2.3 on Mac OS 13.6.9 (Ventura)

Does anybody have any idea what might be going wrong?

thanks,
Andy Delamater

Do you have large files?

Thanks very much, Wakecarter. This did solve the problem, though I must say it took a very long time understanding exactly how to follow those instructions. I needed to first install Command Line Tools for the mac and also navigate over to my experiment folder on the mac from terminal (not very trivial for the uninitiated). The files I’m using are not especially large (just image files) so I have no idea why this “buffer size” issue would have arisen in the first place. It never appeared in my earlier programs.

1 Like

Hello

You can also upload files directly to your repository.

Best wishes Jens