-
Notifications
You must be signed in to change notification settings - Fork 15
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
经常会连接失败 #6
Comments
主要是卡住了,是不是忘记设置超时了 |
更新了一个版本 1.2.2 现在可以给 TTS 设置 超时时间,看看能否解决 |
我引入项目所有的网络都无法连接成功,跟上面的提示一样是不是现在edge屏蔽了国内请求了? |
可能是edge屏蔽了国内的请求,挂上代理,或者直接部署在墙外 可以正常使用 |
如何接上代理 呢。是不是本机连接VPN就可以? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
加入程序以后,运行一两分钟就会出现导致失败。
java.net.ConnectException: Connection timed out: connect
at java.base/sun.nio.ch.Net.connect0(Native Method)
at java.base/sun.nio.ch.Net.connect(Net.java:579)
at java.base/sun.nio.ch.Net.connect(Net.java:568)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588)
at java.base/java.net.Socket.connect(Socket.java:633)
at org.java_websocket.client.WebSocketClient.run(WebSocketClient.java:461)
at java.base/java.lang.Thread.run(Thread.java:833)
The text was updated successfully, but these errors were encountered: