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

Error connecting to server #5284

Open
zlamil opened this issue Oct 18, 2024 · 0 comments
Open

Error connecting to server #5284

zlamil opened this issue Oct 18, 2024 · 0 comments
Labels
User Support A user needs help with something, probably not a bug.

Comments

@zlamil
Copy link

zlamil commented Oct 18, 2024

Your question

When I want to run Update all ComfyUI, Nuke gives me this warning: Error connecting to server 127.0.0.1 on port 8188

Logs

C:\ComfyUI>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
Total VRAM 11264 MB, total RAM 130965 MB
pytorch version: 2.4.1+cu124
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 2080 Ti : cudaMallocAsync
Using pytorch cross attention
Traceback (most recent call last):
File "C:\ComfyUI\ComfyUI\main.py", line 91, in
import server
File "C:\ComfyUI\ComfyUI\server.py", line 21, in
import aiohttp
File "C:\ComfyUI\python_embeded\Lib\site-packages\aiohttp_init_.py", line 6, in
from .client import (
File "C:\ComfyUI\python_embeded\Lib\site-packages\aiohttp\client.py", line 78, in
from .connector import (
File "C:\ComfyUI\python_embeded\Lib\site-packages\aiohttp\connector.py", line 769, in
_SSL_CONTEXT_VERIFIED = _make_ssl_context(True)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ComfyUI\python_embeded\Lib\site-packages\aiohttp\connector.py", line 754, in _make_ssl_context
return ssl.create_default_context()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "ssl.py", line 775, in create_default_context
File "ssl.py", line 596, in load_default_certs
File "ssl.py", line 588, in _load_windows_store_certs
ssl.SSLError: not enough data: cadata does not contain a certificate (_ssl.c:4032)

C:\ComfyUI>pause
Press any key to continue . . .

Other

No response

@zlamil zlamil added the User Support A user needs help with something, probably not a bug. label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Support A user needs help with something, probably not a bug.
Projects
None yet
Development

No branches or pull requests

1 participant