Open ddellspe opened 1 year ago
It seems there's an onTrackException
method that we can override in the AudioEventAdapter
abstract class that we extend in the MusicAudioTrackScheduler
in order to handle these situations, one option would be to retry the track add (that likely will work) but we'll have to look deeper at those cases (I'd like to re-create the scenario, if possible))
It seems after some amount of idle time, the api to play the youtube songs fails? It has the following log trace:
This SHOULD be able to be caught and potentially retried pending the status code?