zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.79k stars 748 forks source link

Sometimes, I have a popup : audio file error (Error code : 2) #623

Open Tatator01 opened 4 years ago

Tatator01 commented 4 years ago

Hello,

I sometimes have this popup :

image

All works fine, my app doesn't crash, and if I click on this, no problems, sound continues to play by the way while the popup is showing.

But is there a fix for this issue?

I must click ok to continue using my App.

I do nothing particularly more than the example, except the player is embedded in a component.

This happens when I pass a new Uri to the component, but it doesn't show all the time and is no linked to a specific file. All files are .ogg format.

I didn't find what error 2 corresponds to.

Any help will be appreciated !!!

Danbut commented 4 years ago

Are there any solutions?