ID:184686
 
Problem description:

This isn't really a "Code" problem, but what's it mean when you try to host a game and it says:
"Failed to download data (HTTP server returned unexpected status: 302 Found)."?
Everyone keeps getting that every time they try to host our game.
Xkirby2 wrote:
Problem description:

This isn't really a "Code" problem, but what's it mean when you try to host a game and it says:
<font color=red>Failed to download data (HTTP server returned unexpected status: 302 Found).</font>?
Our host keeps getting that every time he tries to host our game.

302 means the document has moved. The URL being used is probably a redirect to the real one. Usually the server sends back the correct address, but presently BYOND isn't really savvy enough to pick up that address automatically.

You can Google this by searching for HTTP 302.

Lummox JR
http://www.checkupdown.com/status/E302.html
It's a website error.
Lummox beat me to it.
In response to Lummox JR
Thanks Lummox. What would the world do without you?