Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Socket Error # 10053 in IW15.1.1
#1
What for error?

Project Project1.exe raised exception class EIdSocketError with message 'Socket Error # 10053 Software caused connection abort.'.
Reply
#2
This error is normal. Press F5 and Delphi will continue to the catch block for it. You can also tell the IDE to ignore this.

Please refer to:
https://www.codeproject.com/Articles/159...Are-Errors
Reply
#3
Hi, I have this error using sendfile with parameter aAttachment = True, everything is ok if i use aAttachment = False.
Reply
#4
As I stated before, it is most likely not an error. Many browsers cut off their connections this way. Press F5, IntraWeb will handle it and you will only see this during debugging.
Reply
#5
(07-23-2019, 09:38 AM)matija Wrote: What for error?

Project Project1.exe raised exception class EIdSocketError with message 'Socket Error # 10053 Software caused connection abort.'.

Add this Indy exception to the ignore list in Delphi:

Tools -> Options -> Debugger Options -> Embarcadero Debuggers -> Language Exceptions

Add this class to the list: EIdSocketError

and be happy
Reply
#6
(07-27-2019, 02:47 AM)Alexandre Machado Wrote:
(07-23-2019, 09:38 AM)matija Wrote: What for error?

Project Project1.exe raised exception class EIdSocketError with message 'Socket Error # 10053 Software caused connection abort.'.

Add this Indy exception to the ignore list in Delphi:

Tools -> Options -> Debugger Options -> Embarcadero Debuggers -> Language Exceptions

Add this class to the list: EIdSocketError

and be happy

Thx, now not message. I hope it will be help!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)