Not really sure if this is a bug or not, but more of a request of perhaps how to fix this.
My server needs to be restarted every few days as it seems to lose connectivity with the master server, i get the following in my console log:
Code: Select all
67038.100 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/post-game-heartbeat/250019
67038.100 Info HttpSharedState.cpp:111: Status code: 0
67038.100 Info MatchingServer.cpp:144: Failed to sendHeartbeat to the multiplayer matching server: Operation too slow. Less than 1 bytes/sec transferred the last 20 seconds
Code: Select all
79057.180 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/update-game/250019
79057.180 Info HttpSharedState.cpp:111: Status code: 404
79057.351 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/update-game/250019
79057.351 Info HttpSharedState.cpp:111: Status code: 404
79057.523 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/update-game/250019
79057.523 Info HttpSharedState.cpp:111: Status code: 404
79057.753 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/update-game/250019
79057.753 Info HttpSharedState.cpp:111: Status code: 404
79057.921 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/update-game/250019
79057.921 Info HttpSharedState.cpp:111: Status code: 404
79058.102 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/update-game/250019
79058.102 Info HttpSharedState.cpp:111: Status code: 404
79058.338 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/update-game/250019
79058.338 Info HttpSharedState.cpp:111: Status code: 404
79058.516 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/update-game/250019
79058.516 Info HttpSharedState.cpp:111: Status code: 404
Unsure if this should be inside Feature Requests or Bug Reports, feel free to move it if it's not in the right place.