Here are some tips that might help. Your init error will be because of the platform unknown, which is because the correct index/JS files haven’t been synced.
Don’t delete your repository
I know it can be frustrating when there are synchronisation errors between your local PsychoPy folder and its GitLab repository, but please resist the temptation to delete the repository on GitLab and start again. The main reasons to avoid this are:
It often doesn’t solve the issue.
You will have to find and delete the local git files and folders.
There is a risk that you will accidentally delete all of your projects or even all of your group’s projects.
You will l…
“initialising…” isn’t an error message
If you try to run an experiment online and you get a blank screen with the word initialising… in the centre, you need to investigate further before asking for help.
[image]
This indicates a launch error , which is usually a syntax error in your JavaScript file that wasn’t caught by the checks during synchronisation, and may be in a Before Experiment code component tab. The most common cause for this error is that you are trying to import a Python library,…
Copying an existing project
This is my suggested route to make your own copy of an existing project, whether it is public or has been shared with you.
1. Locate the project page
Experiments already shared with you will appear in your Experiments tab on Pavlovia. Alternatively, search for public projects in the Explore tab .
[image]
[image]
Click on View code to go to the GitLab page.
2. Fork the project to your account
[image]
3. Select a namespace
This can either be your main account or…