The connection is being dropped by the server for some reason.
"QAbstractSocket::RemoteHostClosedError 1 The remote host closed the connection. Note that the client socket (i.e., this socket) will be closed after the remote close notification has been sent." Source https://doc.qt.io/qt-5/qabstractsocket.html
You should check the server for allowed client IP addresses, check also client and server link addresses on both sides. Check server logs for the motive, if possible.
Best regards,
Ricardo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i new in this area and im testing your IEC Tester.
When try to start the connection i got the following error.
What do socket error 1 mean?
Exist an erro code list?
Thx for the tool, keep going.
13:03:20 Di Sep 8 2020 - v2.1
13:03:25 !!!!!TRY TO CONNECT!
Mit freundlichen Grüßen
i.A. Sebastian Laufhütte
Stadtwerke Oerlinghausen GmbH
Rathausstraße 23
33813 Oerlinghausen
Telefon: (0 52 02) 4909 24
Telefax: (0 52 02) 4909 50
E-Mail: s.laufhuette@sw-oe.de
Besuchen Sie uns Online: http://www.stadtwerke-oerlinghausen.de
Vertretungsberechtigter Geschäftsführer: Dipl.- Ing. Peter Synowski
Vorsitzender des Aufsichtsrates: Reinhard Wollny
Registergericht: Amtsgericht Lemgo
Registernummer: HRB 3511
Hi Sebastian,
The connection is being dropped by the server for some reason.
"QAbstractSocket::RemoteHostClosedError 1 The remote host closed the connection. Note that the client socket (i.e., this socket) will be closed after the remote close notification has been sent." Source https://doc.qt.io/qt-5/qabstractsocket.html
You should check the server for allowed client IP addresses, check also client and server link addresses on both sides. Check server logs for the motive, if possible.
Best regards,
Ricardo