MiraiForum

    • 注册
    • 登录
    • 搜索
    • 热门
    • 最新
    • 未解决
    • 标签
    • 群组
    • 友情链接
    1. 主页
    2. yuudachi
    • 资料
    • 关注 0
    • 粉丝 0
    • 主题 0
    • 帖子 30
    • 最佳 1
    • 有争议的 0
    • 群组 0

    yuudachi

    @yuudachi

    1
    声望
    13
    资料浏览
    30
    帖子
    0
    粉丝
    0
    关注
    注册时间 最后登录

    yuudachi 取消关注 关注

    yuudachi 发布的最佳帖子

    • RE: 自定义调用API插件

      大佬,请问插件支持post请求嘛?小白不太了解

      发布在 插件发布
      yuudachi
      yuudachi

    yuudachi 发布的最新帖子

    • RE: AutoGroup 折磨群友插件

      大佬可以加一个戳一戳黑名单么,比如一个人在规定时间内戳了多少次拉黑(

      发布在 插件发布
      yuudachi
      yuudachi
    • RE: HoshinoYumemi - Plugin

      @藤原白叶 但是我没找到userworks文件夹(

      发布在 插件发布
      yuudachi
      yuudachi
    • RE: HoshinoYumemi - Plugin

      @藤原白叶 2022-06-30 00:29:05 E/Bot.1085833743: java.lang.IllegalStateException: Exception while broadcasting event 'BotOnlineEvent'
      java.lang.IllegalStateException: Exception while broadcasting event 'BotOnlineEvent'
      at net.mamoe.mirai.internal.network.components.EventDispatcherImpl.broadcast$suspendImpl(EventDispatcher.kt:96)
      at net.mamoe.mirai.internal.network.components.EventDispatcherImpl$broadcast$1.invokeSuspend(EventDispatcher.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.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)
      Caused by: java.lang.IllegalStateException: 未找到异常处理器. 请继承 SimpleListenerHost 中的 handleException 方法, 或在 构造 SimpleListenerHost 时提供 CoroutineExceptionHandler

      Cannot find exception handler from coroutineContext.
      Please extend SimpleListenerHost.handleException or provide a CoroutineExceptionHandler to the constructor of SimpleListenerHost
      at net.mamoe.mirai.event.SimpleListenerHost.handleException(JvmMethodListeners.kt:192)
      at net.mamoe.mirai.event.SimpleListenerHost$special$$inlined$CoroutineExceptionHandler$1.handleException(CoroutineExceptionHandler.kt:111)
      at net.mamoe.mirai.internal.event.Handler.onEvent(InternalEventListeners.kt:52)
      at net.mamoe.mirai.internal.event.Handler$onEvent$1.invokeSuspend(InternalEventListeners.kt)
      at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
      ... 8 more
      Caused by: net.mamoe.mirai.event.ExceptionInEventHandlerException: Exception in EventHandler
      at net.mamoe.mirai.internal.event.JvmMethodListenersInternalKt.registerEventHandler$callFunction(JvmMethodListenersInternal.kt:91)
      at net.mamoe.mirai.internal.event.JvmMethodListenersInternalKt.access$registerEventHandler$callFunction(JvmMethodListenersInternal.kt:1)
      at net.mamoe.mirai.internal.event.JvmMethodListenersInternalKt$registerEventHandler$callFunction$1.invokeSuspend(JvmMethodListenersInternal.kt)
      at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
      ... 5 more
      Caused by: kotlinx.serialization.MissingFieldException: Field 'testSpecialize' is required for type with serial name 'srh.shirakana.hoshinoyumemi.UserWorks.UserWorksData', but it was missing
      at kotlinx.serialization.internal.PluginExceptionsKt.throwMissingFieldException(PluginExceptions.kt:20)
      at HoshiniYumemi-0.0.3.mirai.jar//srh.shirakana.hoshinoyumemi.UserWorks$UserWorksData.<init>(Work.kt:15)
      at HoshiniYumemi-0.0.3.mirai.jar//srh.shirakana.hoshinoyumemi.UserWorks$UserWorksData$$serializer.deserialize(Work.kt:15)
      at HoshiniYumemi-0.0.3.mirai.jar//srh.shirakana.hoshinoyumemi.UserWorks$UserWorksData$$serializer.deserialize(Work.kt:15)
      at kotlinx.serialization.json.internal.PolymorphicKt.decodeSerializableValuePolymorphic(Polymorphic.kt:59)
      at kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeSerializableValue(StreamingJsonDecoder.kt:36)
      at kotlinx.serialization.encoding.AbstractDecoder.decodeSerializableValue(AbstractDecoder.kt:43)
      at kotlinx.serialization.encoding.AbstractDecoder.decodeSerializableElement(AbstractDecoder.kt:70)
      at kotlinx.serialization.encoding.CompositeDecoder$DefaultImpls.decodeSerializableElement$default(Decoding.kt:535)
      at kotlinx.serialization.internal.ListLikeSerializer.readElement(CollectionSerializers.kt:80)
      at kotlinx.serialization.internal.AbstractCollectionSerializer.readElement$default(CollectionSerializers.kt:51)
      at kotlinx.serialization.internal.AbstractCollectionSerializer.merge(CollectionSerializers.kt:36)
      at kotlinx.serialization.internal.AbstractCollectionSerializer.deserialize(CollectionSerializers.kt:43)
      at kotlinx.serialization.json.internal.PolymorphicKt.decodeSerializableValuePolymorphic(Polymorphic.kt:59)
      at kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeSerializableValue(StreamingJsonDecoder.kt:36)
      at kotlinx.serialization.encoding.AbstractDecoder.decodeSerializableValue(AbstractDecoder.kt:43)
      at kotlinx.serialization.encoding.AbstractDecoder.decodeSerializableElement(AbstractDecoder.kt:70)
      at HoshiniYumemi-0.0.3.mirai.jar//srh.shirakana.hoshinoyumemi.UserWorks$$serializer.deserialize(Work.kt:12)
      at HoshiniYumemi-0.0.3.mirai.jar//srh.shirakana.hoshinoyumemi.UserWorks$$serializer.deserialize(Work.kt:12)
      at kotlinx.serialization.json.internal.PolymorphicKt.decodeSerializableValuePolymorphic(Polymorphic.kt:59)
      at kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeSerializableValue(StreamingJsonDecoder.kt:36)
      at kotlinx.serialization.json.Json.decodeFromString(Json.kt:100)
      at HoshiniYumemi-0.0.3.mirai.jar//srh.shirakana.hoshinoyumemi.ShirakanaEventListener.handle0$HoshiniYumemi(NinnMu.kt:463)
      at HoshiniYumemi-0.0.3.mirai.jar//srh.shirakana.hoshinoyumemi.ShirakanaEventListener$handle0$1.invokeSuspend(NinnMu.kt)
      ... 6 more

      发布在 插件发布
      yuudachi
      yuudachi
    • RE: EntryLib 词条库(群词条多功能自定义回复)

      @YoinSama 是好用,只是BUG还是没修(

      发布在 插件发布
      yuudachi
      yuudachi
    • RE: HoshinoYumemi - Plugin

      @藤原白叶 草,大佬好好休息(

      发布在 插件发布
      yuudachi
      yuudachi
    • RE: HoshinoYumemi - Plugin

      @藤原白叶 感谢大佬
      什么时候可以添加指令自定义,群友根本记不住搜图打工的指令(

      发布在 插件发布
      yuudachi
      yuudachi
    • RE: 自定义调用API插件

      大佬,请问插件支持post请求嘛?小白不太了解

      发布在 插件发布
      yuudachi
      yuudachi
    • RE: HoshinoYumemi - Plugin

      大佬,改了机器人名字但是签到图里还是梦美(

      发布在 插件发布
      yuudachi
      yuudachi
    • RE: Forward Plugin 群与群之间转发插件

      @死亡程序员 在 Forward Plugin 群与群之间转发插件 中说:

      要是以后能转发图片和表情就更好啦~

      附议

      发布在 插件发布
      yuudachi
      yuudachi
    • RE: R6Stats 简易彩虹六号战绩查询

      @立于羽下 感谢大佬,代理测试发现没什么问题。有一个小小小问题,第一次加载插件默认写出的配置文件PreviewDescConfig里的语句后面没加‘:’,虽然可以自己加上去_(:з)∠)_

      发布在 插件发布
      yuudachi
      yuudachi