You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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()
The text was updated successfully, but these errors were encountered: