Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

运行报错 #2629

Closed
snakeninny opened this issue Jan 11, 2024 · 3 comments
Closed

运行报错 #2629

snakeninny opened this issue Jan 11, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@snakeninny
Copy link

TypeError: 'NoneType' object is not iterable
Traceback:
File "/home/hqms/miniconda3/envs/langchain/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 534, in _run_script
exec(code, module.dict)
File "/home/hqms/bqq/Langchain-Chatchat/webui.py", line 64, in
pages[selected_page]["func"](api=api, is_lite=is_lite)
File "/home/hqms/bqq/Langchain-Chatchat/webui_pages/dialogue/dialogue.py", line 165, in dialogue_page
running_models = list(api.list_running_models())

@snakeninny snakeninny added the bug Something isn't working label Jan 11, 2024
Copy link

dosubot bot commented Jan 11, 2024

🤖

你好 @snakeninny!欢迎来到Langchain-Chatchat的GitHub页面。我是Dosu,一个可以帮助你解决问题,回答你的问题,甚至帮助你成为一个贡献者的机器人。在等待人类维护者回复的同时,我在这里提供帮助。我正在查看你的问题,很快会给你一个完整的答案。

@snakeninny
Copy link
Author

python startup.py -a
报错

@zRzRzRzRzRzRzR
Copy link
Collaborator

running_models = list(api.list_running_models())
这个大概率是后台模型没有读取到吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants