We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use the player similar to the demo App, including onError={(e) => console.log('onError', e)}.
onError={(e) => console.log('onError', e)}
onError is called each time the player is loaded, but the song plays just fine. The e is undefined.
e
Sometimes an mp3 URL can not be loaded from a remote source and the same error with an undefined error message is triggered.
Any idea how I can dig deeper into this to see what is going on?
The text was updated successfully, but these errors were encountered:
Pass on event including error message and code onError. Fixes cookpet…
6e9e5f6
…e#44
9c542f1
Successfully merging a pull request may close this issue.
I use the player similar to the demo App, including
onError={(e) => console.log('onError', e)}
.onError is called each time the player is loaded, but the song plays just fine. The
e
is undefined.Sometimes an mp3 URL can not be loaded from a remote source and the same error with an undefined error message is triggered.
Any idea how I can dig deeper into this to see what is going on?
The text was updated successfully, but these errors were encountered: