- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 229
 
Open
Description
2025-10-21 22:40:36 | INFO     | conversation_api.py:save_workflow_checkpoint:361 | Received save-workflow-checkpoint request
2025-10-21 22:40:36 | INFO     | conversation_api.py:save_workflow_checkpoint:400 | Workflow checkpoint saved with version ID: 17
2025-10-21 22:40:36 | INFO     | conversation_api.py:invoke_chat:209 | Received invoke_chat request
2025-10-21 22:40:36 | INFO     | auth_utils.py:extract_and_store_api_key:27 | ComfyUI Copilot API key extracted and stored: a06faf94951b...
2025-10-21 22:40:36 | INFO     | auth_utils.py:extract_and_store_api_key:32 | API key verification: ✓ Successfully stored in globals
--- Logging error ---
Traceback (most recent call last):
  File "C:\Users\xxxx\miniconda3\envs\comfyui313\Lib\logging\__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'gbk' codec can't encode character '\u2713' in position 100: illegal multibyte sequence
Call stack:
  File "E:\git\ComfyUI\main.py", line 367, in <module>
    event_loop.run_until_complete(x)
  File "C:\Users\xxxx\miniconda3\envs\comfyui313\Lib\asyncio\base_events.py", line 712, in run_until_complete
    self.run_forever()
  File "C:\Users\xxxx\miniconda3\envs\comfyui313\Lib\asyncio\base_events.py", line 683, in run_forever
    self._run_once()
  File "C:\Users\xxxx\miniconda3\envs\comfyui313\Lib\asyncio\base_events.py", line 2050, in _run_once
    handle._run()
  File "C:\Users\xxxx\miniconda3\envs\comfyui313\Lib\asyncio\events.py", line 89, in _run
    self._context.run(self._callback, *self._args)
  File "C:\Users\xxxx\miniconda3\envs\comfyui313\Lib\site-packages\aiohttp\web_protocol.py", line 598, in start
    task = asyncio.Task(coro, loop=loop, eager_start=True)
  File "C:\Users\xxxx\miniconda3\envs\comfyui313\Lib\site-packages\aiohttp\web_protocol.py", line 510, in _handle_request
    resp = await request_handler(request)
  File "C:\Users\xxxx\miniconda3\envs\comfyui313\Lib\site-packages\aiohttp\web_app.py", line 569, in _handle
    return await handler(request)
  File "C:\Users\xxxx\miniconda3\envs\comfyui313\Lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
    return await handler(request)
  File "E:\git\ComfyUI\middleware\cache_middleware.py", line 27, in cache_control
    response: web.Response = await handler(request)
  File "E:\git\ComfyUI\server.py", line 137, in origin_only_middleware
    response = await handler(request)
  File "E:\git\ComfyUI\custom_nodes\ComfyUI-Copilot\backend\controller\conversation_api.py", line 212, in invoke_chat
    extract_and_store_api_key(request)
  File "E:\git\ComfyUI\custom_nodes\ComfyUI-Copilot\backend\utils\auth_utils.py", line 32, in extract_and_store_api_key
    log.info("API key verification: ✓ Successfully stored in globals")
  File "E:\git\ComfyUI\custom_nodes\ComfyUI-Copilot\backend\utils\logger.py", line 117, in info
    self._log_with_location(logging.INFO, message, *args, **kwargs)
  File "E:\git\ComfyUI\custom_nodes\ComfyUI-Copilot\backend\utils\logger.py", line 107, in _log_with_location
    handler.handle(record)
Message: 'API key verification: ✓ Successfully stored in globals'
Arguments: ()
2025-10-21 22:40:36 | INFO     | conversation_api.py:invoke_chat:215 | Request JSON:
2025-10-21 22:40:36 | INFO     | conversation_api.py:invoke_chat:262 | -- Received 1 historical messages
2025-10-21 22:40:36 | INFO     | conversation_api.py:invoke_chat:266 | Using workflow checkpoint ID: 17 for session 724f472e-548a-42e1-86ef-3252cb7bd70e
2025-10-21 22:40:36 | INFO     | conversation_api.py:invoke_chat:285 | config: {'session_id': '724f472e-548a-42e1-86ef-3252cb7bd70e', 'workflow_checkpoint_id': 17, 'openai_api_key': '', 'openai_base_url': None, 'workflow_llm_api_key': None, 'workflow_llm_base_url': None, 'workflow_llm_model': None, 'model_select': 'huihui-qwen3-30b-a3b-abliterated-fusion-5050'}
2025-10-21 22:40:41 | INFO     | mcp_client.py:comfyui_agent_invoke:167 | -- Processing 1 messages
2025-10-21 22:40:41 | INFO     | mcp_client.py:comfyui_agent_invoke:174 | === MCP Agent Run starting ===
2025-10-21 22:40:41 | INFO     | mcp_client.py:process_stream_events:214 | Handoff to: ComfyUI-Copilot
FETCH ComfyRegistry Data: 55/101
2025-10-21 22:40:43 | INFO     | mcp_client.py:comfyui_agent_invoke:390 | Total tool results: 0
2025-10-21 22:40:43 | INFO     | mcp_client.py:comfyui_agent_invoke:400 | === End Tool Results Summary ===
2025-10-21 22:40:43 | INFO     | conversation_api.py:invoke_chat:300 | -- Received ext data: None, finished: True
2025-10-21 22:40:43 | INFO     | conversation_api.py:invoke_chat:325 | -- Sending final response: 0 chars, ext: False, finished: True

Metadata
Metadata
Assignees
Labels
No labels