gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
973 stars 90 forks source link

Can't process audio files #173

Open stepas-dev opened 8 months ago

stepas-dev commented 8 months ago

Describe the bug I always get this error (snippet below) when I drop audio files into rvc tab or any other box which accepts audio files. I had similar error in auto1111, in there, there was flag --no-gradio-queue which helped, but there is nothing similar here, is there a solution for this? I tried to remove queue() from launch, but i just made application not run at all, played around with code for few hours, but nothing helped.I am not good with python so I am kinda lost on what to do.

2023-11-03 04:51:47 | ERROR | asyncio | Task exception was never retrieved future: <Task finished name='4g16rxq87t4_13' coro=<Queue.process_events() done, defined at E:\Applications\64-bit\audio-webui\venv\lib\site-packages\gradio\queueing.py:342> exception=WebSocketDisconnect(1006)> Traceback (most recent call last): File "E:\Applications\64-bit\audio-webui\venv\lib\site-packages\gradio\queueing.py", line 346, in process_events client_awake = await self.gather_event_data(event) File "E:\Applications\64-bit\audio-webui\venv\lib\site-packages\gradio\queueing.py", line 219, in gather_event_data data, client_awake = await self.get_message(event, timeout=receive_timeout) File "E:\Applications\64-bit\audio-webui\venv\lib\site-packages\gradio\queueing.py", line 445, in get_message data = await asyncio.wait_for( File "D:\Soft\Python\Python310\lib\asyncio\tasks.py", line 445, in wait_for return fut.result() File "E:\Applications\64-bit\audio-webui\venv\lib\site-packages\starlette\websockets.py", line 133, in receive_json self._raise_on_disconnect(message) File "E:\Applications\64-bit\audio-webui\venv\lib\site-packages\starlette\websockets.py", line 105, in _raise_on_disconnect raise WebSocketDisconnect(message["code"]) starlette.websockets.WebSocketDisconnect: 1006

To Reproduce Steps to reproduce the behavior:

  1. Drop file any audio file into rvc
  2. Get error

Expected behavior No error

**Additional info windows10 python 3.10.10