You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested with this cURL command, where the invalid data is an endpoint that includes the protocol, and the command never finished, even after running for over an hour.
"endpoint" : "wss://madrid253.discord.media:443"
This is "invalid" and causes this issue
"endpoint" : "madrid253.discord.media:443"
This works completely fine
This is not intended behaviour, being permanently stuck waiting for a response, in an infinite await, or running out of threads in a pool because of a failed request that could easily return an error, or have the invalid information stripped, or time out.
I brought the issue up in the lavalink discord server, and Topi suggested it was a Koe issue.
The text was updated successfully, but these errors were encountered:
Sending a PATCH request with invalid data results in a request that never finishes.
Tested with this cURL command, where the invalid data is an endpoint that includes the protocol, and the command never finished, even after running for over an hour.
"endpoint" : "wss://madrid253.discord.media:443"
This is "invalid" and causes this issue
"endpoint" : "madrid253.discord.media:443"
This works completely fine
This is not intended behaviour, being permanently stuck waiting for a response, in an infinite await, or running out of threads in a pool because of a failed request that could easily return an error, or have the invalid information stripped, or time out.
I brought the issue up in the lavalink discord server, and Topi suggested it was a Koe issue.
The text was updated successfully, but these errors were encountered: