HELP ! I'm having some trouble with adding sound and music

Hi, so I’m trying to add music into my scene, but whenever I play preview there’s an error message that says, “Error: playWebAudio failed: TypeError: this.createConstantSource is not a function. (In ‘this.createConstantSource()’, ‘this.createConstantSource’ is undefined)”
I want the music to play through four scenes and then I use a sound effect in one. I also tried fading the music in, and it also didn’t work. The script with the music looks like this:

INT. BLUE BATHROOM with BLUE MIRROR with MIRROR G with TEAR with TEAR RUN
music ambient_dripping_lp
volume music 70 2000
&set hsl 0 -20 -50

The script with the sound effect looks like this:

@BLAIR spot 0.822 110 176
sound thud
volume sound 70 0
@BLAIR is run_fall

Why don’t you try:

volume music 0 0
volume music 70 2000
music ambient_dripping_lp

To the sound something similar:
volume sound 0 0
volume sound 70 0
sound thud