mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[GH-ISSUE #55] RuntimeError: async generator ignored GeneratorExit #36
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chenbyby on GitHub (Feb 26, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/55
2025-02-26 17:39:06 - DeepClaude - INFO - DeepSeek 推理完成,收集到的推理内容长度:1354
2025-02-26 17:39:06 - DeepClaude - ERROR - deepseek_client GeneratorExit:
2025-02-26 17:39:06 - DeepClaude - INFO - DeepSeek 任务处理完成,标记结束
Exception ignored in: <async_generator object DeepSeekClient.stream_chat at 0x105371790>
Traceback (most recent call last):
File "/Users/bytedance/Downloads/repo/github/deepclaude2/app/openai_composite/openai_composite.py", line 115, in process_deepseek
break
RuntimeError: async generator ignored GeneratorExit
Exception ignored in: <async_generator object BaseClient._make_request at 0x105371b80>
Traceback (most recent call last):
File "/Users/bytedance/Downloads/repo/github/deepclaude2/app/openai_composite/openai_composite.py", line 115, in process_deepseek
break
RuntimeError: async generator ignored GeneratorExit
how to avoid GeneratorExit?