Error - 'The current connection has been aborte - WeOnlyDo Discussion board

Error - 'The current connection has been aborte (General questions)

by Mohan, Sunday, October 23, 2005, 10:46 (6970 days ago)

I am trying to download a file but I alwayd get The current connection has been aborted by the network or intermediate services. in middle of the download, what can be the cause of this behaviour.

Re: Error -

by wodSupport, Sunday, October 23, 2005, 11:26 (6970 days ago) @ Mohan

Mohan,

can you give more details? Do you get this always, or on some specific web page? Do you use SSL?

Re: Error

by Mohan, Tuesday, October 25, 2005, 16:47 (6968 days ago) @ wodSupport

Mohan,

can you give more details? Do you get this always, or on some specific web page? Do you use SSL?

I am trying to download a file from Rapidshare.de , It used to work fine when I was testing some days ago, but (it still downloads first page fine, but when I parse the link and starts to download the file it broke in between)now I am unbale to get it work, As I was refering the forums I got hold of debug command, i tried it and it is not showing any errors , it just shows last binary data received no errors at all. Also, No SSL.

Re: Error -

by wodSupport, Tuesday, October 25, 2005, 16:55 (6968 days ago) @ Mohan

Mohan,

I would really try to help but I don't have enough details. Perhaps page was received correctly, but server closed connection for some reason?

How can I duplicate that? Can you send me your app here?

Re: Error -

by cedral, Thursday, March 27, 2008, 21:23 (6084 days ago) @ wodSupport

I am experiencing the same problem. reproduce steps are to call connect and then hang around innactive for long enough that the http server drops the connection. This doesn't take long as http is a stateless protocol, so there is no reason for it to let you hang around innactive. Then after it disconnects you the next time you try to do something you get an exception with descriptiong The current connection has been aborted by the network or intermediate services. . In my case I am calling get. As a hack I putting a connect call in the disconnected when I get this specific error. But that may end up looking like a baby dos attack to some firewalls, a syn flood so to speak. so really I would prefer to have your system reconnect under the hood if it has to.

Re: Error -

by wodDamir, Thursday, March 27, 2008, 22:23 (6084 days ago) @ cedral

Hi cedral,

I've tried doing this, but i can't seem to duplicate it. Can you perhaps prepare a small sample for us to run it on our side and try?

Regards,
Damba

Re: Error -

by phonehax, Wednesday, June 18, 2008, 22:55 (6001 days ago) @ wodDamir

I am trying to download a file but I alwayd get The current connection has been aborted by the network or intermediate services. in middle of the download, what can be the cause of this behaviour.


i am getting the same error over and over i am using SSL proxies though and how do i send my project to the wod team to look at because i CANNOT for the life of me figure it out, i have tried everything i can think of

Re: Error -

by woddrazen, Wednesday, June 18, 2008, 23:53 (6001 days ago) @ phonehax

Hi,


You can zip and send us your project to:

techsupport@weonlydo.com

Hope I helped.


Regards,
Drazen

Re: Error -

by phonehax, Thursday, June 19, 2008, 00:39 (6001 days ago) @ woddrazen

Hi,


You can zip and send us your project to:

techsupport@weonlydo.com

Hope I helped.


Regards,
Drazen

i have mailed my project one thing i forgot to mention in the email the error only occurs when you use more than one proxy so make sure you load up like 5 or so ty for your help

Re: Error -

by dirk, Wednesday, September 17, 2008, 10:08 (5910 days ago) @ phonehax


We experienced the same problem too but were able to pin-point the issue (together with the people at WeOnlyDo).

If you do an HTTP(S) request and the remote server answers with an HTTP/1.1 frame but does not include the Content-Length part but simply closes the connection at some point, then the Weonlydo component will give you this error ( The current connection has been aborted by the network or intermediate service ).
You could within your code ignore the error and work with the received data, however you're not sure that the data that you received is complete or not.