Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy engage issue in Windows environment #5

Open
marciogoulart opened this issue Oct 27, 2023 · 2 comments
Open

Proxy engage issue in Windows environment #5

marciogoulart opened this issue Oct 27, 2023 · 2 comments
Assignees
Labels
block Working is being blocked bug Something isn't working

Comments

@marciogoulart
Copy link

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
Copy link
Owner

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.

@hash3liZer hash3liZer self-assigned this Oct 29, 2023
@hash3liZer hash3liZer added bug Something isn't working block Working is being blocked labels Oct 29, 2023
@redsigma
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
block Working is being blocked bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants