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

ProxyBackward' object has no attribute 'sockets #179

Open
leegohi opened this issue Feb 27, 2024 · 3 comments
Open

ProxyBackward' object has no attribute 'sockets #179

leegohi opened this issue Feb 27, 2024 · 3 comments

Comments

@leegohi
Copy link

leegohi commented Feb 27, 2024

After upgrade to pproxy-2.7.9 ,I execute the command:
pproxy -l http+in://client_ip:8081
it fails show me:
image

@harveyhq
Copy link

Same issue, Windows 11

@kendbad
Copy link

kendbad commented Nov 3, 2024

Same issue, macos m2 help me

@kendbad
Copy link

kendbad commented Nov 3, 2024

my fixed
def print_server_started(option, server, print_fn):
if server and hasattr(server, 'sockets') and server.sockets: #fix None sockets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants