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:
- [RuntimeError] XR caught an error; stopping. InvalidAccessError: Failed to execute ‘connect’ on ‘AudioNode’: cannot connect to an AudioNode belonging to a different audio
- XR threw an exception InvalidAccessError: Failed to execute ‘connect’ on ‘AudioNode’: cannot connect to an AudioNode belonging to a different audio context.
- 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