Missing Data Files (using PsychoPy)

Hi @Kara,

I am not a PsychoPy or Pavlovia developer so I won’t have the most complete understanding of what might be causing your data loss. But I have a couple questions that might help.

  1. In your Pavlovia dashboard for this specific experiment, is Save incomplete results checked? On the experiment page, it is a little dashboard that looks like this:

  2. In your PsychoPy experiment settings, what is the Incomplete URL set to?


    If Save incomplete results is unchecked, and the Incomplete URL is your link to Qualtrics, then you could end up in a situation where participants ended the study early (and their results are not saved because they are “incomplete”) but are able to complete the Qualtrics survey. Possible Solution: Check the Save incomplete results box, and/or change the Incomplete URL to be something that is not your Qualtrics data (best solution depends on if you want incomplete data or not)

  3. What version of PsychoPy are you using? (some PsychoPy versions had a bug that would come up during daisy-chaining)

  4. What is the name format of your participant data files? Could you share an example of the data file name of one that saved successfully? By default it is typically something like this (found in Properties(the gear button) > Data > Data filename):

u'data/%s_%s_%s' % (expInfo['participant'], expName, expInfo['date'])

The answers to the 4 questions above might help narrow down the cause of the data loss. This older thread also talks about other causes of data loss and how to recover the data (in some cases).
-shabkr