home-assistant-libs / pychromecast

Library for Python 3 to communicate with the Google Chromecast.
MIT License
2.51k stars 380 forks source link

Retry launching app #803

Closed emontnemery closed 6 months ago

emontnemery commented 6 months ago

Retry launching app if it fails with reason CANCELLED

This error is seen almost every time when the dashcast app is active and we request launching another app.

If the user has registered a launch error listener, we do not retry but expect the user to handle the error as needed.