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 2448567 commit afb0c3bCopy full SHA for afb0c3b
interactions/api/gateway/client.py
@@ -266,7 +266,7 @@ async def _handle_connection(
266
log.debug(f"READY (session_id: {self.session_id}, seq: {self.sequence})")
267
self.ready.set()
268
else:
269
- log.debug(f"{event}: {data}")
+ log.debug(f"{event}: {str(data).encode('utf-8')}")
270
self._dispatch_event(event, data)
271
272
async def wait_until_ready(self) -> None:
0 commit comments