You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behaviour
The application should handle audio playback without any crashes or errors, regardless of the audio source or format. Specifically:
No PlatformException or MEDIA_ERROR_UNKNOWN errors should occur.
The audio should play smoothly or provide a clear, recoverable error message in case of an unsupported format.
Crashlytics should not log any fatal exceptions related to audio playback.
This behavior is expected across all supported platforms, especially Android devices.
Steps to reproduce
No response
Code sample
No response
Affected platforms
Android
Platform details
Android 8.1.0
AudioPlayers Version
audioplayers: ^5.2.1
Build mode
release
Audio Files/URLs/Sources
No response
Screenshots
No response
Logs
my relevant logs
Full Logs
my full logs or a link to a gist
Flutter doctor:
Output of: flutter doctor -v
Related issues / more information
No response
Working on PR
no way
The text was updated successfully, but these errors were encountered:
Checklist
Current bug behaviour
Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: PlatformException(AndroidAudioError, MEDIA_ERROR_UNKNOWN {what:-38}, MEDIA_ERROR_UNKNOWN {extra:0}, null)
Expected behaviour
Expected Behaviour
The application should handle audio playback without any crashes or errors, regardless of the audio source or format. Specifically:
No PlatformException or MEDIA_ERROR_UNKNOWN errors should occur.
The audio should play smoothly or provide a clear, recoverable error message in case of an unsupported format.
Crashlytics should not log any fatal exceptions related to audio playback.
This behavior is expected across all supported platforms, especially Android devices.
Steps to reproduce
No response
Code sample
No response
Affected platforms
Android
Platform details
Android 8.1.0
AudioPlayers Version
audioplayers: ^5.2.1
Build mode
release
Audio Files/URLs/Sources
No response
Screenshots
No response
Logs
Full Logs
Flutter doctor:
Related issues / more information
No response
Working on PR
no way
The text was updated successfully, but these errors were encountered: