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 e4e73a3 commit 2c5d082Copy full SHA for 2c5d082
livekit-rtc/livekit/rtc/participant.py
@@ -453,7 +453,7 @@ async def _handle_rpc_method_invocation(
453
response_payload = cast(Optional[str], handler(params))
454
except RpcError as error:
455
response_error = error
456
- except Exception as error:
+ except Exception:
457
logger.exception(
458
f"Uncaught error returned by RPC handler for {method}. "
459
"Returning APPLICATION_ERROR instead. "
0 commit comments