wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.86k stars 240 forks source link

Full Traceback Displayed Reporting [WinError 10053] An established connection was aborted by the software in your host machine #718

Closed itsOdell closed 8 months ago

itsOdell commented 9 months ago

This issue is the exact same as #362, i tried quieting the messages by doing options.add_argument("--log-level=3") but im still getting these error. @wkeeling said to upgrade to a later version to quite the messages and it worked for OP. Im using version 5.1 and im still getting this error.

disclaimer, im not getting this error when im running it in pycharm on my own computer but when i compile it to an exe and distribute it to other people (who dont have python installed) they get this error image

itsOdell commented 8 months ago

Looks like message was generated becuase of a problem with proxies