mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-30 14:47:31 +00:00
导致的原因是在初始化 app.json 时错误的使用了 botConfigGson, 而 botConfigGson 未配置用于 MetricsServer 的 UsernameAuthenticator 序列化器, 导致在初始化配置文件中序列化 AppConfig 时, Gson 会反射调用 BasicAuthenticator, 导致被 Java 模块系统拦截并报错, 现已修复该问题. |
||
---|---|---|
.. | ||
util | ||
AppConfigs.kt | ||
AppMain.kt | ||
BotDBMaker.kt | ||
ExtensionComponents.kt | ||
ExtensionFinders.kt | ||
ScalaBot.kt |