Error code when trying to sync to pavlovia from Psychopy Builder

Hi all,

I’m having trouble syncing my experiment to Pavlovia. When I try to sync from PsychoPy, I get the following error: Traceback (most recent call last):
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\builder\builder.py”, line 1612, in onPavloviaSync
pavlovia_ui.syncProject(parent=self, file=self.filename, project=self.project)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\pavlovia_ui\project.py”, line 854, in syncProject
project.sync()
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 906, in sync
if self.repo is None:
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 1033, in repo
raise AttributeError(“The requested local path for project\n\t{}\n”
AttributeError: The requested local path for project
‘C:\Users\lsaav\OneDrive\Documents\RESEARCH’
sits inside another folder, which git will not permit. You might like to set the project local folder to be
‘C:\Users\lsaav\OneDrive\Documents’

I tried moving my experiment directly to Documents (not inside any folder), as suggested — but I still get the same error. It doesn’t seem to let me sync no matter where I place the project.

I’m using the latest version of PsychoPy.

Any idea how I can fix this and successfully sync my experiment to Pavlovia?

Thanks in advance for your help!

AttributeError: The requested local path for project
‘C:\Users\lsaav\OneDrive\Documents\RESEARCH’
sits inside another folder, which git will not permit. You might like to set the project local folder to be
‘C:\Users\lsaav\OneDrive\Documents’

See here Problems when trying to sync projects after update

Best wishes Jens