comfyui-mixlab-nodes
comfyui-mixlab-nodes copied to clipboard
控制台出报错:ValueError: path is on mount 'F:', start on mount 'D:'
#read_workflow_json_files_all D:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\app
Error handling request
Traceback (most recent call last):
File "D:\Blender_ComfyUI\python_embeded\lib\site-packages\aiohttp\web_protocol.py", line 452, in _handle_request
resp = await request_handler(request)
File "<enhanced_experience vendors.sentry_sdk.integrations.aiohttp>", line 139, in sentry_app_handle
File "<enhanced_experience vendors.sentry_sdk._compat>", line 115, in reraise
File "<enhanced_experience vendors.sentry_sdk.integrations.aiohttp>", line 129, in sentry_app_handle
File "D:\Blender_ComfyUI\python_embeded\lib\site-packages\aiohttp\web_app.py", line 543, in _handle
resp = await handler(request)
File "D:\Blender_ComfyUI\python_embeded\lib\site-packages\aiohttp\web_middlewares.py", line 114, in impl
return await handler(request)
File "D:\Blender_ComfyUI\ComfyUI\server.py", line 47, in cache_control
response: web.Response = await handler(request)
File "<enhanced_experience patches.comfyui.html_resources_patcher>", line 29, in http_resource_injector
File "D:\Blender_ComfyUI\python_embeded\lib\ntpath.py", line 747, in relpath
raise ValueError("path is on mount %r, start on mount %r" % (
ValueError: path is on mount 'F:', start on mount 'D:'
Error handling request
Traceback (most recent call last):
File "D:\Blender_ComfyUI\python_embeded\lib\site-packages\aiohttp\web_protocol.py", line 452, in _handle_request
resp = await request_handler(request)
File "<enhanced_experience vendors.sentry_sdk.integrations.aiohttp>", line 139, in sentry_app_handle
File "<enhanced_experience vendors.sentry_sdk._compat>", line 115, in reraise
File "<enhanced_experience vendors.sentry_sdk.integrations.aiohttp>", line 129, in sentry_app_handle
File "D:\Blender_ComfyUI\python_embeded\lib\site-packages\aiohttp\web_app.py", line 543, in _handle
resp = await handler(request)
File "D:\Blender_ComfyUI\python_embeded\lib\site-packages\aiohttp\web_middlewares.py", line 114, in impl
return await handler(request)
File "D:\Blender_ComfyUI\ComfyUI\server.py", line 47, in cache_control
response: web.Response = await handler(request)
File "<enhanced_experience patches.comfyui.html_resources_patcher>", line 29, in http_resource_injector
File "D:\Blender_ComfyUI\python_embeded\lib\ntpath.py", line 747, in relpath
raise ValueError("path is on mount %r, start on mount %r" % (
ValueError: path is on mount 'F:', start on mount 'D:'
把comfyui-mixlab-nodes卸载后,错误消失……