hash3liZer / Proxverter

Cross platform system wide proxy server & TLS Interception library for Python
https://github.com/hash3liZer/Proxverter
GNU Lesser General Public License v2.1
22 stars 5 forks source link

Proxy engage issue in Windows environment #5

Open marciogoulart opened 1 year ago

marciogoulart commented 1 year ago

Hello,

I am facing a problem when performing proxy engage. Running in a Windows environment.

Traceback (most recent call last): File "teste.py", line 3, in prox.engage() File "C:\Python38\lib\site-packages\proxverter__init__.py", line 137, in engage proxy.main( TypeError: main() takes 0 positional arguments but 1 was given

Code: import proxverter prox = proxverter.Proxverter(ip="127.0.0.1", port=8081, verbose=True) prox.engage()

hash3liZer commented 1 year ago

Hi, @marciogoulart it seems that the library proxy.py has been updated to no longer accept the parameters with the main function. I'll try to update it as soon as possible. Thanks.

redsigma commented 11 months ago

This issue happens when using proxy.py 2.4.0 and higher. If I use proxy.py version 2.3.1 then it works.