Hi,
I’m using Py3 (version PsychoPy-3.0.0b7) on a Mac (macOS High Sierra 10.13.6).
While I was trying to upload a test experiment with one simple trial, I’ve got this error message from the terminal:
Last login: Sat Aug 18 10:21:47 on ttys000
MBPdiVaerioCori:~ utente$ /Applications/PsychoPy3.app/Contents/MacOS/PsychoPy3 ; exit;
12:41:27 PM: Debug: Adding duplicate image handler for ‘Windows bitmap file’
12:41:27 PM: Debug: Adding duplicate image handler for ‘Windows bitmap file’
12:41:27 PM: Debug: Adding duplicate animation handler for ‘1’ type
12:41:27 PM: Debug: Adding duplicate animation handler for ‘2’ type
12:41:27 PM: Debug: Adding duplicate image handler for ‘Windows bitmap file’
12:41:27 PM: Debug: Adding duplicate animation handler for ‘1’ type
12:41:27 PM: Debug: Adding duplicate animation handler for ‘2’ type
objc[6601]: Class FIFinderSyncExtensionHost is implemented in both /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit (0x7fff9f930c90) and /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride (0x118425cd8). One of the two will be used. Which one is undefined.
PsychoJS doesn’t support win.callOnFlip() for keyboard
Traceback (most recent call last):
File “/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/app/pavlovia_ui/project.py”, line 166, in submitChanges
self.project.getRepo(forceRefresh=True)
File “/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/projects/pavlovia.py”, line 714, in getRepo
.format(repr(self.localRoot), repr(gitRoot)))
AttributeError: The requested local path for project
‘/Users/utente/Downloads/prova py3’
sits inside another folder, which git will not permit. You might like to set the project local folder to be
‘/Users/utente’
Traceback (most recent call last):
File “/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/app/builder/builder.py”, line 2256, in onPavloviaSync
pavlovia_ui.syncProject(parent=self, project=self.project)
File “/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/app/pavlovia_ui/project.py”, line 444, in syncProject
if project.getRepo(forceRefresh=True) is None:
File “/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/projects/pavlovia.py”, line 714, in getRepo
.format(repr(self.localRoot), repr(gitRoot)))
AttributeError: The requested local path for project
‘/Users/utente/Downloads/prova py3’
sits inside another folder, which git will not permit. You might like to set the project local folder to be
‘/Users/utente’
What does this mean? I’ve tried to set the local folder in ‘/Users/utente’ as asked, but I get the same result.
I can see that the project has been successfully created in Pavlovia, but the repository is empty. In Py3 the syncing process is stuck. What should I do?
Thank you in advance for your kind answers.
Valerio