Saved searches
Use saved searches to filter your results more quickly
Cancel Create saved search
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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError(«Event not found», event_id) #6366
SRbone opened this issue Nov 10, 2024 · 16 comments · Fixed by #6556
ValueError(«Event not found», event_id) #6366
SRbone opened this issue Nov 10, 2024 · 16 comments · Fixed by #6556
bug Something isn’t working Regression Bugs did not exist in previous versions of Gradio
Comments
SRbone commented Nov 10, 2024 •
edited by aliabid94
Describe the bug
Running on local URL: http://127.0.0.1:7860 To create a public link, set `share=True` in `launch()`. ERROR: Exception in ASGI application Traceback (most recent call last): File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/uvicorn/protocols/http/h11_impl.py", line 408, in run_asgi result = await app( # type: ignore[func-returns-value] File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/uvicorn/middleware/proxy_headers.py", line 84, in __call__ return await self.app(scope, receive, send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/fastapi/applications.py", line 1106, in __call__ await super().__call__(scope, receive, send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/applications.py", line 122, in __call__ await self.middleware_stack(scope, receive, send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/middleware/errors.py", line 184, in __call__ raise exc File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/middleware/errors.py", line 162, in __call__ await self.app(scope, receive, _send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/middleware/cors.py", line 91, in __call__ await self.simple_response(scope, receive, send, request_headers=headers) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/middleware/cors.py", line 146, in simple_response await self.app(scope, receive, send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/middleware/exceptions.py", line 79, in __call__ raise exc File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/middleware/exceptions.py", line 68, in __call__ await self.app(scope, receive, sender) File "/usr/local/anaconda3/envs/python3.8/site-packages/fastapi/middleware/asyncexitstack.py", line 20, in __call__ raise e File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/fastapi/middleware/asyncexitstack.py", line 17, in __call__ await self.app(scope, receive, send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/routing.py", line 718, in __call__ await route.handle(scope, receive, send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/routing.py", line 276, in handle await self.app(scope, receive, send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/routing.py", line 66, in app response = await func(request) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/fastapi/routing.py", line 274, in app raw_response = await run_endpoint_function( File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/fastapi/routing.py", line 191, in run_endpoint_function return await dependant.call(**values) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/gradio/routes.py", line 657, in queue_data blocks._queue.attach_data(body) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/gradio/queueing.py", line 132, in attach_data raise ValueError("Event not found", event_id) ValueError: ('Event not found', 'f4773247957646479b083f93e1dc4a63') ERROR: Exception in ASGI application Traceback (most recent call last): File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/uvicorn/protocols/http/h11_impl.py", line 408, in run_asgi result = await app( # type: ignore[func-returns-value] File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/uvicorn/middleware/proxy_headers.py", line 84, in __call__ return await self.app(scope, receive, send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/fastapi/applications.py", line 1106, in __call__ await super().__call__(scope, receive, send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/applications.py", line 122, in __call__ await self.middleware_stack(scope, receive, send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/middleware/errors.py", line 184, in __call__ raise exc File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/middleware/errors.py", line 162, in __call__ await self.app(scope, receive, _send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/middleware/cors.py", line 91, in __call__ await self.simple_response(scope, receive, send, request_headers=headers) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/middleware/cors.py", line 146, in simple_response await self.app(scope, receive, send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/middleware/exceptions.py", line 79, in __call__ raise exc File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/middleware/exceptions.py", line 68, in __call__ await self.app(scope, receive, sender) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/fastapi/middleware/asyncexitstack.py", line 20, in __call__ raise e File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/fastapi/middleware/asyncexitstack.py", line 17, in __call__ await self.app(scope, receive, send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/routing.py", line 718, in __call__ await route.handle(scope, receive, send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/routing.py", line 276, in handle await self.app(scope, receive, send) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/starlette/routing.py", line 66, in app response = await func(request) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/fastapi/routing.py", line 274, in app raw_response = await run_endpoint_function( File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/fastapi/routing.py", line 191, in run_endpoint_function return await dependant.call(**values) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/gradio/routes.py", line 657, in queue_data blocks._queue.attach_data(body) File "/usr/local/anaconda3/envs/lib/python3.8/site-packages/gradio/queueing.py", line 132, in attach_data raise ValueError("Event not found", event_id) ValueError: ('Event not found', '96be8e419b5b49c6a10fc06a81d5399f')
Have you searched existing issues? 🔎
- I have searched and found no existing issues
Reproduction
import gradio as gr import librosa import webbrowser app = gr.Blocks() with app: with gr.Tab("T"): with gr.Row(): with gr.Column(): textbox = gr.TextArea(label="Text", placeholder="Type your sentence here", value="", elem_id=f"input") with gr.Column(): text_output = gr.Textbox(label="Message") audio_output = gr.Audio(label="Output Audio", elem_id="audio") btn = gr.Button("Generate!") btn.click(tts_fn, inputs=[textbox], outputs=[text_output, audio_output]) webbrowser.open("http://127.0.0.1:7860/") app.launch(share=False)
По отзывам пакет для новичков здесь один из самых крупных на рынке. Система может начислить вплоть до 500% от 4 первых депозитов, на которые можно играть в краш Rockets с Илоном Маском. В обзоре нельзя не вспомнить и демо режим, который отлично подходит для обкатки стратегий. Несмотря на бесплатность ставки, механики полета ракеты в космос не отличаются от игры на деньги.
При определенных условиях выигрыш возможен, очень шустрое поступление выплачиваемых за выигрыш денег, красивое оформление. Это мои плюсу по букмекеру, мне зашел.
Верификацию или паспорт 1WIN при выводе никогда не требует, если вы, конечно не выводите 500 000 рублей+ за раз
• Наконец, можно воспользоваться мобильной версией. У 1 win достаточно солидная и удобная программа для установки на смартфоны. Используйте ее для ставок в спорте.
Читайте вместе с ищут:
- Установка 1Win
- Как Ставить Экспресс В 1Win
- 1Вин Бесплатно Мобильный
- Нативные Бесплатные Ставки На 1Win