-
Notifications
You must be signed in to change notification settings - Fork 48
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
我的代理服务器是socks5协议的,似乎翻译不起来 #13
Comments
可以参考: #12 client = Translate(target='en', proxies={'https': 'socks5://localhost:1080'}, domain='com') |
需要安装 |
加我微信吧: lemisky |
1 similar comment
加我微信吧: lemisky |
帮我解决了,牛逼 |
经作者大大的耐心帮助,遇到了相同的问题,并最终解决了。 首先是犯下罪恶的clash(滑稽), 建议在开代理时不要尝试clash,这是我的问题的根源 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我用的是shadowsocks,查了下是socks5协议,端口是1080,所以改成了以下,
client = Translate(target='en', proxies={'socks5:': 'socks5://localhost:1080'}, domain='com'),但是连接不起来。。翻译不了,能否请教下该如何修改
The text was updated successfully, but these errors were encountered: