iBicha / playlet

The unofficial, privacy driven, YouTube client for Roku
GNU Affero General Public License v3.0
277 stars 11 forks source link

errorMsg: failed to create media player #384

Closed iBicha closed 1 month ago

iBicha commented 1 month ago

This error could happen when the player did not close yet (because of asyncStopSemantics) and another player is created. Only one player is allowed to be created at a time.

The fix should be to wait for the current player to stop before creating another one