Page 1 of 1
Match Making / Browse games
Posted: Thu Dec 19, 2019 6:12 pm
by Gerkiz
Hello,
Browse games prints out a nice little error message.
Download failed (status code 520): failed to parse JSON response: Unexpected character (O) at ?:1
This also occurs when starting a headless server.
Thank you in advance,
Gerkiz
Re: Match Making / Browse games
Posted: Thu Dec 19, 2019 6:19 pm
by Gerkiz
More info:
Code: Select all
452274.071 Info MatchingServer.cpp:171: Failed to sendHeartbeat to the multiplayer matching server: Download failed (status code 503): failed to parse JSON response: Unexpected character (<) at ?:1
JSON: <!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Application Error</title>
<style media="screen">
html,body,iframe {
margin: 0;
padding: 0;
}
html,body {
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: 0;
}
</style>
</head>
<body>
<iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe>
</body>
</html>
452298.865 Error ServerMultiplayerManager.cpp:710: Matching server connection failed: Error when creating server game: Download failed (status code 503): failed to parse JSON response: Unexpected character (<) at ?:1
452328.396 Info ServerMultiplayerManager.cpp:705: Matching server connection resumed
452778.057 Info MatchingServer.cpp:171: Failed to sendHeartbeat to the multiplayer matching server: Download failed (status code 503): failed to parse JSON response: Unexpected character (<) at ?:1
JSON: <!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Application Error</title>
<style media="screen">
html,body,iframe {
margin: 0;
padding: 0;
}
html,body {
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: 0;
}
</style>
</head>
<body>
<iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe>
</body>
</html>
452808.381 Info ServerMultiplayerManager.cpp:705: Matching server connection resumed
/Gerkiz
Re: Match Making / Browse games
Posted: Thu Dec 19, 2019 6:33 pm
by Sanqui
Hi, thank you for the error report. There should be no more problems. Sorry for the trouble!
Re: Match Making / Browse games
Posted: Thu Dec 19, 2019 6:54 pm
by Gerkiz
Thank you so much for the quick support!