Open Issues Need Help
View All on GitHub 无法安装插件,报错 chromadb is not installed about 2 months ago
AI Summary: The user is unable to install the `astrbot_plugin_iris_memory` plugin because the `chromadb` library is not installed. The error message clearly indicates that `chromadb` needs to be installed using `pip install chromadb` for the plugin to function correctly.
Complexity:
1/5
good first issue
调用memory和iris命令时提示错误 about 2 months ago
AI Summary: The user is encountering an error when trying to use the 'memory' and 'iris' commands. The traceback indicates an `AttributeError` because the `CommandHandlers` object does not have the expected `handle_memory_command` method, suggesting a potential typo or incorrect method call within the plugin's code.
Complexity:
2/5
good first issue