Pavlovia- error while logging data

one of my participants sent me an image of an error message he encountered AFTER completing the experiment. But for the same experiment another partcipant performed there was no such error.The data was correctly logged in a csv file for the partcipant who got the error message. However, usually a log file also gets saved (for the previous participant both the files got saved). The data was fine But I am not sure why this error message was displayed

Do you have any code in End Experiment?

Does your experiment end on an embedded survey or redirect to another survey or experiment?

It’s possible it was a server or connectivity glitch.

Not really, the end experiment has one print command which I was using for debugging, but I didn’t think there was any need to remove it. Only one print command, that’s it. And my experiment does not redirect to another survey

In that case a network glitch seems most likely, especially if the log files are very large. Please post on this thread if it happens again.

This error happened again for another participant. The csv file got saved, not the log file. This experiment has been performed by another participant as well, there was no error in that case. I asked Cha GPT just in case: * PsychoPy only generates log files when the logging level is set to “EXP” (Experiment) or “DEBUG”. If set to “WARNING” or “ERROR”, logs might not be created.- Could this be the issue I am not sure