MiraiForum

    • Register
    • Login
    • Search
    • Popular
    • Recent
    • Unsolved
    • Tags
    • Groups
    • 友情链接

    Arknights Helper / 明日方舟 助手,更新订阅的微博号配置项

    插件发布
    kotlin jvm 明日方舟
    50
    245
    46309
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • devilk6666
      devilk6666 last edited by

      抽卡是不是暂时还不能用?

      cssxsh 1 Reply Last reply Reply Quote 0
      • cssxsh
        cssxsh @devilk6666 last edited by

        @devilk6666
        汇报问题请提交版本或日志

        1 Reply Last reply Reply Quote 0
        • H
          Hoenn last edited by cssxsh

          输入指令”/方舟公招 远程位 狙击“后无消息返回...看了下后台是出错了,好像是缺少了什么文件...我是使用release里面的jar放到plugin里面再打开mirai后加载的。求问下大佬是我哪里做错了吗?

          出错日志:

          2022-12-17 22:38:51 W/arknights-helper: Exception in executing command `[mirai:source:ids=[3956], internalIds=[21995265], from group *******to *********at *********]/方舟公招 远程位 狙击`
          java.lang.reflect.InvocationTargetException
                  at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:119)
                  at java.base/java.lang.reflect.Method.invoke(Method.java:578)
                  at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
                  at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
                  at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:108)
                  at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflection(KCallableImpl.kt:159)
                  at kotlin.reflect.full.KCallables.callSuspendBy(KCallables.kt:74)
                  at net.mamoe.mirai.console.internal.command.CommandReflector$findSubCommands$6$1.invokeSuspend(CommandReflector.kt:337)
                  at net.mamoe.mirai.console.internal.command.CommandReflector$findSubCommands$6$1.invoke(CommandReflector.kt)
                  at net.mamoe.mirai.console.internal.command.CommandReflector$findSubCommands$6$1.invoke(CommandReflector.kt)
                  at net.mamoe.mirai.console.command.descriptor.CommandSignatureFromKFunctionImpl.call$suspendImpl(CommandSignature.kt:88)
                  at net.mamoe.mirai.console.command.descriptor.CommandSignatureFromKFunctionImpl.call(CommandSignature.kt)
                  at net.mamoe.mirai.console.internal.command.CommandManagerImplKt.executeCommandImpl(CommandManagerImpl.kt:167)
                  at net.mamoe.mirai.console.command.CommandManager.executeCommand$suspendImpl(CommandManager.kt:130)
                  at net.mamoe.mirai.console.command.CommandManager.executeCommand(CommandManager.kt)
                  at net.mamoe.mirai.console.command.CommandManager$INSTANCE.executeCommand(CommandManager.kt)
                  at net.mamoe.mirai.console.command.CommandManager.executeCommand$default(CommandManager.kt:125)
                  at chat-command-0.5.1.mirai.jar//net.mamoe.mirai.console.plugins.chat.command.PluginMain.handleCommand(PluginMain.kt:86)
                  at chat-command-0.5.1.mirai.jar//net.mamoe.mirai.console.plugins.chat.command.PluginMain$onEnable$2$1.invokeSuspend(PluginMain.kt:69)
                  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: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)
          Caused by: java.io.FileNotFoundException: C:\Users\Administrator\Desktop\mcl-2.1.2\data\xyz.cssxsh.mirai.plugin.arknights-helper\ArknightsGameData\character_table.json (系统找不到指定的文件。)
                  at java.base/java.io.FileInputStream.open0(Native Method)
                  at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
                  at java.base/java.io.FileInputStream.<init>(FileInputStream.java:158)
                  at kotlin.io.FilesKt__FileReadWriteKt.readText(FileReadWrite.kt:125)
                  at kotlin.io.FilesKt__FileReadWriteKt.readText$default(FileReadWrite.kt:125)
                  at arknights-helper-2.0.0.mirai2.jar//xyz.cssxsh.arknights.excel.ExcelDataHolder.character(ExcelDataHolder.kt:165)
                  at arknights-helper-2.0.0.mirai2.jar//xyz.cssxsh.mirai.arknights.command.ArknightsRecruitCommand.handler(ArknightsRecruitCommand.kt:23)
                  at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
                  ... 24 more
          
          >
          

          附上mirai开机时的日志(不知道是不是哪一块没有加载正确,没有character_table.json):

          2022-12-17 21:48:40 I/main: Backend: version 2.13.2, built on 2022-12-05 01:50:53.
          2022-12-17 21:48:40 I/main: Frontend Terminal: version 2.13.2, provided by Mamoe Technologies
          2022-12-17 21:48:40 I/main: Welcome to visit https://mirai.mamoe.net/
          2022-12-17 21:48:40 W/stderr: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
          2022-12-17 21:48:40 W/stderr: SLF4J: Defaulting to no-operation (NOP) logger implementation
          2022-12-17 21:48:40 W/stderr: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
          2022-12-17 21:48:42 I/plugin: Successfully loaded plugin Chat Command v0.5.0
          2022-12-17 21:48:42 I/plugin: Successfully loaded plugin ba-activity-pusher v1.0.13
          2022-12-17 21:48:42 I/plugin: Successfully loaded plugin indi.eiriksgata.rulateday-dice v0.0.1
          2022-12-17 21:48:42 I/plugin: Successfully loaded plugin Soyuz v1.0.0
          2022-12-17 21:48:43 I/plugin: Successfully loaded plugin arknights-helper v2.0.0
          2022-12-17 21:48:43 I/plugin: Successfully loaded plugin MCL Addon v2.1.1
          2022-12-17 21:48:44 I/main: Prepared built-in commands: autoLogin, help, login, logout, permission, status, stop
          2022-12-17 21:48:44 W/stderr: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
          2022-12-17 21:48:44 I/ba-activity-pusher: arona loaded
          2022-12-17 21:48:45 W/stderr: SLF4J: Defaulting to no-operation (NOP) logger implementation
          2022-12-17 21:48:45 I/indi.eiriksgata.rulateday-dice: canonical:C:\Users\Administrator\Desktop\mcl-2.1.2
          2022-12-17 21:48:45 W/stderr: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
          2022-12-17 21:48:45 I/indi.eiriksgata.rulateday-dice: absolute:C:\Users\Administrator\Desktop\mcl-2.1.2
          2022-12-17 21:48:45 I/indi.eiriksgata.rulateday-dice: configPath:C:\Users\Administrator\Desktop\mcl-2.1.2\config\indi.eiriksgata.rulateday-dice
          2022-12-17 21:48:45 I/indi.eiriksgata.rulateday-dice: dataPath:C:\Users\Administrator\Desktop\mcl-2.1.2\data\indi.eiriksgata.rulateday-dice
          2022-12-17 21:48:46 I/stdout: os.name: Windows Server 2016
          2022-12-17 21:48:46 I/ba-activity-pusher: arona gacha module init success.
          2022-12-17 21:48:46 I/ba-activity-pusher: 别名配置更新成功
          2022-12-17 21:48:47 I/ba-activity-pusher: 中文字体初始化成功
          2022-12-17 21:48:47 I/stdout: Rulateday-dice INFO: your device code:e78e969687ab37b0ef80c093df8f05268ac5e6761220c1dc1ef5bd3e646c2196
          2022-12-17 21:48:47 I/indi.eiriksgata.rulateday-dice: {"master.QQ.number":"315220250","reply.at.user":false,"ai-drawing":{"remote":true,"userId":"","url":""},"auto.accept.friend.request":true,"instructions.prefix.list":[".","。"],"file.version":"1.0.5","auto.accept.group.request":true}
          2022-12-17 21:48:47 I/indi.eiriksgata.rulateday-dice: -----------Rulateday-dice doc files loading-----------
          2022-12-17 21:48:47 I/indi.eiriksgata.rulateday-dice: -----------Rulateday-dice load end-----------
          2022-12-17 21:48:47 I/ba-activity-pusher: Source: STUDENT from mirror already up to date.
          2022-12-17 21:48:47 I/indi.eiriksgata.rulateday-dice: Rulateday-Dice is enable.Register Eventing...
          2022-12-17 21:48:47 W/stderr: SLF4J: No SLF4J providers were found.
          2022-12-17 21:48:47 W/stderr: SLF4J: Defaulting to no-operation (NOP) logger implementation
          2022-12-17 21:48:47 W/stderr: SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
          2022-12-17 21:48:48 I/indi.eiriksgata.rulateday-dice: Windows Server 2016
          2022-12-17 21:48:49 W/Soyuz: Linked class org.slf4j.LoggerFactory in rulateday-server-pro-0.4.8-SNAPSHOT-jar-with-dependencies (1).jar but plugin not depend on it.
          2022-12-17 21:48:49 W/Soyuz: Class loading logic may change in feature.
          2022-12-17 21:48:49 W/stderr: ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
          2022-12-17 21:48:50 I/Soyuz: iTXTech Soyuz is listening on ws://localhost:9876
          2022-12-17 21:48:50 W/arknights-helper: 2.0 版本重构,需要重新配置订阅订阅
          2022-12-17 21:48:50 W/arknights-helper: 2.0 版本重构,需要重新配置订阅订阅
          2022-12-17 21:48:50 W/arknights-helper: 2.0 版本重构,需要重新配置订阅订阅
          2022-12-17 21:48:51 I/MCL Addon: iTXTech MCL Version: 2.1.2-61c8bd8
          2022-12-17 21:48:51 I/main: 6 plugin(s) enabled.
          2022-12-17 21:48:51 I/arknights-helper: 蹲饼监听已开启
          2022-12-17 21:48:51 I/main: mirai-console started successfully.
          2022-12-17 21:48:52 W/ba-activity-pusher: java.lang.IllegalArgumentException: Value 'Merry Christmas in the Cathedral' can't be stored to database column because exceeds length (30)
          2022-12-17 21:48:52 W/ba-activity-pusher: 数据同步失败,无法保证数据准确性
          2022-12-17 21:49:01 W/stderr: SLF4J: No SLF4J providers were found.
          2022-12-17 21:49:01 W/stderr: SLF4J: Defaulting to no-operation (NOP) logger implementation
          2022-12-17 21:49:01 W/stderr: SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
          
          cssxsh 1 Reply Last reply Reply Quote 0
          • cssxsh
            cssxsh @Hoenn last edited by

            @Hoenn

            初次使用你要先等一段时间初始化数据

            1 Reply Last reply Reply Quote 0
            • R
              rickytheoldtree last edited by cssxsh

              2023-02-10 13:15:27 I/stdout: [java.net.SocketException: Network is unreachable: no further information, java.net.SocketException: Network is unreachable: no further information, java.net.SocketException: Network is unreachable: no further information, java.net.SocketException: Network is unreachable: no further information, java.net.ConnectException: Failed to connect to /185.199.111.133:443, java.net.ConnectException: Failed to connect to /185.199.108.133:443, java.net.SocketException: Connection reset]
              2023-02-10 13:15:27 W/arknights-helper: Downloader IOException
              java.net.SocketException: Network is unreachable: no further information
                      at java.base/sun.nio.ch.Net.pollConnect(Native Method)
                      at java.base/sun.nio.ch.Net.pollConnectNow(Unknown Source)
                      at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(Unknown Source)
                      at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source)
                      at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
                      at java.base/java.net.Socket.connect(Unknown Source)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
                      at arknights-helper-2.0.4.mirai2.jar[private]//okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517)
                      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)
              
              cssxsh 1 Reply Last reply Reply Quote 0
              • cssxsh
                cssxsh @rickytheoldtree last edited by

                @rickytheoldtree 在 Arknights Helper / 明日方舟 助手,更新订阅的微博号配置项 中说:

                Downloader IOException

                一个下载异常
                至于下载什么异常,日志没有记录
                所以不好诊断

                1 Reply Last reply Reply Quote 0
                • W
                  we1less last edited by

                  屏幕截图 2023-04-07 170610.png疯狂提示这个是什么情况呢,因为插件冲突了吗我还有推送b站动态的插件

                  cssxsh 1 Reply Last reply Reply Quote 0
                  • cssxsh
                    cssxsh @we1less last edited by

                    @we1less

                    被b站反爬了

                    W 1 Reply Last reply Reply Quote 0
                    • W
                      we1less @cssxsh last edited by

                      @cssxsh 应该不影响使用吧就是看着刷屏有点烦

                      cssxsh 1 Reply Last reply Reply Quote 0
                      • cssxsh
                        cssxsh @we1less last edited by

                        @we1less

                        你可以试试升级到 2.1.2

                        W 1 Reply Last reply Reply Quote 0
                        • W
                          we1less @cssxsh last edited by

                          @cssxsh 请问2.12文件要如何使用解压到哪里

                          cssxsh 1 Reply Last reply Reply Quote 0
                          • cssxsh
                            cssxsh @we1less last edited by

                            @we1less

                            ?为什么会有解压这个说法,你大概下错东西了

                            W 1 Reply Last reply Reply Quote 0
                            • W
                              we1less @cssxsh last edited by

                              @cssxsh Releases下确实只有两个zip,我也不懂

                              cssxsh 1 Reply Last reply Reply Quote 0
                              • cssxsh
                                cssxsh @we1less last edited by

                                @we1less

                                重新上传了

                                1 Reply Last reply Reply Quote 1
                                • 能
                                  能厨头头 last edited by

                                  这个插件有详细的演示吗,有点没看太懂

                                  1 Reply Last reply Reply Quote 0
                                  • E
                                    en_shizuku last edited by

                                    你好,请问我是不是少了些东西?
                                    2023-05-15 14:06:14 W/arknights-helper: Exception in executing command [mirai:source:ids=[1469], internalIds=[341123653], from friend 2731106957 to 334067614 at 1684130773]/方舟公招 医疗
                                    kotlinx.serialization.MissingFieldException: Field 'specializeLevelUpData' is required for type with serial name 'xyz.cssxsh.arknights.excel.SkillInfo', but it was missing at path: $['char_123_fang'].skills[0] at path: $['char_123_fang'].skills[0] at path: $['char_123_fang'].skills[0] at path: $['char_123_fang'].skills[0]
                                    at kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeSerializableValue(StreamingJsonDecoder.kt:40)
                                    at kotlinx.serialization.json.Json.decodeFromString(Json.kt:100)
                                    at arknights-helper-2.1.4.mirai2.jar//xyz.cssxsh.arknights.excel.ExcelDataHolder.character(ExcelDataHolder.kt:193)
                                    at arknights-helper-2.1.4.mirai2.jar//xyz.cssxsh.mirai.arknights.command.ArknightsRecruitCommand.handler(ArknightsRecruitCommand.kt:23)
                                    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
                                    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                                    at java.base/java.lang.reflect.Method.invoke(Method.java:568)
                                    at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
                                    at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
                                    at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:108)
                                    at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflection(KCallableImpl.kt:159)
                                    at kotlin.reflect.full.KCallables.callSuspendBy(KCallables.kt:74)
                                    at net.mamoe.mirai.console.internal.command.CommandReflector$findSubCommands$6$1.invokeSuspend(CommandReflector.kt:337)
                                    at net.mamoe.mirai.console.internal.command.CommandReflector$findSubCommands$6$1.invoke(CommandReflector.kt)
                                    at net.mamoe.mirai.console.internal.command.CommandReflector$findSubCommands$6$1.invoke(CommandReflector.kt)
                                    at net.mamoe.mirai.console.command.descriptor.CommandSignatureFromKFunctionImpl.call$suspendImpl(CommandSignature.kt:88)
                                    at net.mamoe.mirai.console.command.descriptor.CommandSignatureFromKFunctionImpl.call(CommandSignature.kt)
                                    at net.mamoe.mirai.console.internal.command.CommandManagerImplKt.executeCommandImpl(CommandManagerImpl.kt:168)
                                    at net.mamoe.mirai.console.command.CommandManager.executeCommand$suspendImpl(CommandManager.kt:130)
                                    at net.mamoe.mirai.console.command.CommandManager.executeCommand(CommandManager.kt)
                                    at net.mamoe.mirai.console.command.CommandManager$INSTANCE.executeCommand(CommandManager.kt)
                                    at net.mamoe.mirai.console.command.CommandManager.executeCommand$default(CommandManager.kt:125)
                                    at chat-command-0.5.1.jar//net.mamoe.mirai.console.plugins.chat.command.PluginMain.handleCommand(PluginMain.kt:86)
                                    at chat-command-0.5.1.jar//net.mamoe.mirai.console.plugins.chat.command.PluginMain$onEnable$2$1.invokeSuspend(PluginMain.kt:69)
                                    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: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)
                                    Caused by: kotlinx.serialization.MissingFieldException: Field 'specializeLevelUpData' is required for type with serial name 'xyz.cssxsh.arknights.excel.SkillInfo', but it was missing at path: $['char_123_fang'].skills[0] at path: $['char_123_fang'].skills[0] at path: $['char_123_fang'].skills[0]
                                    at kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeSerializableValue(StreamingJsonDecoder.kt:40)
                                    at kotlinx.serialization.encoding.AbstractDecoder.decodeSerializableValue(AbstractDecoder.kt:43)
                                    at kotlinx.serialization.encoding.AbstractDecoder.decodeSerializableElement(AbstractDecoder.kt:70)
                                    at kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeSerializableElement(StreamingJsonDecoder.kt:111)
                                    at kotlinx.serialization.encoding.CompositeDecoder$DefaultImpls.decodeSerializableElement$default(Decoding.kt:537)
                                    at kotlinx.serialization.internal.MapLikeSerializer.readElement(CollectionSerializers.kt:111)
                                    at kotlinx.serialization.internal.MapLikeSerializer.readElement(CollectionSerializers.kt:84)
                                    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:38)
                                    ... 30 more
                                    Caused by: kotlinx.serialization.MissingFieldException: Field 'specializeLevelUpData' is required for type with serial name 'xyz.cssxsh.arknights.excel.SkillInfo', but it was missing at path: $['char_123_fang'].skills[0] at path: $['char_123_fang'].skills[0]
                                    at kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeSerializableValue(StreamingJsonDecoder.kt:40)
                                    at kotlinx.serialization.encoding.AbstractDecoder.decodeSerializableValue(AbstractDecoder.kt:43)
                                    at kotlinx.serialization.encoding.AbstractDecoder.decodeSerializableElement(AbstractDecoder.kt:70)
                                    at kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeSerializableElement(StreamingJsonDecoder.kt:111)
                                    at arknights-helper-2.1.4.mirai2.jar//xyz.cssxsh.arknights.excel.Character$$serializer.deserialize(Character.kt:132)
                                    at arknights-helper-2.1.4.mirai2.jar//xyz.cssxsh.arknights.excel.Character$$serializer.deserialize(Character.kt:132)
                                    at kotlinx.serialization.json.internal.PolymorphicKt.decodeSerializableValuePolymorphic(Polymorphic.kt:59)
                                    at kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeSerializableValue(StreamingJsonDecoder.kt:38)
                                    ... 41 more
                                    Caused by: kotlinx.serialization.MissingFieldException: Field 'specializeLevelUpData' is required for type with serial name 'xyz.cssxsh.arknights.excel.SkillInfo', but it was missing at path: $['char_123_fang'].skills[0]
                                    at kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeSerializableValue(StreamingJsonDecoder.kt:40)
                                    at kotlinx.serialization.encoding.AbstractDecoder.decodeSerializableValue(AbstractDecoder.kt:43)
                                    at kotlinx.serialization.encoding.AbstractDecoder.decodeSerializableElement(AbstractDecoder.kt:70)
                                    at kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeSerializableElement(StreamingJsonDecoder.kt:111)
                                    at kotlinx.serialization.encoding.CompositeDecoder$DefaultImpls.decodeSerializableElement$default(Decoding.kt:537)
                                    at kotlinx.serialization.internal.CollectionLikeSerializer.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:38)
                                    ... 48 more
                                    Caused by: kotlinx.serialization.MissingFieldException: Field 'specializeLevelUpData' is required for type with serial name 'xyz.cssxsh.arknights.excel.SkillInfo', but it was missing
                                    at kotlinx.serialization.internal.PluginExceptionsKt.throwMissingFieldException(PluginExceptions.kt:20)
                                    at arknights-helper-2.1.4.mirai2.jar//xyz.cssxsh.arknights.excel.SkillInfo.<init>(Character.kt:402)
                                    at arknights-helper-2.1.4.mirai2.jar//xyz.cssxsh.arknights.excel.SkillInfo$$serializer.deserialize(Character.kt:402)
                                    at arknights-helper-2.1.4.mirai2.jar//xyz.cssxsh.arknights.excel.SkillInfo$$serializer.deserialize(Character.kt:402)
                                    at kotlinx.serialization.json.internal.PolymorphicKt.decodeSerializableValuePolymorphic(Polymorphic.kt:59)
                                    at kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeSerializableValue(StreamingJsonDecoder.kt:38)
                                    ... 58 more

                                    cssxsh 1 Reply Last reply Reply Quote 0
                                    • cssxsh
                                      cssxsh @en_shizuku last edited by

                                      @en_shizuku

                                      不是,单纯是游戏数据有变动

                                      1 Reply Last reply Reply Quote 0
                                      • W
                                        w211691 last edited by

                                        麻烦问一下,2.15.0-dev-105版本,初始化失败
                                        ===============================[ Mirai console 2.15.0-dev-105 ]===============================


                                        | \ / \ \ | / \ |
                                        | ▓▓\ / ▓▓\▓▓ ______ ______ \▓▓ ▓▓▓▓▓▓\ ______ _______ _______ ______ | ▓▓ ______
                                        | ▓▓▓\ / ▓▓▓ / \ | | \ ▓▓ \▓▓/ | \ / / | ▓▓/
                                        | ▓▓▓▓\ ▓▓▓▓ ▓▓ ▓▓▓▓▓▓\ \▓▓▓▓▓▓\ ▓▓ ▓▓ | ▓▓▓▓▓▓\ ▓▓▓▓▓▓▓\ ▓▓▓▓▓▓▓ ▓▓▓▓▓▓\ ▓▓ ▓▓▓▓▓▓
                                        | ▓▓\▓▓ ▓▓ ▓▓ ▓▓ ▓▓ \▓▓/ ▓▓ ▓▓ ▓▓ | ▓▓ | ▓▓ ▓▓ | ▓▓\▓▓ | ▓▓ | ▓▓ ▓▓ ▓▓ ▓▓
                                        | ▓▓ \▓▓▓| ▓▓ ▓▓ ▓▓ | ▓▓▓▓▓▓▓ ▓▓ ▓▓
                                        / \ ▓▓__/ ▓▓ ▓▓ | ▓▓_\▓▓▓▓▓▓\ ▓▓__/ ▓▓ ▓▓ ▓▓▓▓▓▓▓▓
                                        | ▓▓ \▓ | ▓▓ ▓▓ ▓▓ \▓▓ ▓▓ ▓▓\▓▓ ▓▓\▓▓ ▓▓ ▓▓ | ▓▓ ▓▓\▓▓ ▓▓ ▓▓\▓▓
                                        \▓▓ \▓▓\▓▓\▓▓ \▓▓▓▓▓▓▓\▓▓ \▓▓▓▓▓▓ \▓▓▓▓▓▓ \▓▓ \▓▓\▓▓▓▓▓▓▓ \▓▓▓▓▓▓ \▓▓ \▓▓▓▓▓▓▓

                                        2023-07-11 00:36:20 I/main: Backend: version 2.15.0-dev-105, built on 2023-07-03 21:00:02.
                                        2023-07-11 00:36:20 I/main: Frontend Terminal: version 2.15.0-dev-105, provided by Mamoe Technologies
                                        2023-07-11 00:36:20 I/main: Welcome to visit https://mirai.mamoe.net/
                                        2023-07-11 00:36:21 E/main: Failed to init MiraiConsole.
                                        net.mamoe.mirai.console.internal.util.ServiceLoadException: Could not load service xyz.cssxsh.mirai.arknights.ArknightsHelperPlugin.
                                        at net.mamoe.mirai.console.internal.util.PluginServiceHelper.loadService(PluginServiceHelper.kt:62)
                                        at net.mamoe.mirai.console.internal.util.PluginServiceHelper.loadAllServices(PluginServiceHelper.kt:44)
                                        at net.mamoe.mirai.console.internal.plugin.BuiltInJvmPluginLoaderImpl$extractPlugins$findAllInstances$2.invoke(BuiltInJvmPluginLoaderImpl.kt:200)
                                        at net.mamoe.mirai.console.internal.plugin.BuiltInJvmPluginLoaderImpl$extractPlugins$findAllInstances$2.invoke(BuiltInJvmPluginLoaderImpl.kt:195)
                                        at kotlin.sequences.TransformingSequence$iterator$1.next(Sequences.kt:210)
                                        at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:314)
                                        at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
                                        at kotlin.sequences.TransformingSequence$iterator$1.hasNext(Sequences.kt:214)
                                        at kotlin.sequences.TransformingSequence$iterator$1.hasNext(Sequences.kt:214)
                                        at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:316)
                                        at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
                                        at kotlin.sequences.SequencesKt___SequencesKt.toCollection(_Sequences.kt:787)
                                        at kotlin.sequences.SequencesKt___SequencesKt.toSet(_Sequences.kt:828)
                                        at net.mamoe.mirai.console.internal.plugin.BuiltInJvmPluginLoaderImpl.extractPlugins(BuiltInJvmPluginLoaderImpl.kt:221)
                                        at net.mamoe.mirai.console.internal.plugin.BuiltInJvmPluginLoaderImpl.listPlugins(BuiltInJvmPluginLoaderImpl.kt:71)
                                        at net.mamoe.mirai.console.plugin.jvm.JvmPluginLoader$BuiltIn.listPlugins(JvmPluginLoader.kt)
                                        at net.mamoe.mirai.console.internal.plugin.PluginManagerImpl.listAndSortAllPlugins(PluginManagerImpl.kt:195)
                                        at net.mamoe.mirai.console.internal.plugin.PluginManagerImpl.findAndSortAllPluginsUsingBuiltInLoaders(PluginManagerImpl.kt:141)
                                        at net.mamoe.mirai.console.internal.plugin.PluginManagerImpl.loadAllPluginsUsingBuiltInLoaders$mirai_console(PluginManagerImpl.kt:151)
                                        at net.mamoe.mirai.console.internal.MiraiConsoleImplementationBridge.doStart$mirai_console(MiraiConsoleImplementationBridge.kt:302)
                                        at net.mamoe.mirai.console.MiraiConsoleImplementation$Companion.start(MiraiConsoleImplementation.kt:512)
                                        at net.mamoe.mirai.console.terminal.MiraiConsoleTerminalLoader.startAsDaemon(MiraiConsoleTerminalLoader.kt:182)
                                        at net.mamoe.mirai.console.terminal.MiraiConsoleTerminalLoader.startAsDaemon$default(MiraiConsoleTerminalLoader.kt:181)
                                        at net.mamoe.mirai.console.terminal.MiraiConsoleTerminalLoader.main(MiraiConsoleTerminalLoader.kt:59)
                                        Caused by: java.lang.UnsupportedClassVersionError: xyz/cssxsh/mirai/arknights/ArknightsHelperPlugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
                                        at java.lang.ClassLoader.defineClass1(Native Method)
                                        at java.lang.ClassLoader.defineClass(Unknown Source)
                                        at java.security.SecureClassLoader.defineClass(Unknown Source)
                                        at java.net.URLClassLoader.defineClass(Unknown Source)
                                        at java.net.URLClassLoader.access$100(Unknown Source)
                                        at java.net.URLClassLoader$1.run(Unknown Source)
                                        at java.net.URLClassLoader$1.run(Unknown Source)
                                        at java.security.AccessController.doPrivileged(Native Method)
                                        at java.net.URLClassLoader.findClass(Unknown Source)
                                        at net.mamoe.mirai.console.internal.plugin.JvmPluginClassLoaderN.loadClass(JvmPluginClassLoader.kt:477)
                                        at java.lang.Class.forName0(Native Method)
                                        at java.lang.Class.forName(Unknown Source)
                                        at net.mamoe.mirai.console.internal.util.PluginServiceHelper.loadService(PluginServiceHelper.kt:53)
                                        ... 23 more

                                        是版本问题吗,我在2.15.0-M1版本是可以启动的

                                        cssxsh 1 Reply Last reply Reply Quote 0
                                        • cssxsh
                                          cssxsh @w211691 last edited by

                                          @w211691

                                          java 版本

                                          W 1 Reply Last reply Reply Quote 0
                                          • W
                                            w211691 @cssxsh last edited by

                                            @cssxsh 明白了,我之前用的是MCL自动安装的版本,换了个文件夹没改配置文件,谢谢了,第一次弄这玩意,我再试试

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 12 / 13
                                            • First post
                                              Last post
                                            Powered by Mamoe Technologies & NodeBB | 友情链接 | 服务监控 | Contact