Hi all,
While being at the workshop with @Becca , and trying to push my experiment to Pavlovia, I encountered SSL error, and even after looking into it, we weren’t able to find a solution. So as per her instructions, I am attaching the error here so that it could be dealt here. The error:
Pushing files to Pavlovia
Pushing to Pavlovia for the first time...Traceback (most recent call last):
File "C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\app\pavlovia_ui\project.py", line 497, in syncProject
project.firstPush(infoStream=syncFrame.syncPanel.infoStream)
File "C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\projects\pavlovia.py", line 822, in firstPush
info = self.repo.git.push('-u', self.remoteWithToken, 'master')
File "C:\Program Files (x86)\PsychoPy3\lib\site-packages\git\cmd.py", line 548, in <lambda>
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
File "C:\Program Files (x86)\PsychoPy3\lib\site-packages\git\cmd.py", line 1014, in _call_process
return self.execute(call, **exec_kwargs)
File "C:\Program Files (x86)\PsychoPy3\lib\site-packages\git\cmd.py", line 825, in execute
raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('C:\Program Files (x86)\PsychoPy3\MinGit\cmd\git.exe') failed due to: exit code(128)
cmdline: C:\Program Files (x86)\PsychoPy3\MinGit\cmd\git.exe push -u https://oauth2:54682833666cc0ed40affacaedcb7d48733d8e94a0f0e13e520bf8b331c48a7d@gitlab.pavlovia.org/TheShane/cep_posner_feb18.git master
stderr: 'fatal: unable to access 'https://oauth2:54682833666cc0ed40affacaedcb7d48733d8e94a0f0e13e520bf8b331c48a7d@gitlab.pavlovia.org/TheShane/cep_posner_feb18.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to gitlab.pavlovia.org:443 '
Any help would be appreciated. Thanks!