-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ClientConnectionError as retriable exception on content-app strea…
…ming A user reported that after changing the host and resyncing they would have some some leftover RAs with the invalid url, and that would raise an aiohttp.client_exceptions.ClientConnectionError. Because that is not a retriable error for content streaming, the right RA wouldnt be tried afterwards. Fixes #5967 (cherry picked from commit 9b5d907)
- Loading branch information
1 parent
fe309a9
commit 6d2e171
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
On the content-app, added ClientConnectionError (aiohttp) as an exception that can trigger | ||
a retry when streaming content from a Remote. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters