leoasis / react-sound

Sound component to play audio in your web apps
ISC License
491 stars 80 forks source link

Uncaught Error: The error you provided does not contain a stack trace. #91

Open EtherLoda opened 4 years ago

EtherLoda commented 4 years ago

Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause(). https://goo.gl/LdLk22

When I use react-sound in electron react app.When change the url by state,the two error happen.Can you help that?

            <Sound
                url={this.state.audioName}
                playStatus={this.state.audioStatus}
            />
tmountain commented 4 years ago

Having the same issue.

play() request was interrupted by a call to pause()