Platapoop
Platapoop
Try this https://github.com/1715173329/UnblockNeteaseMusic/releases/tag/v0.26.1 Might need Firewall rules.
I had a friend that encountered the same thing. Hopefully this helps you. Go to C:\Windows\System32\drivers\etc\ Open hosts Delete any lines with music.163 or similar Save (may require Administrator) Try...
I've had this issue with 3.13.0 too. Before discord required the heartbeat thing, I had rarely any disconnects. This must have been at least a few months now. I wish...
The close was from here: From DefaultWebSocketClient.cs if (socketResult.MessageType == WebSocketMessageType.Close) throw new WebSocketClosedException((int)socketResult.CloseStatus, socketResult.CloseStatusDescription); Looking earlier, it seems like it got a message case GatewayOpCode.Reconnect: { await _gatewayLogger.DebugAsync("Received Reconnect").ConfigureAwait(false);...