@kloping 开启指令用了没反应了,但如果开了关闭又是能用的
CCYellowStar 发布的最佳帖子
CCYellowStar 发布的最新帖子
-
RE: 在线作曲(唱歌)插件
分享一条最终鬼畜妹那个>g>aEbECD-E-D#FA-F-B-#B-B-#B--B--A-G-E-G-D-E-CoaEbECD-E-D#FA-F-B-#B-B-#B--B--A-G-A
-
RE: 在线作曲(唱歌)插件
使用指令报错了
E/MidiProduce: Exception in coroutine Plugin bot.music.whiter.MidiProduce of MidiProduce java.lang.NoClassDefFoundError: Could not initialize class whiter.music.mider.dsl.FuncKt at MidiProduce-0.1.3.mirai.jar//bot.music.whiter.UtilsKt.midi2mp3Stream(utils.kt:49) at MidiProduce-0.1.3.mirai.jar//bot.music.whiter.UtilsKt.midi2mp3Stream$default(utils.kt:47) at MidiProduce-0.1.3.mirai.jar//bot.music.whiter.MidiProduce$generate$2.invokeSuspend(MidiProduce.kt:71) at MidiProduce-0.1.3.mirai.jar//bot.music.whiter.MidiProduce$generate$2.invoke(MidiProduce.kt) at MidiProduce-0.1.3.mirai.jar//bot.music.whiter.MidiProduce$generate$2.invoke(MidiProduce.kt) at MidiProduce-0.1.3.mirai.jar//bot.music.whiter.UtilsKt.matchRegex(utils.kt:16) at MidiProduce-0.1.3.mirai.jar//bot.music.whiter.UtilsKt.matchRegex(utils.kt:20) at MidiProduce-0.1.3.mirai.jar//bot.music.whiter.MidiProduce.generate(MidiProduce.kt:45) at MidiProduce-0.1.3.mirai.jar//bot.music.whiter.MidiProduce.access$generate(MidiProduce.kt:14) at MidiProduce-0.1.3.mirai.jar//bot.music.whiter.MidiProduce$onEnable$2.invokeSuspend(MidiProduce.kt:29) at MidiProduce-0.1.3.mirai.jar//bot.music.whiter.MidiProduce$onEnable$2.invoke(MidiProduce.kt) at MidiProduce-0.1.3.mirai.jar//bot.music.whiter.MidiProduce$onEnable$2.invoke(MidiProduce.kt) at net.mamoe.mirai.event.EventChannel$subscribeAlways$1.invokeSuspend(EventChannel.kt:455) at net.mamoe.mirai.event.EventChannel$subscribeAlways$1.invoke(EventChannel.kt) at net.mamoe.mirai.event.EventChannel$subscribeAlways$1.invoke(EventChannel.kt) at net.mamoe.mirai.internal.event.Handler$onEvent$2.invokeSuspend(InternalEventListeners.kt:50) at net.mamoe.mirai.internal.event.Handler$onEvent$2.invoke(InternalEventListeners.kt) at net.mamoe.mirai.internal.event.Handler$onEvent$2.invoke(InternalEventListeners.kt) at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89) at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:166) at kotlinx.coroutines.BuildersKt.withContext(Unknown Source) at net.mamoe.mirai.internal.event.Handler.onEvent(InternalEventListeners.kt:50) at net.mamoe.mirai.internal.event.InternalEventListenersKt.process(InternalEventListeners.kt:166) at net.mamoe.mirai.internal.event.InternalEventListenersKt.callAndRemoveIfRequired(InternalEventListeners.kt:115) at net.mamoe.mirai.internal.event.InternalEventListenersKt$callAndRemoveIfRequired$1.invokeSuspend(InternalEventListeners.kt) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.UndispatchedCoroutine.afterResume(CoroutineContext.kt:202) at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:749) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
-
RE: DrawMeme - 基于Skiko的奇怪的图片生成器
表情合成网站寄了
2022-05-21 22:54:15 E/DrawMeme: Exception in coroutine Plugin org.laolittle.plugin.draw.DrawMeme of DrawMeme io.ktor.network.sockets.ConnectTimeoutException: Connect timeout has expired [url=https://tikolu.net/emojimix/emojis.js, connect_timeout=unknown ms] at io.ktor.client.features.HttpTimeoutKt.ConnectTimeoutException(HttpTimeout.kt:183) at io.ktor.client.engine.okhttp.OkUtilsKt.mapOkHttpException(OkUtils.kt:77) at io.ktor.client.engine.okhttp.OkUtilsKt.access$mapOkHttpException(OkUtils.kt:1) at io.ktor.client.engine.okhttp.OkHttpCallback.onFailure(OkUtils.kt:39) at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.SocketTimeoutException: connect timed out at java.base/java.net.PlainSocketImpl.waitForConnect(Native Method) at java.base/java.net.PlainSocketImpl.socketConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128) at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295) at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207) at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226) at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517) ... 3 more
-
RE: 【涩图插件喜加一】mirai-console-lolicon
@Samarium150 我测试过,现在腾讯变得很严,我大号也一样,群里发漏点的必发不出去,但隔壁同样lolicon的api他就能发出去,然后我把他发出去的拿来手动发又发不出去了,很奇怪