-
Notifications
You must be signed in to change notification settings - Fork 892
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
Comfyui manager always reports an error when starting #1099
Comments
https://github.com/ltdrdata/ComfyUI-Manager#troubleshooting Try |
Still reporting an error, but thanks for your help. |
Me too. Still reporting an error after adding bypass_ssl = True in config.ini thanks for your help. |
oh, the error is: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Exception in thread Thread-9 (): |
the error "json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)" is resolved through vpn. thanks your history issue reply "json.decoder.JSONDecodeError #1007" |
那天我在逛作者的首页时,无意中看到:When you run the scan.sh script: It updates the extension-node-map.json. To do this, it pulls or clones the custom nodes listed in custom-node-list.json into ~/.tmp/default. |
|
hi @ltdrdata how to close or cancel this connetion request for Comfyui-Manager because my server in a Intranet while can't connect the Extranet? |
Upload this request to here: I'll patch it later. |
Hello, I always report this error in the background when comfyui starts up. It feels like a network problem, but it can start and run the workflow normally. It's just that these errors are reported every time it starts up. I tried to lower the version, but it doesn't report errors in very low versions, but it doesn't work well with the latest version of comfyui.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "E:\ComfyUI-aki-v1.3\python\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "<enhanced_experience vendors.sentry_sdk.integrations.threading>", line 99, in run
Scenedetect.available False
File "<enhanced_experience vendors.sentry_sdk.integrations.threading>", line 94, in _run_old_run_func
File "<enhanced_experience vendors.sentry_sdk.utils>", line 1649, in reraise
File "<enhanced_experience vendors.sentry_sdk.integrations.threading>", line 92, in _run_old_run_func
File "E:\ComfyUI-aki-v1.3\python\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1354, in
threading.Thread(target=lambda: asyncio.run(default_cache_update())).start()
File "E:\ComfyUI-aki-v1.3\python\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "E:\ComfyUI-aki-v1.3\python\lib\asyncio\base_events.py", line 649, in run_until_complete
return future.result()
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1351, in default_cache_update
await asyncio.gather(a, b, c, d, e)
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1338, in get_cache
json_obj = await core.get_data(uri, True)
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager\glob\manager_core.py", line 620, in get_data
async with session.get(uri) as resp:
File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\client.py", line 1197, in aenter
self._resp = await self._coro
File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\client.py", line 581, in _request
conn = await self._connector.connect(
File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\connector.py", line 544, in connect
proto = await self._create_connection(req, traces, timeout)
File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\connector.py", line 944, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\connector.py", line 1209, in _create_direct_connection
raise ClientConnectorError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host raw.githubusercontent.com:443 ssl:default [getaddrinfo failed]
FishSpeech.available
The text was updated successfully, but these errors were encountered: