Page 1 of 1

[1.1.1] Unexpected character at connecting to multiplayer.factorio.com

Posted: Wed Nov 25, 2020 9:27 pm
by oof2win2

Code: Select all

1130.890 Info ServerSynchronizer.cpp:619: nextHeartbeatSequenceNumber(33019) removing peer(1).
1131.890 Info ServerMultiplayerManager.cpp:1195: Auto saving map as /opt/factorio/servers/members-core/saves/Coremap2020-11-07.zip
1131.890 Info AppManager.cpp:419: Saving game as /opt/factorio/servers/members-core/saves/Coremap2020-11-07.zip
1132.360 Info AppManagerStates.cpp:1930: Saving finished
31020.903 Error HttpSharedState.cpp:136: CURL failed: code:6, 6; Could not resolve host: multiplayer.factorio.com
31020.903 Info MatchingServer.cpp:171: Failed to sendHeartbeat to the multiplayer matching server: Download failed (status code 520): failed to parse JSON response: Unexpected character (C) at ?:1
JSON: Could not resolve host: multiplayer.factorio.com
31030.915 Error HttpSharedState.cpp:136: CURL failed: code:6, 6; Could not resolve host: multiplayer.factorio.com
31041.573 Info ServerMultiplayerManager.cpp:712: Matching server connection resumed
Happened just now, server was online a bit after 1.1.1 was released (started up ~10h ago).
Multiplayer, Headless Linux. Happened on a server, will get back on if someone was connecting or not. I connected just fine though.
Checked and pretty sure that it isn't a duplicate.
Mods:
AfraidOfTheDark_1.0.25
AutoDeconstruct_0.1.20
Bottleneck_0.11.7
ElectricTrain_0.18.1
EvoGUI_0.4.501
Explosive Excavation_1.1.7
FluidMustFlow_1.2.10
LogisticTrainNetwork_1.14.6
Squeak Through_1.8.0
even-distribution_1.0.0
factoryplanner_1.1.1
far-reach_1.0.1
flib_0.6.0

Re: [1.1.1] Unexpected character at connecting to multiplayer.factorio.com

Posted: Wed Nov 25, 2020 9:32 pm
by Loewchen
Post the complete log please...

Re: [1.1.1] Unexpected character at connecting to multiplayer.factorio.com

Posted: Wed Nov 25, 2020 9:38 pm
by oof2win2

Re: [1.1.1] Unexpected character at connecting to multiplayer.factorio.com

Posted: Wed Nov 25, 2020 10:01 pm
by Rseding91
Thanks for the report however that's working correctly. There was some issue with the communication between your server and the matching server and it send back a status code 520 + the error text. The error text is the "unknown character" and the status code is there next to it indicating what happened.

Web services aren't bullet proof and from time to time fail. That's just how it handles the failure.

Re: [1.1.1] Unexpected character at connecting to multiplayer.factorio.com

Posted: Wed Nov 25, 2020 10:04 pm
by oof2win2
Ah ok. Thanks!