Skip to content

本地wsl源码部署运行时出现了Traceback 错误 #123

Open
@usjxnxc

Description

@usjxnxc

大致是这样: Traceback (most recent call last):
File "/mnt/c/Users/mpc/Desktop/VirtualWife/domain-chatbot/apps/chatbot/process/process.py", line 53, in chat
short_history = singleton_sys_config.memory_storage_driver.search_short_memory(
AttributeError: 'SysConfig' object has no attribute 'memory_storage_driver'
[ERROR][2025-04-10 00:44:34,480][process.py:74] chat error: 'SysConfig' object has no attribute 'memory_storage_driver'

也就是在 SysConfig 类中没有正确初始化 memory_storage_driver 属性,我排查了半天,最后下载了个trae用claude3.7直接改好了,现在大模型是真牛掰啊,还有就是edge-tts需要升级一下最新版本,不然没声音,我目前遇到的问题就这两个。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions