Error message when trying to fork experiment

If this template helps then use it. If not then just delete and start from scratch.

OS (e.g. Win10): win10
PsychoPy version (e.g. 1.84.x): 3
Standard Standalone? (y/n) If not then what?: yes
What are you trying to achieve?: fork an experiment

What did you try to make it work?: looked for it using the builder, then clicked on the third window.

What specifically went wrong when you tried that?:
Include pasted full error message if possible. “That didn’t work” is not enough information.

Traceback (most recent call last):
File “C:\Program Files\PsychoPy\lib\site-packages\gitlab\exceptions.py”, line 242, in wrapped_f
return f(*args, **kwargs)
File “C:\Program Files\PsychoPy\lib\site-packages\gitlab\mixins.py”, line 204, in create
**kwargs)
File “C:\Program Files\PsychoPy\lib\site-packages\gitlab_init_.py”, line 589, in http_post
post_data=post_data, files=files, **kwargs)
File “C:\Program Files\PsychoPy\lib\site-packages\gitlab_init_.py”, line 495, in http_request
response_body=result.content)
gitlab.exceptions.GitlabHttpError: 409: {‘name’: [‘has already been taken’], ‘path’: [‘has already been taken’]}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\pavlovia_ui\project.py”, line 354, in onSyncButton
fork = self.project.forkTo() # logged-in user
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 892, in forkTo
fork = self.pavlovia.forks.create(newProjInfo)
File “C:\Program Files\PsychoPy\lib\site-packages\gitlab\exceptions.py”, line 244, in wrapped_f
raise error(e.error_message, e.response_code, e.response_body)
gitlab.exceptions.GitlabCreateError: 409: {‘name’: [‘has already been taken’], ‘path’: [‘has already been taken’]}

It looks like you already have a fork of that project - as both the path and name are taken. Can you see it in your projects in pavlovia?