cómo corregir Uncaught (in promise) DOMException: The user aborted a request SoundCloud widget Api. La API del widget de SoundCloud no devuelve una promesa. entonces como solucionarlo. este error se muestra en la consola y apila el reproductor personalizado.
aquí está mi código
$(scrubber).on('click input', (e) => { e.preventDefault(); widget.seekTo(e.target.value); widget.play(); $('#pauseSongIcon').show(); $('#playSongIcon').hide(); $('#playbackIconPause').show(); $('#playbackIconPlay').hide(); animatePlayback(); });