We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All of my Lavalink nodes are failing to connect to Lavalink servers. This is the warning that's showing up in the logs:
2022-04-02T09:08:04.664358251Z WARN ThreadId(02) twilight_lavalink::node: failed to connect to node WebSocket protocol error: Missing, duplicated or incorrect header sec-websocket-key: <IP ADDRESS>
Seems to be very similar to snapview/tungstenite-rs#270 that resulted from changes in 0.17, and is coming from
twilight/lavalink/src/node.rs
Line 621 in 1d30cf1
The text was updated successfully, but these errors were encountered:
fix(lavalink): include Sec-WebSocket-Key header
Sec-WebSocket-Key
b49ff82
Add the missing header due to a regression in `tokio-tungstenite`. Closes #1647.
fix(lavalink): include Sec-WebSocket-Key header (#1666)
e5fba58
e3adad4
Successfully merging a pull request may close this issue.
All of my Lavalink nodes are failing to connect to Lavalink servers. This is the warning that's showing up in the logs:
Seems to be very similar to snapview/tungstenite-rs#270 that resulted from changes in 0.17, and is coming from
twilight/lavalink/src/node.rs
Line 621 in 1d30cf1
The text was updated successfully, but these errors were encountered: