We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692cb12 commit 7c35ce6Copy full SHA for 7c35ce6
livekit-rtc/livekit/rtc/participant.py
@@ -418,8 +418,8 @@ async def run_handler():
418
response_error = error
419
except Exception as error:
420
logger.exception(
421
- f"Uncaught error returned by RPC handler for {
422
- method}. Returning APPLICATION_ERROR instead. Original error: {error}",
+ f"Uncaught error returned by RPC handler for {method}."
+ f" Returning APPLICATION_ERROR instead. Original error: {error}"
423
)
424
response_error = RpcError._built_in(
425
RpcError.ErrorCode.APPLICATION_ERROR
0 commit comments