Lost-MSth / Arcaea-server

一个微型的 Arcaea 本地服务器 A small local server for Arcaea
MIT License
358 stars 53 forks source link

database error? (latest server file) #162

Closed rlarhsid closed 4 months ago

rlarhsid commented 4 months ago

the latest server files (v2.11.3.10) seems like to have a weird error with the database system. No matter what database files I use, or even when I don't use the database files that I used and try to create a new db file, it brings me a sql error, and makes the server unable to do anything, including logging in, creating accounts, changing characters, etc. image this is the screen that shows up when booting the server for the first time, without making any modifications to the config_manager.py or other files. image this is the screen when I try imported the arcaea_database.db files that I was using, using the server config page.

Lost-MSth commented 4 months ago

Please do not change files in /database/init folder. It seems you add some packs in pack.json, which are not correct.

rlarhsid commented 4 months ago

overwriting the packs.json files to the original files fixed this issue, guess I shouldn't touch them more. Thanks for your advice.