pythongosssss / ComfyUI-Custom-Scripts

Enhancements & experiments for ComfyUI, mostly focusing on UI features
MIT License
1.77k stars 139 forks source link

Sound not being triggered (WinError 10054) #310

Open acgc99 opened 2 months ago

acgc99 commented 2 months ago

I often get this error with PlaySound node:

Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
  File "asyncio\events.py", line 80, in _run
  File "asyncio\proactor_events.py", line 165, in _call_connection_lost
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host

This happens to me in console and also in Stability Matrix. Unfortunately, it seems to happen randomly, I haven't observed any patern.

pythongosssss commented 2 months ago

Hmm, they playsound node doesnt have any logic on the backend so I would be suprised if it was this node causing the issue