Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

ConnectionResetError: [WinError 10054]

Open ask0 opened this issue 1 year ago • 4 comments

Getting this error in model inference. Produces mp3 file but no sound

<All keys matched successfully>
2023-06-29 16:07:06 | ERROR | root | 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 162, in _call_connection_lost
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host

ask0 avatar Jun 29 '23 13:06 ask0

I have the same error in model inference. It produces an audio file with the same format as the audio file to be processed, it takes about 2 seconds to finish. the audio produced has sound but its kinda glitchy.

The output information says:

Success.
 Index not used.
Time:
 npy:0.04253196716308594s, f0:4.491180896759033s, infer:0.9832859039306641s
<All keys matched successfully>
2023-07-02 10:16:05 | ERROR | root | 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 162, in _call_connection_lost
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host

leaper-max avatar Jul 02 '23 08:07 leaper-max

I have the same error. After one successful launch my server lost connection, and than future audio has the metal, glitchy sound.

Console:

2023-07-06 13:34:00 | ERROR | asyncio | Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
  File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\asyncio\events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\asyncio\proactor_events.py", line 162, in _call_connection_lost
    self._sock.shutdown(socket.SHUT_RDWR)
ConnectionResetError: [WinError 10054] A remote host forcibly disconnected an existing connection

I have to restart the server to make another attempt at audio conversion.

Digidr0 avatar Jul 06 '23 10:07 Digidr0

I have the same issue and have yet to find a solution. It literally prevents me from doing inference. I have already tried the usual tricks with the firewall and such.

My error message:

2023-07-12 22:29:15 | ERROR | root | 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 162, in _call_connection_lost ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host

Pashahlis avatar Jul 12 '23 20:07 Pashahlis

After some more testing, turns out that error message just happens to some people but the audio is processed normally. The glitchy audio issues I was facing was because my dumb ass forgot to separate vocals and instruments for the input too.

Pashahlis avatar Jul 13 '23 16:07 Pashahlis

so there is no way to fix the issue but somehow it just fuction successfully? how do I know if it cause trouble elsewhere

LGHung avatar Aug 02 '23 16:08 LGHung

is it fixed now? I'm still having the trouble

billy7097 avatar Nov 06 '23 06:11 billy7097

This issue was closed because it has been inactive for 15 days since being marked as stale.

github-actions[bot] avatar Apr 29 '24 04:04 github-actions[bot]

I am also facing the same issue, please anyone provide solution

jasonmomos avatar Jun 28 '24 17:06 jasonmomos