![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 5 of 5 total |
![]() |
Wed, Jan 25 2017 9:54 PM | Permanent Link |
KimHJ Comca Systems, Inc | Project ewbide.exe raised exception class EEWBSocketException with message'Socket error: An Established connection was aborted by the software in your host machine.
(10053), on API 'recv''. I get this message when i response to a POST received from a printer. BuildUserInfo := '{ "jobReady": true, "mediaTypes": [ "application/vnd.star.line" ] }'; Request.SendCustomContent(UTF8Encode(BuildUserInfo), 'application/json; charset=utf-8',''); I use the same method to send a post request to an EWB web application. Is it because the printer is an external device on the same network? Thanks, for any help. |
Thu, Jan 26 2017 2:59 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. ![]() | << I get this message when i response to a POST received from a printer. >> Is this reproducible ? If so, can you send me a project that reproduces it ? Normally, this type of error occurs in the internal web server, and doesn't see the light of day unless you're running the IDE in the debugger (the Delphi debugger, that is, which is what the IDE is developed with). Tim Young Elevate Software www.elevatesoft.com |
Thu, Jan 26 2017 5:32 PM | Permanent Link |
KimHJ Comca Systems, Inc | I only get this message when I add a breakpoint in my Module code. Could this be because it times Out?
|
Thu, Jan 26 2017 5:33 PM | Permanent Link |
KimHJ Comca Systems, Inc | Delphi XE6 debugging
|
Mon, Jan 30 2017 9:40 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. ![]() | Kim,
<< I only get this message when I add a breakpoint in my Module code. Could this be because it times Out? >> Ahh, yes. In the case of an EWB module, you're essentially pausing the EWB Web Server thread that is being executed, so it is possible that the browser may stop waiting and kill the connection on its end. Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Tuesday, February 11, 2025 at 11:58 AM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |