Watir 问题:ECONNABORTED
我很高兴在 3 台计算机上使用 Watir(实际上是 FireWatir)。 只有其中一个我经常遇到这个问题:
C:/Program Files/Ruby192/lib/ruby/gems/1.9.1/gems/firewatir-1.6.7/lib/firewatir/jssh_socket.rb:63:in `recv': An established connection was aborte d by the software in your host machine. - recvfrom(2) (Errno::ECONNABORTED)
这种情况在脚本过程中随机发生。 原因是什么?我该如何解决?
I happily use Watir (actually, FireWatir) on 3 computers.
Only on one of them I get frequently this issue:
C:/Program Files/Ruby192/lib/ruby/gems/1.9.1/gems/firewatir-1.6.7/lib/firewatir/jssh_socket.rb:63:in `recv': An established connection was aborte d by the software in your host machine. - recvfrom(2) (Errno::ECONNABORTED)
This happens at random moments during a script.
What is the cause, and what can I do to solve it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在使用 Mechanize 作为浏览器运行非常长的测试时收到此错误。我认为这表明内存错误/溢出或网络溢出,但我无法确认。
I received this error when running an exceptionally long test using Mechanize as the browser. I believe it points to a memory error/overflow, or network overflow, but I have not been able to confirm it.