Hi all,
I am using Pavlovia and I am new to it, hence I might not be able to understand what the problem is. After opening the Gitlab button on builder view, I am able to open my online ID, but if I close it, then the Gitlab window does not open until I close Psychopy altogether and restart it. In a nutshell, I cannot reopen the Gitlab and Pavlovia window provided on the Builder view again after closing it. Instead, this error is displaying on Coder view:
I am not able to understand what I am doing wrong? Help would be appreciated.
Thanks in advance!
hi @Shardul_Shankar, are you able to resize the output panel in Coder and copy and paste the error?
@dvbridges No, but I’ll try anyways.
Edit: This is the error:
Traceback (most recent call last):
File "C:\Program Files (x86)\PsychoPy3_PY2\lib\site-packages\psychopy\app\pavlovia_ui\toolbar.py", line 46, in onPavloviaUser
userDlg = UserEditor()
File "C:\Program Files (x86)\PsychoPy3_PY2\lib\site-packages\psychopy\app\pavlovia_ui\user.py", line 43, in __init__
self.user = pavlovia.User(gitlabData=self.user)
File "C:\Program Files (x86)\PsychoPy3_PY2\lib\site-packages\psychopy\projects\pavlovia.py", line 159, in __init__
comment=gitlabData.email)
File "C:\Program Files (x86)\PsychoPy3_PY2\lib\site-packages\psychopy\projects\sshkeys.py", line 46, in saveKeyPair
'-P', ''])
File "C:\Program Files (x86)\PsychoPy3_PY2\lib\subprocess.py", line 216, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "C:\Program Files (x86)\PsychoPy3_PY2\lib\subprocess.py", line 394, in __init__
errread, errwrite)
File "C:\Program Files (x86)\PsychoPy3_PY2\lib\subprocess.py", line 644, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
hi @dvbridges, were you able to find the solution to the problem? I am new to Pavlovia and I am not able to find any solution to this.
@Shardul_Shankar, I recommend updating your current version of PsychoPy to 3.1.3. The image above shows you are still using the beta version, and many bug fixes have been released since.
@dvbridges Thanks! This helps!