Skip to content

Instantly share code, notes, and snippets.

@quanticc
Last active August 2, 2020 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quanticc/4cfeb59f34e105fd279a7279c12796ec to your computer and use it in GitHub Desktop.
Save quanticc/4cfeb59f34e105fd279a7279c12796ec to your computer and use it in GitHub Desktop.
Discord4J - 3.1.0 - Example successful voice channel join
21:54:39.452 d4j-events-2 DEBUG d.c.event.ReplayingEventDispatcher - Subscription 7f9aa40a to VoiceStateUpdateEvent created
21:54:39.453 d4j-events-2 DEBUG d.c.event.ReplayingEventDispatcher - Subscription 6f109c99 to VoiceServerUpdateEvent created
21:54:39.483 d4j-events-1 DEBUG d.c.event.ReplayingEventDispatcher - Subscription 7f9aa40a to VoiceStateUpdateEvent disposed due to cancel
21:54:39.495 d4j-events-1 DEBUG d.c.event.ReplayingEventDispatcher - Subscription 6f109c99 to VoiceServerUpdateEvent disposed due to cancel
21:54:39.508 reactor-http-epoll-4 DEBUG d.voice.DefaultVoiceGatewayClient - [G:b06fec9, S:0, guildId:185949590652977152] [connected] PooledConnection{channel=[id: 0x35adfc17, L:/xxx.xxx.xxx.xxx:52854 - R:us-east954.discord.media/162.159.129.235:80]}
21:54:39.509 reactor-http-epoll-4 DEBUG d.voice.DefaultVoiceGatewayClient - [G:b06fec9, S:0, guildId:185949590652977152] [configured] GET{uri=/, connection=PooledConnection{channel=[id: 0x35adfc17, L:/xxx.xxx.xxx.xxx:52854 - R:us-east954.discord.media/162.159.129.235:80]}}
21:54:39.509 reactor-http-epoll-4 DEBUG d.voice.DefaultVoiceGatewayClient - [G:b06fec9, S:0, guildId:185949590652977152] [request_prepared] GET{uri=/?v=4, connection=PooledConnection{channel=[id: 0x35adfc17, L:/xxx.xxx.xxx.xxx:52854 - R:us-east954.discord.media/162.159.129.235:80]}}
21:54:39.523 reactor-http-epoll-4 DEBUG d.voice.DefaultVoiceGatewayClient - [G:b06fec9, S:0, guildId:185949590652977152] [disconnecting] ws{uri=/?v=4, connection=PooledConnection{channel=[id: 0x35adfc17, L:/xxx.xxx.xxx.xxx:52854 - R:us-east954.discord.media/162.159.129.235:80]}}
21:54:39.545 reactor-http-epoll-4 DEBUG d.voice.DefaultVoiceGatewayClient - [G:b06fec9, S:0, guildId:185949590652977152] [connected] PooledConnection{channel=[id: 0x9423fe33, L:/xxx.xxx.xxx.xxx:42910 - R:us-east954.discord.media/162.159.129.235:443]}
21:54:39.545 reactor-http-epoll-4 DEBUG d.voice.DefaultVoiceGatewayClient - [G:b06fec9, S:0, guildId:185949590652977152] [configured] GET{uri=/, connection=PooledConnection{channel=[id: 0x9423fe33, L:/xxx.xxx.xxx.xxx:42910 - R:us-east954.discord.media/162.159.129.235:443]}}
21:54:39.545 reactor-http-epoll-4 DEBUG d.voice.DefaultVoiceGatewayClient - [G:b06fec9, S:0, guildId:185949590652977152] [request_prepared] GET{uri=/?v=4, connection=PooledConnection{channel=[id: 0x9423fe33, L:/xxx.xxx.xxx.xxx:42910 - R:us-east954.discord.media/162.159.129.235:443]}}
21:54:39.590 reactor-http-epoll-4 DEBUG d.voice.DefaultVoiceGatewayClient - [G:b06fec9, S:0, guildId:185949590652977152] [response_received] ws{uri=/?v=4, connection=PooledConnection{channel=[id: 0x9423fe33, L:/xxx.xxx.xxx.xxx:42910 - R:us-east954.discord.media/162.159.129.235:443]}}
21:54:39.592 reactor-http-epoll-4 INFO d.voice.DefaultVoiceGatewayClient - [G:b06fec9, S:0, guildId:185949590652977152] Identifying
21:54:39.606 reactor-http-epoll-4 INFO d.voice.DefaultVoiceGatewayClient - [G:b06fec9, S:0, guildId:185949590652977152] Waiting for session description
21:54:39.610 udp-epoll-2 DEBUG discord4j.voice.VoiceSocket - [G:b06fec9, S:0, guildId:185949590652977152] [connected] SimpleConnection{channel=[id: 0xcb0f1367, L:/xxx.xxx.xxx.xxx:50391 - R:104.153.85.156/104.153.85.156:50001]}
21:54:39.610 udp-epoll-2 DEBUG discord4j.voice.VoiceSocket - [G:b06fec9, S:0, guildId:185949590652977152] [configured] ChannelOperations{SimpleConnection{channel=[id: 0xcb0f1367, L:/xxx.xxx.xxx.xxx:50391 - R:104.153.85.156/104.153.85.156:50001]}}
21:54:39.610 udp-epoll-2 DEBUG discord4j.voice.VoiceSocket - [G:b06fec9, S:0, guildId:185949590652977152] Connected to 104.153.85.156/104.153.85.156:50001
21:54:39.619 udp-epoll-2 DEBUG d.voice.DefaultVoiceGatewayClient - [G:b06fec9, S:0, guildId:185949590652977152] Voice socket setup complete
21:54:39.630 reactor-http-epoll-4 INFO d.voice.DefaultVoiceGatewayClient - [G:b06fec9, S:0, guildId:185949590652977152] Receiving events
21:54:39.630 reactor-http-epoll-4 DEBUG d.c.event.ReplayingEventDispatcher - Subscription 106b5b0e to VoiceServerUpdateEvent created
21:54:39.631 reactor-http-epoll-4 DEBUG d.c.event.ReplayingEventDispatcher - Subscription 585dd832 to VoiceStateUpdateEvent created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment