[1.1.26] Heroku crash - Error when sending hearbeat
Posted: Thu Mar 11, 2021 5:06 pm
Hi. Running a headless server on 1.1.26, I just got the error below. I'm not sure if this is an error with Heroku just crashing and then rebooting right after or something else (I think Heroku it is though) so I'm posting it here
Code: Select all
707062.953 Error HttpSharedState.cpp:136: CURL failed: code:28, 1c; Operation too slow. Less than 1 bytes/sec transferred the last 20 seconds
707062.962 Info MatchingServer.cpp:171: Failed to sendHeartbeat to the multiplayer matching server: Download failed (status code 520): failed to parse JSON response:
Unexpected character (O) at ?:1
JSON: Operation too slow. Less than 1 bytes/sec transferred the last 20 seconds
707063.449 Info ServerMultiplayerManager.cpp:712: Matching server connection resumed
707660.737 Info MatchingServer.cpp:171: Failed to sendHeartbeat to the multiplayer matching server: Download failed (status code 503): fail
ed 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>
707674.464 Info ServerMultiplayerManager.cpp:712: Matching server connection resumed