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

View File

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