Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
ValidationException,
)
from smithy_aws_core.identity import AWSCredentialsIdentity
from smithy_aws_event_stream.exceptions import InvalidEventBytes
from smithy_core.aio.interfaces.identity import IdentityResolver

from livekit import rtc
Expand Down Expand Up @@ -1493,6 +1494,7 @@ async def _process_responses(self) -> None:
ModelNotReadyException,
ModelErrorException,
ModelStreamErrorException,
InvalidEventBytes,
) as re:
logger.warning(
f"Retryable error: {re}\nAttempting to recover...", exc_info=True
Expand Down