modelscope / agentscope

Start building LLM-empowered multi-agent applications in an easier way.

Home Page:https://modelscope.github.io/agentscope/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]:OperationalError: database is locked

nlper-hou opened this issue · comments

This problem occurs when running file "/root/nas/agent/agentscope/notebook/conversation.ipynb".
OperationalError: database is locked

@qbc2016 @pan-x-c Please check this issue.

We cannot reproduce the issue. Could you please provide more detailed error information? @nlper-hou

This may be caused by the database file being occupied by other processes.
AgentScope will generate a database file named agentscope.db in the ./runs/run_{runtime_id} folder.
You can try deleting the runs folder or check if any other process is accessing the database file.

We will add corresponding checks in subsequent updates.

If you have any further questions or concerns, please feel free to create a new issue.