You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An experiment that was previously working now hangs after running (even successfully). PsychoPy will hang for several minutes before it is usable again. When running the same code again, it will hang indefinitely and I will need to restart Psychopy.
Issue seems to be an error in Pandas is being printed to the output window hundreds or thousands of times.
Note that I have not imported Pandas into the code. I have also tried to limit the logging using the setLevel function to no effect.
Expected Behaviour
Experiment to exit normally and not hang.
Steps to Reproduce
Happens on each instance of running code.
Additional context
It appears to throw the message before and after running the script. Not during. If I print messages during repeated trials it will print fine and throw normal errors before throwing hundreds of more messages on closing.
Experiment ends normally with exit code 0 so this isn't related to other errors on my end.
The text was updated successfully, but these errors were encountered:
After some further digging I've figured out how to stop the bug from occurring. I was importing 1000s of 'conditions' from a .csv file via data.importConditions. Not sure if this is the reason why but one of the columns was not being used. Simply removing the column made the errors disappear.
hmm, it looks like the values in that column are looking like something else. Could you upload a stripped down version of the file (with just the critical columns) for us to investigate?
PsychoPy Version
2024.1.5
What OS are your PsychoPy running on?
macOS Silicon
Bug Description
An experiment that was previously working now hangs after running (even successfully). PsychoPy will hang for several minutes before it is usable again. When running the same code again, it will hang indefinitely and I will need to restart Psychopy.
Issue seems to be an error in Pandas is being printed to the output window hundreds or thousands of times.
Note that I have not imported Pandas into the code. I have also tried to limit the logging using the setLevel function to no effect.
Expected Behaviour
Experiment to exit normally and not hang.
Steps to Reproduce
Additional context
It appears to throw the message before and after running the script. Not during. If I print messages during repeated trials it will print fine and throw normal errors before throwing hundreds of more messages on closing.
Experiment ends normally with exit code 0 so this isn't related to other errors on my end.
The text was updated successfully, but these errors were encountered: