react-sound icon indicating copy to clipboard operation
react-sound copied to clipboard

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

Open EtherLoda opened this issue 5 years ago • 1 comments

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}
            />

EtherLoda avatar Jun 29 '20 07:06 EtherLoda

Having the same issue.

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

tmountain avatar Oct 08 '20 13:10 tmountain