Hi,
Thanks for making psychopy online version! I tried, and it works fine in China (at least use Chrome).
Now, I have problem with sync data to local desktop. Everytime, I need to delete remote data to complete the sync, otherwise it shows below text in the cmd window.
Any idea?
Thanks in advance!
C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\app\builder\dialogs_init_.py:202: wxPyDeprecationWarning: Call to deprecated item. Use SetToolTip instead.
self.valueCtrl.SetToolTipString(translate(param.hint))
C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\app\builder\dialogs_init.py:639: wxPyDeprecationWarning: Call to deprecated item. Use SetToolTip instead.
translate(self.params[âstartTypeâ].hint))
C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\app\builder\dialogs_init.py:644: wxPyDeprecationWarning: Call to deprecated item. Use SetToolTip instead.
translate(self.params[âstartValâ].hint))
C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\app\builder\dialogs_init.py:649: wxPyDeprecationWarning: Call to deprecated item. Use SetToolTip instead.
translate(self.params[âstartEstimâ].hint))
C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\app\builder\dialogs_init.py:684: wxPyDeprecationWarning: Call to deprecated item. Use SetToolTip instead.
translate(self.params[âstopTypeâ].hint))
C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\app\builder\dialogs_init.py:688: wxPyDeprecationWarning: Call to deprecated item. Use SetToolTip instead.
translate(self.params[âstopValâ].hint))
C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\app\builder\dialogs_init.py:693: wxPyDeprecationWarning: Call to deprecated item. Use SetToolTip instead.
_translate(self.params[âdurationEstimâ].hint))
Traceback (most recent call last):
File âC:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\app\pavlovia_ui\project.pyâ, line 364, in onSyncButton
self.project.sync(syncPanel=syncPanel, progressHandler=progHandler)
File âC:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\projects\pavlovia.pyâ, line 607, in sync
status = self.pull(syncPanel=syncPanel, progressHandler=progressHandler)
File âC:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\projects\pavlovia.pyâ, line 651, in pull
raise e
File âC:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\projects\pavlovia.pyâ, line 642, in pull
info = self.repo.git.pull() # progress=progressHandler
File âC:\Program Files (x86)\PsychoPy3\lib\site-packages\git\cmd.pyâ, line 548, in
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(âgitâ) failed due to: exit code(1)
cmdline: git pull
stdout: âUpdating 68c6aaeâŚ9bd0224â
stderr: âFrom https://gitlab.pavlovia.org/chengyang/cfmt_morphed3
68c6aaeâŚ9bd0224 master -> origin/master
error: unable to create file data/CFMT_morped3_PARTICIPANT_SESSION_2018-10-06_07:25:51.793.csv: Invalid argument
error: unable to create file data/CFMT_morped3_PARTICIPANT_SESSION_2018-10-06_09:49:34.004.csv: Invalid argument
error: unable to create file data/CFMT_morped3_PARTICIPANT_SESSION_2018-10-06_14:24:53.724.csv: Invalid argument
error: unable to create file data/CFMT_morped3_PARTICIPANT_SESSION_2018-10-07_21:21:31.696.csv: Invalid argument
error: unable to create file data/CFMT_morped3_PARTICIPANT_SESSION_2018-10-08_10:09:00.491.csv: Invalid argument
error: unable to create file data/CFMT_morphed3_PARTICIPANT_SESSION_2018-10-08_10:08:04.546.csv: Invalid argumentâ