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 fb43af7 commit 635dee7Copy full SHA for 635dee7
interactions/api/voice/voice_gateway.py
@@ -280,6 +280,8 @@ def _udp_keep_alive(self) -> None:
280
except socket.error as e:
281
self.logger.warning(f"Ending Keep Alive due to {e}")
282
return
283
+ except AttributeError:
284
+ return
285
except Exception as e:
286
self.logger.debug("Keep Alive Error: ", exc_info=e)
287
self.logger.debug("Ending UDP Keep Alive")
0 commit comments