We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to run
pproxy -ul socks5://localhost:8000 -vv
I got the next error:
Serving on UDP localhost:8000 by socks5 Start server failed. ==> '_SelectorDatagramTransport' object has no attribute 'sockets'
The text was updated successfully, but these errors were encountered:
Hi, i have the same error. Python 3.12, pproxy 2.7.9. The bug is on
python-proxy/pproxy/server.py
Line 884 in 09d4752
server
_SelectorDatagramTransport
sockets
Line 971 in 09d4752
Sorry, something went wrong.
No branches or pull requests
When I try to run
I got the next error:
The text was updated successfully, but these errors were encountered: