Task exception was never retrieved - When generating or selecting any voice. #471

Open
opened 2024-02-08 12:48:58 +07:00 by syeuk2002 · 0 comments

Firstly let me say thank you for working so hard on this project. It has been a lot of fun.

I have been experiencing an issue for 2 days, nothing is changed in the code from your original Colab notebook (tortoise_tts_mrq_colab.ipynb). I suddenly just started getting the following error message. I can load everything fine in Colab, i get the Gradio share url, and the WebUI loads up just fine. However, as soon as you try to generate, or select another voice from the dropdown, this error message pops up and crashes everything.

I would really appreciate it you could take a look. I am in the middle of working on a project using it. I have attached the full colab output and colab system logs. Everything was working perfectly until 2 days ago.

Many thanks.

Loaded TTS, ready for generation.
Task exception was never retrieved
future: <Task finished name='n5biaeq27pn_46' coro=<Queue.process_events() done, defined at /usr/local/lib/python3.10/dist-packages/gradio/queueing.py:343> exception=1 validation error for PredictBody
event_id
  Field required [type=missing, input_value={'fn_index': 46, 'data': ...on_hash': 'n5biaeq27pn'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.6/v/missing>
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/gradio/queueing.py", line 347, in process_events
    client_awake = await self.gather_event_data(event)
  File "/usr/local/lib/python3.10/dist-packages/gradio/queueing.py", line 220, in gather_event_data
    data, client_awake = await self.get_message(event, timeout=receive_timeout)
  File "/usr/local/lib/python3.10/dist-packages/gradio/queueing.py", line 456, in get_message
    return PredictBody(**data), True
  File "/usr/local/lib/python3.10/dist-packages/pydantic/main.py", line 171, in __init__
    self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for PredictBody
event_id
  Field required [type=missing, input_value={'fn_index': 46, 'data': ...on_hash': 'n5biaeq27pn'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.6/v/missing
Firstly let me say thank you for working so hard on this project. It has been a lot of fun. I have been experiencing an issue for 2 days, nothing is changed in the code from your original Colab notebook (tortoise_tts_mrq_colab.ipynb). I suddenly just started getting the following error message. I can load everything fine in Colab, i get the Gradio share url, and the WebUI loads up just fine. However, as soon as you try to generate, or select another voice from the dropdown, this error message pops up and crashes everything. I would really appreciate it you could take a look. I am in the middle of working on a project using it. I have attached the full colab output and colab system logs. Everything was working perfectly until 2 days ago. Many thanks. ``` Loaded TTS, ready for generation. Task exception was never retrieved future: <Task finished name='n5biaeq27pn_46' coro=<Queue.process_events() done, defined at /usr/local/lib/python3.10/dist-packages/gradio/queueing.py:343> exception=1 validation error for PredictBody event_id Field required [type=missing, input_value={'fn_index': 46, 'data': ...on_hash': 'n5biaeq27pn'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.6/v/missing> Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/gradio/queueing.py", line 347, in process_events client_awake = await self.gather_event_data(event) File "/usr/local/lib/python3.10/dist-packages/gradio/queueing.py", line 220, in gather_event_data data, client_awake = await self.get_message(event, timeout=receive_timeout) File "/usr/local/lib/python3.10/dist-packages/gradio/queueing.py", line 456, in get_message return PredictBody(**data), True File "/usr/local/lib/python3.10/dist-packages/pydantic/main.py", line 171, in __init__ self.__pydantic_validator__.validate_python(data, self_instance=self) pydantic_core._pydantic_core.ValidationError: 1 validation error for PredictBody event_id Field required [type=missing, input_value={'fn_index': 46, 'data': ...on_hash': 'n5biaeq27pn'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.6/v/missing ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#471
There is no content yet.