You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear author, hello, I ran it locally after deploying the server, but encountered the following error. Due to our limited level, we cannot solve it. Please take a look at where the problem is. Thank you!
The text was updated successfully, but these errors were encountered:
Here are the detailed information:
2024-12-04 20:11:26 | ERROR | asyncio | Task exception was never retrieved
future: <Task finished name='jy6jl4r0l9j_12' coro=<Queue.process_events() done, defined at /root/miniconda3/lib/python3.12/site-packages/gradio/queueing.py:343> exception=1 validation error for PredictBody
event_id
Field required [type=missing, input_value={'fn_index': 12, 'data': ...on_hash': 'jy6jl4r0l9j'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.10/v/missing>
Traceback (most recent call last):
File "/root/miniconda3/lib/python3.12/site-packages/gradio/queueing.py", line 347, in process_events
client_awake = await self.gather_event_data(event)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/miniconda3/lib/python3.12/site-packages/gradio/queueing.py", line 220, in gather_event_data
data, client_awake = await self.get_message(event, timeout=receive_timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/miniconda3/lib/python3.12/site-packages/gradio/queueing.py", line 456, in get_message
return PredictBody(**data), True
^^^^^^^^^^^^^^^^^^^
File "/root/miniconda3/lib/python3.12/site-packages/pydantic/main.py", line 214, in init
validated_self = 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': 12, 'data': ...on_hash': 'jy6jl4r0l9j'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.10/v/missing
Dear author, hello, I ran it locally after deploying the server, but encountered the following error. Due to our limited level, we cannot solve it. Please take a look at where the problem is. Thank you!
The text was updated successfully, but these errors were encountered: