Problems with audio in my A-Frame project

Hi! I am having trouble embedding audio in my A-Frame project on 8th Wall. Here is the code I have.

And these are the errors that appear to me:

  1. [RuntimeError] XR caught an error; stopping. InvalidAccessError: Failed to execute ‘connect’ on ‘AudioNode’: cannot connect to an AudioNode belonging to a different audio
  2. :arrow_forward: XR threw an exception InvalidAccessError: Failed to execute ‘connect’ on ‘AudioNode’: cannot connect to an AudioNode belonging to a different audio context.
  3. :arrow_forward: Error: Failed to execute ‘connect’ on ‘AudioNode’: cannot connect to an AudioNode belonging to a different audio context.

The audio plays, but nothing is visible.Has this happened to anyone? Can someone help me?
Thanks

Do you happen to be using Tone.js?