Problem Syncing to Pavlovia

PsychoPy v.2021.1.3

Description of the problem: I am trying to help a student sync their experiment to Pavlovia, but they keep getting stuck at “pushing files to Pavlovia”. They are attempting to counterbalance the order of stimuli between subjects; to do this, we put in the outermost loop:

Conditions = $‘conditions’+1+int(expInfo[‘participant’])%6+‘.xlsx’

We see that this may be an issue based on this post from last year:

Is there any update on whether this bug has been fixed/whether it is still an issue? Thanks!

P.S. the experiment works just fine locally.

Try $'conditions'+str(1+int(expInfo['participant'])%6)+'.xlsx'