OS : Mac OS 15.5
PsychoPy version : Initially built and tried in Psychopy 2025.2.1, then re-saved and tried again in 2026.1.3.
Standard Standalone Installation? (y/n): y
Do you want it to also run online? (y/n): y
What are you trying to achieve?: For the experiment to run both in desktop mode and in online mode.
What did you try to make it work?: Saving the experiment copy and running it in the newest Psychopy version
What specifically went wrong when you tried that?: The issue persisted
I have built a simple experiment in Builder with an aim for it to run online in the future. It ran perfectly well in Pilot mode. However, when I turned it into Run mode for a final test, it began crashing straight after measuring the frame rate of screen. It crashes with this error code:
2026-08-10 10:44:44.844 python[60718:39572170] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/sp/z10b1nf56xj5qk86bqsfk3p80000gn/T/org.opensciencetools.psychopy.savedState
/Applications/PsychoPy.app/Contents/Resources/lib/python3.10/requests/init.py:86: RequestsDependencyWarning: Unable to find acceptable character detection dependency (chardet or charset_normalizer).
warnings.warn(
Traceback (most recent call last):
File “/Users/evgeniyaanisimova/Library/CloudStorage/OneDrive-Nexus365/ROAR_LDT/LDT_pretest_lastrun.py”, line 3861, in
run(
File “/Users/evgeniyaanisimova/Library/CloudStorage/OneDrive-Nexus365/ROAR_LDT/LDT_pretest_lastrun.py”, line 347, in run
core.rush(enable=True)
TypeError: rush() got an unexpected keyword argument ‘enable’
######## Experiment ended with exit code 1 [pid:60718] #########
From what I can see (please correct me if I’m wrong), the Builder tries to use an outdated rush format (“enable = TRUE” rather than “TRUE”). I am not sure how to go about fixing it as it is not recommended to edit the code behind Builder experiments when the aim is for them to run online.
I do have one custom component in the study (feedback message) - I don’t think that is causing this issue as it’s not related to the rush function, but please let me know if it might be the cause.
Many thanks for all your help!