Error 421 when trying to connect to MS

MetallicLatteCaramel

The Eater of (Hungarian) Pancakes
Been trying to get on the MS for the past few hours; however, been getting a misdirected request error instead.
1752844269679.png

I decided to check ds.ms.srb2.org after a bit of trying to mess around; the HTML matches the output from the error
1752848800652.png

I have basically no clue what to do (I'm extremely stupid) even with the explanation given (and trying to look up similar things).
I'm using a compiled build from the master branch, Linux 64-bit, if it matters. I've also tried rebuilding it, but doing so just... Makes the error not get outputted, for some reason.

Help would be appreciated.
 
The Master Server is down lol. You don't do anything except wait.
Oof lol
Well uh as a sidenote then to anyone wanting to see the list without http, you can view the serverlist itself: https://mb.srb2.org/MS/0/servers if you don't like the html encoding, just remove it: (note: this only gives the IP, port, name, and version in that order; but not ping, cheats on or not, etc.)
Bash:
#!/bin/bash

response=$(curl -s https://mb.srb2.org/MS/0/servers)
decoded_response=$(echo -e "$(echo "$response" | sed 's/%/\\x/g')" | xargs -0 printf)
echo "$decoded_response"
Noticed this after a bit lol
 

Who is viewing this thread (Total: 0, Members: 0, Guests: 0)

Back
Top