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

UnicodeDecodeError: 'gbk' codec can't decode byte 0xac in position 42178: illegal multibyte sequence #181

Open
whmc76 opened this issue Feb 22, 2024 · 0 comments

Comments

@whmc76
Copy link

whmc76 commented Feb 22, 2024

Error handling request
Traceback (most recent call last):
File "E:\IMAGE\ComfyUI-base\python_embeded\Lib\site-packages\aiohttp\web_protocol.py", line 452, in handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\IMAGE\ComfyUI-base\python_embeded\Lib\site-packages\aiohttp\web_app.py", line 543, in handle
resp = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "E:\IMAGE\ComfyUI-base\python_embeded\Lib\site-packages\aiohttp\web_middlewares.py", line 114, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "E:\IMAGE\ComfyUI-base\ComfyUI\server.py", line 47, in cache_control
response: web.Response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "E:\IMAGE\ComfyUI-base\ComfyUI\custom_nodes\comfyui-workspace-manager_init
.py", line 289, in scan_local_new_files
fileList = folder_handle(path, existFlowIds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\IMAGE\ComfyUI-base\ComfyUI\custom_nodes\comfyui-workspace-manager_init
.py", line 270, in folder_handle
file_handle(item, f, existFlowIds, fileList)
File "E:\IMAGE\ComfyUI-base\ComfyUI\custom_nodes\comfyui-workspace-manager_init_.py", line 253, in file_handle
json_data = json.load(file)
^^^^^^^^^^^^^^^
File "json_init_.py", line 293, in load
UnicodeDecodeError: 'gbk' codec can't decode byte 0xac in position 42178: illegal multibyte sequence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant