mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-14 13:47:24 +08:00
snowykami
7bf94a15c8
Some checks failed
Deploy VitePress site to Pages / build (push) Failing after 1m10s
31 lines
1.6 KiB
Markdown
31 lines
1.6 KiB
Markdown
---
|
|
title: FAQ
|
|
order: 3
|
|
---
|
|
# FAQ
|
|
|
|
## **Frequently Asked Questions**
|
|
|
|
- There are too many python interpreters on my computer, how do I know which one to use?
|
|
- You can specify which python interpreter to use by using the full path to the python executable, for example, `/path/to/python main.py`
|
|
- Use virtual environments to avoid conflicts between different python interpreters
|
|
|
|
- Update Liteyuki failed, error `InvalidGitRepositoryError`
|
|
- Please install `Git` correctly and deploy Liteyuki using cloning instead of direct download
|
|
|
|
- How to log in to chat platforms?
|
|
- Some plugins provide the ability to log in to specific platforms, for example, using the NoneBot plugin to log in to supported adapter platforms
|
|
|
|
- `Playwright` installation failed
|
|
- Enter `playwright install` to install the browser
|
|
|
|
- Some plugins report errors after installation and cannot be started
|
|
- Please refer to the plugin documentation first, confirm that the necessary configuration items of the plugin are intact,
|
|
and if the problem persists, please contact the plugin author or start Liteyuki in safe mode `safe_mode: true`.
|
|
In safe mode, you can use `npm uninstall` to uninstall problematic plugins
|
|
|
|
## Other questions
|
|
|
|
- Join chat group[775840726](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=SzmDYbfR6jY94o9KFNon7AwelRyI6M_u&authKey=ygeBdEmdFNyCWuNR4w0M1M8%2B5oDg7k%2FDfN0tzBkYcnbB%2FGHNnlVEnCIGbdftsnn7&noverify=0&group_code=775840726)
|
|
- If you don't have a QQ account, you can [submit an issue on GitHub](https://github.com/LiteyukiStudio/LiteyukiBot/issues/new?assignees=&labels=&projects=&template=%E9%97%AE%E9%A2%98%E5%8F%8D%E9%A6%88.md&title=)
|