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
While listing the audio media list, if the API request fails, the request will be thrown in an infinite loop.
Expected Behavior
If this error is not resolved, the server will be subject to endless requests, which will affect server performance and increase costs.
Recurrence Probability
Always
Steps To Reproduce
Access the Sound panel.
Scroll to the bottom of the Sound list and wait for new sounds to load.
Infinite Scroll Error
Anything else?
To manage the problem, if media data does not arrive during the infinite scrolling phase, a try again button should be displayed to the user. Requests should not automatically send requests to the server.