TypeError: 13 is read-only

Has anyone ever encountered the following error on Pavlovia?

image

It appears to arise from

shuffle(mylist)

The following appears related but did not resolve the error: Pavlovia: TypeError: "undefined" is read-only

Might mylist have a value of 13 rather than [13] ?