We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi All,
I am using p5dom to load in a bunch of tracks, and play them. My script is working well, however every so often it throws a ' Uncaught (in promise) DOMException: The play() request was interrupted by a new load request.' error.
I preload my tracks with the preload() function. I ensure the track is paused before clicking play again. It is not a load error, and I can rapidly turn the tracks on and off without error. Has anyone had similar issues?