OS (e.g. Win10): Win11
PsychoPy version (e.g. 1.84.x): 2022.1
Standard Standalone? (y/n) If not then what?: Standard Standalone
What are you trying to achieve?:
I’ve updated my psychopy version from 2021.2.3 to 2022.1. But when I open an old experiment, it gaves me error message as followed:
Traceback (most recent call last):
File “D:\PsychoPy\lib\site-packages\gitlab\exceptions.py”, line 304, in wrapped_f
return f(*args, **kwargs)
File “D:\PsychoPy\lib\site-packages\gitlab\mixins.py”, line 112, in get
server_data = self.gitlab.http_get(path, **kwargs)
File “D:\PsychoPy\lib\site-packages\gitlab\client.py”, line 662, in http_get
result = self.http_request(
File “D:\PsychoPy\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:\PsychoPy\lib\site-packages\psychopy\app\builder\builder.py”, line 735, in fileOpen
self.project = pavlovia.getProject(filename)
File “D:\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 1253, in getProject
project = session.gitlab.projects.get(name)
File “D:\PsychoPy\lib\site-packages\gitlab\v4\objects\projects.py”, line 782, in get
return cast(Project, super().get(id=id, lazy=lazy, **kwargs))
File “D:\PsychoPy\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.GitlabGetError: 404: 404 Project Not Found
It doesn’t prevent me from running it in the local machine. However, I can’t synchronize with the project in pavlovia. Meanwhile, if I tried to synchronize in the builder view, it report the same error message again. How can I solve this problem?