I encountered an issue with the music player where the auto-switching functionality is not working as expected. Whenever the player attempts to switch to the next track automatically, an error is thrown, stating
The play() request was interrupted by a new load request. Error URL
This behavior prevents the seamless transition between tracks, and the intended playback flow is disrupted. It seems like there might be a conflict between the play and load requests, causing this error to occur
Steps to Reproduce:
Open the music player application.
Start playing a playlist or album.
Allow the player to switch to the next track automatically.
I encountered an issue with the music player where the auto-switching functionality is not working as expected. Whenever the player attempts to switch to the next track automatically, an error is thrown, stating
The play() request was interrupted by a new load request. Error URL
This behavior prevents the seamless transition between tracks, and the intended playback flow is disrupted. It seems like there might be a conflict between the play and load requests, causing this error to occur
Steps to Reproduce:
Expected Behavior:
https://github.com/izahid19/Music-Player/assets/68985954/60af369f-872c-43ae-94ba-24774ab9fe16
The music player should smoothly transition from one track to another without any interruptions or errors.