alibaba / anyproxy

A fully configurable http/https proxy in NodeJS
http://anyproxy.io
Apache License 2.0
7.85k stars 1.22k forks source link

selenium测试ie11 anyproxy报错 Error: write ECONNRESET #590

Open 9540611855 opened 3 years ago

9540611855 commented 3 years ago

Windows 平台 anyporxy version=4.1.3 nodejs version=v16.3.0 报错信息: [AnyProxy ERROR][2021-07-13 17:50:44]: got an uncaught exception, is there anything goes wrong in your rule file ? Error: write ECONNRESET at afterWriteDispatched (node:internal/stream_base_commons:160:15) at writeGeneric (node:internal/stream_base_commons:151:3) at Socket._writeGeneric (node:net:769:11) at Socket._write (node:net:781:8) at writeOrBuffer (node:internal/streams/writable:389:12) at _write (node:internal/streams/writable:330:10) at Socket.Writable.write (node:internal/streams/writable:334:10) at C:\Users\95406\AppData\Roaming\npm\node_modules\anyproxy\lib\requestHandler.js:564:21 at new Promise () at C:\Users\95406\AppData\Roaming\npm\node_modules\anyproxy\lib\requestHandler.js:562:16 at processTicksAndRejections (node:internal/process/task_queues:96:5)