翻译java.lang.RuntimeException: Request weather data occurred IOException, socket failed: EPERM (Operation not permitted) at com.qweather.sdk.c.c$1$1.run(RequestUtil.java:96) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:919) Caused by: java.net.SocketException: socket failed: EPERM (Operation not permitted)
时间: 2024-03-30 14:36:11 浏览: 249
javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypair 解决方法总结
这段文本是一个 Java 异常信息,大致意思是“请求天气数据时发生了 IOException 异常,socket 失败: EPERM(操作不允许),这个错误发生在 com.qweather.sdk.c.c$1$1.run(RequestUtil.java:96) 处,可能原因是 java.net.SocketException: socket failed: EPERM (Operation not permitted)。”
阅读全文