Closed zqfly closed 2 months ago
Closing (3rd time for not reading the instructions.).
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs, or use StackOverflow if you need help with just_audio.
Which API doesn't behave as documented, and how does it misbehave? After calling the play method, the remote URL started to load, but after a period of time, it failed to load.
Minimal reproduction project
To Reproduce (i.e. user steps, not code) Using a remote URL address to play audio files, an error message appears after loading for a period of time: "PlatformException (-1001, The request timed out., {index: 2}, null) ", then switch to the next track to continue loading, but all the results report errors. Is there any way to solve this?
Error messages PlatformException (-1001, The request timed out., {index: 2}, null)
Expected behavior I hope that if this loading fails, I can continue loading next time instead of never being able to load it again.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Flutter SDK version
Additional context After loading the error message, the next time you switch to this audio, it will be skipped directly. What is the reason for this?