Error Message: this._.howl.loop is not a function

Great, so looks like it was the aiff sound file format.

This is a different issue, it relates to an issue currently being fixed. If any variables in your conditions file start with numbers, they are treated as numbers. So, 2033.jpg will be converted to 2033 - we have a discussion here. For now, I suggest the fastest and easiest fix is to do the following:

  1. Add a letter to each filename in your conditions file (e.g., a2033.jpg)
  2. Go to your variables being updated in Builder, and slice off the extra letter as it is being processed. E.g., In your image component, go to the image name and slice off the first entry using $Path.slice(1).

Alternatively, change all your filenames so they do not start with numbers. You could do this with a Windows batch file - https://www.windowscentral.com/how-rename-multiple-files-bulk-windows-10