-
-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Labels
bugBUGBUG
Description
Describe the bug
正常情况下
database服务为database-sqlite
bind在sqlite自动创建onebot的channel和binding数据。
但
database服务转为database-mysql
不会自动创建onebot用户的binding数据,channel正常自动创建。
平台绑定服务无法使用(获取验证码无反应)
koishi和浏览器控制台没有log
onebot用户添加用户组
浏览器控制台
koishi 没有有关的log
callme命令回应异常
沙盒
onebot平台
Steps to reproduce
adapter服务adapter-onebot,database服务启用 database-mysql ;停用 database-sqlite。
Expected behavior
bind在mysql自动创建onebot帐户(创建binding数据)
Screenshots
koishi日志
没有有关日志
mariadb查询日志
mariadb错误日志
Versions
- OS: Debian 6.1.55-1 (2023-09-29) x86_64 GNU/Linux
- Platform: Onebot
- Node version: 20.16.0
- Npm version: 10.8.2
- Koishi version: 4.18.7
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugBUGBUG