Comfy-Org / Comfy-Org/ComfyUI

OSError: [WinError 64] The specified network name is no longer available

Open
#11,576 0 comments 0 reactions 0 assignees View on GitHub
Potential Bug
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

### Custom Node Testing

- [ ] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)

### Expected Behavior

Task exception was never retrieved
future: .accept_coro() done, defined at C:\Program Files\Python312\Lib\asyncio\windows_events.py:563> exception=OSError(22, 'The specified network name is no longer available', None, 64, None)>
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 566, in accept_coro
await future
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 803, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 555, in finish_accept
ov.getresult()
OSError: [WinError 64] The specified network name is no longer available
Accept failed on a socket
socket:
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\proactor_events.py", line 846, in loop
conn, addr = f.result()
^^^^^^^^^^
OSError: [WinError 64] The specified network name is no longer available
got prompt
Task exception was never retrieved
future: exception=TypeError("'NoneType' object is not callable")>
Traceback (most recent call last):
File "E:\Comfy_from_zip\ComfyUI\venv\Lib\site-packages\aiohttp\web_protocol.py", line 587, in start
request = self._request_factory(
^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not callable
Task exception was never retrieved
future: .accept_coro() done, defined at C:\Program Files\Python312\Lib\asyncio\windows_events.py:563> exception=OSError(22, 'The specified network name is no longer available', None, 64, None)>
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 566, in accept_coro
await future
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 803, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 555, in finish_accept
ov.getresult()
OSError: [WinError 64] The specified network name is no longer available
Accept failed on a socket
socket:
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\proactor_events.py", line 846, in loop
conn, addr = f.result()
^^^^^^^^^^
OSError: [WinError 64] The specified network name is no longer available
80%|██████████████████████████████████████████████████████████████████▍

### Actual Behavior

Task exception was never retrieved
future: .accept_coro() done, defined at C:\Program Files\Python312\Lib\asyncio\windows_events.py:563> exception=OSError(22, 'The specified network name is no longer available', None, 64, None)>
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 566, in accept_coro
await future
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 803, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 555, in finish_accept
ov.getresult()
OSError: [WinError 64] The specified network name is no longer available
Accept failed on a socket
socket:
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\proactor_events.py", line 846, in loop
conn, addr = f.result()
^^^^^^^^^^
OSError: [WinError 64] The specified network name is no longer available
got prompt
Task exception was never retrieved
future: exception=TypeError("'NoneType' object is not callable")>
Traceback (most recent call last):
File "E:\Comfy_from_zip\ComfyUI\venv\Lib\site-packages\aiohttp\web_protocol.py", line 587, in start
request = self._request_factory(
^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not callable
Task exception was never retrieved
future: .accept_coro() done, defined at C:\Program Files\Python312\Lib\asyncio\windows_events.py:563> exception=OSError(22, 'The specified network name is no longer available', None, 64, None)>
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 566, in accept_coro
await future
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 803, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 555, in finish_accept
ov.getresult()
OSError: [WinError 64] The specified network name is no longer available
Accept failed on a socket
socket:
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\proactor_events.py", line 846, in loop
conn, addr = f.result()
^^^^^^^^^^
OSError: [WinError 64] The specified network name is no longer available
80%|██████████████████████████████████████████████████████████████████▍

### Steps to Reproduce

Task exception was never retrieved
future: .accept_coro() done, defined at C:\Program Files\Python312\Lib\asyncio\windows_events.py:563> exception=OSError(22, 'The specified network name is no longer available', None, 64, None)>
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 566, in accept_coro
await future
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 803, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 555, in finish_accept
ov.getresult()
OSError: [WinError 64] The specified network name is no longer available
Accept failed on a socket
socket:
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\proactor_events.py", line 846, in loop
conn, addr = f.result()
^^^^^^^^^^
OSError: [WinError 64] The specified network name is no longer available
got prompt
Task exception was never retrieved
future: exception=TypeError("'NoneType' object is not callable")>
Traceback (most recent call last):
File "E:\Comfy_from_zip\ComfyUI\venv\Lib\site-packages\aiohttp\web_protocol.py", line 587, in start
request = self._request_factory(
^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not callable
Task exception was never retrieved
future: .accept_coro() done, defined at C:\Program Files\Python312\Lib\asyncio\windows_events.py:563> exception=OSError(22, 'The specified network name is no longer available', None, 64, None)>
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 566, in accept_coro
await future
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 803, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 555, in finish_accept
ov.getresult()
OSError: [WinError 64] The specified network name is no longer available
Accept failed on a socket
socket:
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\proactor_events.py", line 846, in loop
conn, addr = f.result()
^^^^^^^^^^
OSError: [WinError 64] The specified network name is no longer available
80%|██████████████████████████████████████████████████████████████████▍

### Debug Logs

```powershell
Task exception was never retrieved
future: .accept_coro() done, defined at C:\Program Files\Python312\Lib\asyncio\windows_events.py:563> exception=OSError(22, 'The specified network name is no longer available', None, 64, None)>
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 566, in accept_coro
await future
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 803, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 555, in finish_accept
ov.getresult()
OSError: [WinError 64] The specified network name is no longer available
Accept failed on a socket
socket:
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\proactor_events.py", line 846, in loop
conn, addr = f.result()
^^^^^^^^^^
OSError: [WinError 64] The specified network name is no longer available
got prompt
Task exception was never retrieved
future: exception=TypeError("'NoneType' object is not callable")>
Traceback (most recent call last):
File "E:\Comfy_from_zip\ComfyUI\venv\Lib\site-packages\aiohttp\web_protocol.py", line 587, in start
request = self._request_factory(
^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not callable
Task exception was never retrieved
future: .accept_coro() done, defined at C:\Program Files\Python312\Lib\asyncio\windows_events.py:563> exception=OSError(22, 'The specified network name is no longer available', None, 64, None)>
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 566, in accept_coro
await future
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 803, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\asyncio\windows_events.py", line 555, in finish_accept
ov.getresult()
OSError: [WinError 64] The specified network name is no longer available
Accept failed on a socket
socket:
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\asyncio\proactor_events.py", line 846, in loop
conn, addr = f.result()
^^^^^^^^^^
OSError: [WinError 64] The specified network name is no longer available
80%|██████████████████████████████████████████████████████████████████▍
```

### Other

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.