Error During Sync with Pavlovia (Error 404)

**OS: Windows 11
**PsychoPy version: v2024.2.4.
**Standard Standalone: Standard
**What are you trying to achieve?: Sync the experiment to my pavlovia account

Hello! I’m trying to sync to my Pavlovia account and run the experiment online and when I press to sync the two, I get this message pop-up:

Traceback (most recent call last):
File “D:\Program Files\lib\site-packages\gitlab\exceptions.py”, line 304, in wrapped_f
return f(*args, **kwargs)
File “D:\Program Files\lib\site-packages\gitlab\mixins.py”, line 242, in list
obj = self.gitlab.http_list(path, **data)
File “D:\Program Files\lib\site-packages\gitlab\client.py”, line 722, in http_list
return list(GitlabList(self, url, query_data, get_next=False, **kwargs))
File “D:\Program Files\lib\site-packages\gitlab\client.py”, line 881, in init
self._query(url, query_data, **self._kwargs)
File “D:\Program Files\lib\site-packages\gitlab\client.py”, line 891, in _query
result = self._gl.http_request(“get”, url, query_data=query_data, **kwargs)
File “D:\Program Files\lib\site-packages\gitlab\client.py”, line 628, in http_request
raise gitlab.exceptions.GitlabHttpError(
gitlab.exceptions.GitlabHttpError: 404: 404 Project Not Found

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “D:\Program Files\lib\site-packages\psychopy\app\builder\builder.py”, line 1612, in onPavloviaSync
pavlovia_ui.syncProject(parent=self, file=self.filename, project=self.project)
File “D:\Program Files\lib\site-packages\psychopy\app\pavlovia_ui\project.py”, line 854, in syncProject
project.sync()
File “D:\Program Files\lib\site-packages\psychopy\projects\pavlovia.py”, line 911, in sync
if len(self.project.commits.list()) < 2:
File “D:\Program Files\lib\site-packages\gitlab\exceptions.py”, line 306, in wrapped_f
raise error(e.error_message, e.response_code, e.response_body) from e
gitlab.exceptions.GitlabListError: 404: 404 Project Not Found

Does anyone have any idea why this pops up and what can I do to fix it? Maybe this problem hinders the online experiment to run, because every time I try to pilot or run it the code “403 Forbidden nginx” is shown to my screen.

Any help would be beneficial at this point! :heart:

Hello

use 404 Project Not Found as a search term and scroll through the results. There are multiple posts regarding this error. Some are related to the local folder structure, some are related to errors in programming, some are due to local PsychoPy installation.

Best wishes Jens

Well the folder structure was the problem. Thank you for your reply!