Retry later on OSError during apple_tv entry setup (#122747)
This commit is contained in:
parent
6d4711ce43
commit
d586e7df33
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ AUTH_EXCEPTIONS = (
|
|||
exceptions.NoCredentialsError,
|
||||
)
|
||||
CONNECTION_TIMEOUT_EXCEPTIONS = (
|
||||
OSError,
|
||||
asyncio.CancelledError,
|
||||
TimeoutError,
|
||||
exceptions.ConnectionLostError,
|
||||
|
|
Loading…
Add table
Reference in a new issue