Retry later on OSError during apple_tv entry setup (#122747)

This commit is contained in:
J. Nick Koston 2024-07-29 04:59:31 -05:00 committed by GitHub
parent 6d4711ce43
commit d586e7df33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,6 +60,7 @@ AUTH_EXCEPTIONS = (
exceptions.NoCredentialsError,
)
CONNECTION_TIMEOUT_EXCEPTIONS = (
OSError,
asyncio.CancelledError,
TimeoutError,
exceptions.ConnectionLostError,