简单的Rss订阅插件 已添加RssHub支持 番剧订阅Bt种子自动上传
-
此回复已被删除! -
?
-
频繁出现如下错误,虽然不影响插件正常工作,但占用了日志大量空间,经观察不是来源于自建rsshub的链接都会报这个错
2023-09-29 00:02:04 W/rss-helper: Rss: https://yuc.wiki/atom.xml java.net.UnknownHostException: yuc.wiki and CNAME[] at rss-helper-1.4.0.mirai2.jar//io.github.gnuf0rce.rss.HttpClientKt$Dns$1.lookup(HttpClient.kt:119) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:164) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:129) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:71) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) at rss-helper-1.4.0.mirai2.jar[private]//okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833)
-
@frankcwl 在 简单的Rss订阅插件 已添加RssHub支持 番剧订阅Bt种子自动上传 中说:
java.net.UnknownHostException
更换 HttpClientConfig.yml 中的 doh 配置
或者将其置空 -
Mirai 版本: 2.16.0
rss-helper版本: v1.4.2rss成功订阅,网页自测也能连上。但是测试推送时,会显示图片格式不对。
看data里的FeedRecordData也有推送记录,但实际上除图片外其他文字内容,比如标题也没有回应推送。请问可以怎么解决?
2023-12-13 14:55:12 V/Bot.xxxxxxxx: (yyyyyyyyy) -> /rss-test build https://rsshub.app/xiaohongshu/user/5bdbdf915c522400014b3e48/notes 2023-12-13 14:55:12 W/rss-helper: 上传图片失败, http://sns-webpic-qc.xhscdn.com/202312131413/312f5d340b244328aeb01030197ab758/1040g2sg30sion6acjg004bn44nfp2fi86av881o!nc_n_webp_mw_1 java.lang.IllegalArgumentException: Unsupported image type (mirai) for ExternalResource net.mamoe.mirai.internal.utils.ExternalResourceImplByFile@652c88cc, considering use gif/png/bmp/jpg format. image header: 52 49 46 46 AE 0B 01 00 57 45 42 50 56 50 38 20 A2 0B 01 00 70 B2 05 9D 01 2A 80 02 C0 03 at net.mamoe.mirai.internal.message.image.ImageDecoderKt.calculateImageInfo(ImageDecoder.kt:159) at net.mamoe.mirai.internal.contact.AbstractUser$uploadImage$lambda$13$$inlined$runBIO$1.invoke(CoroutineUtils.kt:23) at kotlinx.coroutines.InterruptibleKt.runInterruptibleInExpectedContext(Interruptible.kt:51) at kotlinx.coroutines.InterruptibleKt.access$runInterruptibleInExpectedContext(Interruptible.kt:1) at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invokeSuspend(Interruptible.kt:43) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)