I get an error when attempting to run my experiment

URL of experiment: https://run.pavlovia.org/cwas/sure2

Description of the problem: “error”: “[500] "unable to pull the project from the GitLab repository: Cmd(‘git’) failed due to: exit code(1)\n cmdline: git pull\n stderr: ‘Your configuration specifies to merge with the ref ‘refs/heads/master’\nfrom the remote, but no such ref was fetched.’" ( #None )”
}
I tried syncing again and this is what I get in return:Traceback (most recent call last):
File “C:\Users\cwas_000\AppData\Local\Programs\PsychoPy\lib\site-packages\gitlab\exceptions.py”, line 304, in wrapped_f
return f(*args, **kwargs)
File “C:\Users\cwas_000\AppData\Local\Programs\PsychoPy\lib\site-packages\gitlab\mixins.py”, line 242, in list
obj = self.gitlab.http_list(path, **data)
File “C:\Users\cwas_000\AppData\Local\Programs\PsychoPy\lib\site-packages\gitlab\client.py”, line 722, in http_list
return list(GitlabList(self, url, query_data, get_next=False, **kwargs))
File “C:\Users\cwas_000\AppData\Local\Programs\PsychoPy\lib\site-packages\gitlab\client.py”, line 881, in init
self._query(url, query_data, **self._kwargs)
File “C:\Users\cwas_000\AppData\Local\Programs\PsychoPy\lib\site-packages\gitlab\client.py”, line 891, in _query
result = self._gl.http_request(“get”, url, query_data=query_data, **kwargs)
File “C:\Users\cwas_000\AppData\Local\Programs\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 “C:\Users\cwas_000\AppData\Local\Programs\PsychoPy\lib\site-packages\psychopy\app\pavlovia_ui\menu.py”, line 116, in onSync
syncProject(parent=self.parent, project=self.parent.project)
File “C:\Users\cwas_000\AppData\Local\Programs\PsychoPy\lib\site-packages\psychopy\app\pavlovia_ui\project.py”, line 854, in syncProject
project.sync()
File “C:\Users\cwas_000\AppData\Local\Programs\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 872, in sync
if len(self.project.commits.list()) < 2:
File “C:\Users\cwas_000\AppData\Local\Programs\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.GitlabListError: 404: 404 Project Not Found

Hi There,

How do you produce this error? does it happen when you try and sync to pavlovia for the first time? If so are you signed into your pavlovia account in the application?

Thanks!
Becca

Hi Becca,

No, I am signed into psycho pie and when I attempt to pilot the experiment or run it that’s when I get the air

Hi There,

Could I please check:

  1. which button are you using to try and pilot/run the task.
  2. if this is pavlovia you might need to first sign into pavlovia and sync the project to pavlovia to make a project.
    Thanks!

I am signed into pavlovia and have tried to both pilot and run the task in pavlovia

Hi Chris - your original error looks like it is generated from PsychoPy - not pavlovia - could you please share a screenshot of your psychopy project and show us which button you are using to pilot? If I click your link I get a 404 error - which implies the js did not compile and was not sent to pavlovia.

Thanks!