MiraiForum

    • Register
    • Login
    • Search
    • Popular
    • Recent
    • Unsolved
    • Tags
    • Groups
    • 友情链接
    1. Home
    2. resnowh
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 13
    • Best 0
    • Controversial 0
    • Groups 0

    resnowh

    @resnowh

    0
    Reputation
    1
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    resnowh Unfollow Follow

    Latest posts made by resnowh

    • RE: 关键词 撤回/禁言

      好像不能识别日语... 有没有解决办法呢

      posted in 插件发布
      R
      resnowh
    • RE: ChatLearning——让bot学会你的群聊

      @Koreyoshi 还是一样的情况

      posted in 插件发布
      R
      resnowh
    • RE: ChatLearning——让bot学会你的群聊

      @Koreyoshi 2a806b16-8f6e-40b7-a7b9-96cc85000779-image.png 这样

      posted in 插件发布
      R
      resnowh
    • RE: ChatLearning——让bot学会你的群聊

      @Koreyoshi 有的呀350b97d2-231f-4e81-8a96-517d7edc3500-image.png

      posted in 插件发布
      R
      resnowh
    • RE: ChatLearning——让bot学会你的群聊

      @Koreyoshi 72416e85-3562-4021-ac9b-d0971020c8d2-image.png

      posted in 插件发布
      R
      resnowh
    • RE: ChatLearning——让bot学会你的群聊

      @Koreyoshi 空的,啥也没报e7ee1244-0c78-4fa1-b259-8c268b4f32c0-image.png

      posted in 插件发布
      R
      resnowh
    • RE: ChatLearning——让bot学会你的群聊

      @Koreyoshi 应该没有冲突吧,我这边是2.5.0

      posted in 插件发布
      R
      resnowh
    • RE: ChatLearning——让bot学会你的群聊

      @Koreyoshi 改成127之后Chatmain直接闪退了,且log是空的,另一边报错:

      2022-03-30 16:37:09 E/MAH Access java.lang.NoSuchMethodError: 'void io.ktor.http.ParametersBuilder.<init>(int, io.ktor.http.UrlEncodingOption, int, kotlin.jvm.internal.DefaultConstructorMarker)'
      java.lang.NoSuchMethodError: 'void io.ktor.http.ParametersBuilder.<init>(int, io.ktor.http.UrlEncodingOption, int, kotlin.jvm.internal.DefaultConstructorMarker)'
      at io.ktor.routing.RoutingResolveContext.findBestRoute(RoutingResolve.kt:223)
      at io.ktor.routing.RoutingResolveContext.resolve(RoutingResolve.kt:135)
      at io.ktor.routing.Routing.interceptor(Routing.kt:37)
      at io.ktor.routing.Routing$Feature$install$1.invokeSuspend(Routing.kt:107)
      at io.ktor.routing.Routing$Feature$install$1.invoke(Routing.kt)
      at io.ktor.routing.Routing$Feature$install$1.invoke(Routing.kt)
      at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:246)
      at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SuspendFunctionGun.kt:116)
      at net.mamoe.mirai.api.http.adapter.http.feature.auth.Authorization$install$1.invokeSuspend(Authorization.kt:41)
      at net.mamoe.mirai.api.http.adapter.http.feature.auth.Authorization$install$1.invoke(Authorization.kt)
      at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:246)
      at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SuspendFunctionGun.kt:116)
      at net.mamoe.mirai.api.http.adapter.http.feature.handler.HttpRouterAccessHandler.intercept(HttpRouterAccessHandler.kt:36)
      at net.mamoe.mirai.api.http.adapter.http.feature.handler.HttpRouterAccessHandler.access$intercept(HttpRouterAccessHandler.kt:25)
      at net.mamoe.mirai.api.http.adapter.http.feature.handler.HttpRouterAccessHandler$Feature$install$1.invokeSuspend(HttpRouterAccessHandler.kt:91)
      at net.mamoe.mirai.api.http.adapter.http.feature.handler.HttpRouterAccessHandler$Feature$install$1.invoke(HttpRouterAccessHandler.kt)
      at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:246)
      at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SuspendFunctionGun.kt:116)
      at io.ktor.util.pipeline.SuspendFunctionGun.execute(SuspendFunctionGun.kt:136)
      at io.ktor.util.pipeline.Pipeline.execute(Pipeline.kt:79)
      at io.ktor.server.engine.DefaultEnginePipelineKt$defaultEnginePipeline$2.invokeSuspend(DefaultEnginePipeline.kt:127)
      at io.ktor.server.engine.DefaultEnginePipelineKt$defaultEnginePipeline$2.invoke(DefaultEnginePipeline.kt)
      at io.ktor.server.engine.DefaultEnginePipelineKt$defaultEnginePipeline$2.invoke(DefaultEnginePipeline.kt)
      at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:246)
      at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SuspendFunctionGun.kt:116)
      at io.ktor.util.pipeline.SuspendFunctionGun.execute(SuspendFunctionGun.kt:136)
      at io.ktor.util.pipeline.Pipeline.execute(Pipeline.kt:79)
      at io.ktor.server.cio.CIOApplicationEngine$handleRequest$2.invokeSuspend(CIOApplicationEngine.kt:196)
      at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
      at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
      at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
      at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
      at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
      at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)

      posted in 插件发布
      R
      resnowh
    • RE: ChatLearning——让bot学会你的群聊

      @Koreyoshi 现在那边没有报错,只有这边抛了异常

      posted in 插件发布
      R
      resnowh
    • RE: ChatLearning——让bot学会你的群聊

      @Koreyoshi 加了缩进,还是抛同样的异常。但是我后台开了一会,他隔一段时间会自动合并词库,不知道是不是已经在正常运行了?其他功能都看起来挺正常的,除了抛异常。。😂

      posted in 插件发布
      R
      resnowh