31
Help / Re: Server could not verify your Blockland ID
« on: January 14, 2013, 02:20:32 PM »this sounds like something you'd want to message to Badspot directly about, honestly.
This is the exact email I got one year ago.
What's happening here is that the initial authentication is done over a normal HTTP request via TCP. When you connect to server the game uses UDP for real time communication. Your TCP and UDP requests appear to be comming from two different IP addresses, therefore authentication fails. The most common cause of this is HTTP requests being intercepted by a proxy server at the ISP level. Sometimes this is done for censorship/filtering or for "download acceleration" by redirecting common file requests to a local cache server. There isn't really anything I can do about this in the short term.