docs/en/faq.md
Download dist.zip from the release page, extract it, and move it to AstrBot/data. If it still doesn't work, try restarting your computer (based on community feedback).
If you forgot your AstrBot dashboard password, you can modify the "dashboard" field in the AstrBot/data/cmd_config.json configuration file, where "username" is your username and "password" is your password encrypted with MD5.
To modify your account credentials, follow these steps:
"username" field, keeping the "" quotation marks. If you don't want to change the username, skip this step"" quotation marksConfig -> General Config, find Use Computer Capabilities, and select local for the runtime environment.Config -> Other Config, find Admin ID List, and add your user ID (you can get it through the /sid command).[!TIP] For security reasons, when runtime environment is set to
local, AstrBot only allows AstrBot administrators to use computer capabilities by default. You can selectsandboxfor the runtime environment, which allows all users to use computer capabilities (in an isolated sandbox). For more details, see AstrBot Sandbox Environment
/, for example: /hello./reset, /persona, /dashboard_update, /op, /deop, /wl, /dewl are the default admin commands. You can use the /sid command to get a user's ID, then add it to the admin ID list in Settings -> Other Settings.You can customize the font. See details -> #957
Recommended font: Maple Mono.
<empty content>This is because the provider's API returned empty text. Try the following steps:
No module named 'xxx' After Installing PluginThis is because the plugin's dependencies were not installed properly. Normally, AstrBot automatically installs plugin dependencies after installing the plugin, but installation may fail in the following situations:
requirements.txt fileSolution:
Based on the error message, refer to the plugin's README to manually install dependencies. You can install dependencies in the AstrBot WebUI under Console -> Install Pip Package.
If you find that the plugin author did not include a requirements.txt file, please submit an issue in the plugin repository to remind the author to add it.