Problems with Sonic when starting the web environment in Colab #85
rexfordkent
started this conversation in
General
Replies: 3 comments 2 replies
-
I have the same problem since yesterday.
Em sex., 6 de set. de 2024 11:46, rexfordkent ***@***.***>
escreveu:
… I was working very well for 1 week, and then I just can't get it to work
anymore.
This share link expires in 72 hours. For free permanent hosting and GPU
upgrades, run gradio deploy from Terminal to deploy to Spaces (
https://huggingface.co/spaces)
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/anyio/streams/memory.py",
line 98, in receive
return self.receive_nowait()
File "/usr/local/lib/python3.10/dist-packages/anyio/streams/memory.py",
line 93, in receive_nowait
raise WouldBlock
anyio.WouldBlock
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/usr/local/lib/python3.10/dist-packages/starlette/middleware/base.py",
line 157, in call_next
message = await recv_stream.receive()
File "/usr/local/lib/python3.10/dist-packages/anyio/streams/memory.py",
line 118, in receive
raise EndOfStream
anyio.EndOfStream
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/usr/local/lib/python3.10/dist-packages/uvicorn/protocols/http/h11_impl.py",
line 406, in run_asgi
result = await app( # type: ignore[func-returns-value]
File
"/usr/local/lib/python3.10/dist-packages/uvicorn/middleware/proxy_headers.py",
line 70, in *call*
return await self.app(scope, receive, send)
File "/usr/local/lib/python3.10/dist-packages/fastapi/applications.py",
line 1054, in *call*
await super().*call*(scope, receive, send)
File "/usr/local/lib/python3.10/dist-packages/starlette/applications.py",
line 113, in *call*
await self.middleware_stack(scope, receive, send)
File
"/usr/local/lib/python3.10/dist-packages/starlette/middleware/errors.py",
line 187, in *call*
raise exc
File
"/usr/local/lib/python3.10/dist-packages/starlette/middleware/errors.py",
line 165, in *call*
await self.app(scope, receive, _send)
File
"/usr/local/lib/python3.10/dist-packages/starlette/middleware/base.py",
line 187, in *call*
response = await self.dispatch_func(request, call_next)
File "/usr/local/lib/python3.10/dist-packages/gradio/route_utils.py", line
632, in dispatch
response = await call_next(request)
File
"/usr/local/lib/python3.10/dist-packages/starlette/middleware/base.py",
line 163, in call_next
raise app_exc
File
"/usr/local/lib/python3.10/dist-packages/starlette/middleware/base.py",
line 149, in coro
await self.app(scope, receive_or_disconnect, send_no_error)
File
"/usr/local/lib/python3.10/dist-packages/starlette/middleware/exceptions.py",
line 62, in *call*
await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
File
"/usr/local/lib/python3.10/dist-packages/starlette/_exception_handler.py",
line 62, in wrapped_app
raise exc
File
"/usr/local/lib/python3.10/dist-packages/starlette/_exception_handler.py",
line 51, in wrapped_app
await app(scope, receive, sender)
File "/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line
715, in *call*
await self.middleware_stack(scope, receive, send)
File "/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line
735, in app
await route.handle(scope, receive, send)
File "/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line
288, in handle
await self.app(scope, receive, send)
File "/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line
76, in app
await wrap_app_handling_exceptions(app, request)(scope, receive, send)
File
"/usr/local/lib/python3.10/dist-packages/starlette/_exception_handler.py",
line 62, in wrapped_app
raise exc
File "/usr/local/lib/python3.10/dist-packages/starlette/
*exception_handler.py", line 51, in wrapped_app await app(scope, receive,
sender) File
"/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line 73, in
app response = await f(request) File
"/usr/local/lib/python3.10/dist-packages/fastapi/routing.py", line 291, in
app solved_result = await solve_dependencies( File
"/usr/local/lib/python3.10/dist-packages/fastapi/dependencies/utils.py",
line 639, in solve_dependencies ) = await request_body_to_args( #
body_params checked above File
"/usr/local/lib/python3.10/dist-packages/fastapi/dependencies/utils.py",
line 810, in request_body_to_args fields_to_extract =
get_model_fields(first_field.type*)
File "/usr/local/lib/python3.10/dist-packages/fastapi/_compat.py", line
283, in get_model_fields
return [
File "/usr/local/lib/python3.10/dist-packages/fastapi/_compat.py", line
284, in
ModelField(field_info=field_info, name=name)
File "", line 6, in *init*
File "/usr/local/lib/python3.10/dist-packages/fastapi/_compat.py", line
109, in *post_init*
self._type_adapter: TypeAdapter[Any] = TypeAdapter(
File "/usr/local/lib/python3.10/dist-packages/pydantic/type_adapter.py",
line 264, in *init*
self._init_core_attrs(rebuild_mocks=False)
File "/usr/local/lib/python3.10/dist-packages/pydantic/type_adapter.py",
line 142, in wrapped
return func(self, *args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/pydantic/type_adapter.py",
line 284, in _init_core_attrs
self._core_schema = _get_schema(self._type, config_wrapper,
parent_depth=self._parent_depth)
File "/usr/local/lib/python3.10/dist-packages/pydantic/type_adapter.py",
line 102, in
*get_schema schema = gen.generate_schema(type*)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py",
line 512, in generate_schema
schema = self._generate_schema_inner(obj)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py",
line 768, in _generate_schema_inner
return self._annotated_schema(obj)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py",
line 1822, in _annotated_schema
schema = self._apply_annotations(source_type, annotations)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py",
line 1890, in _apply_annotations
schema = get_inner_schema(source_type)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_schema_generation_shared.py",
line 83, in *call*
schema = self._handler(source_type)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py",
line 1972, in new_handler
schema = metadata_get_schema(source, get_inner_schema)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py",
line 1968, in
lambda source, handler: handler(source)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_schema_generation_shared.py",
line 83, in *call*
schema = self._handler(source_type)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py",
line 1871, in inner_handler
schema = self._generate_schema_inner(obj)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py",
line 789, in _generate_schema_inner
return self.match_type(obj)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py",
line 871, in match_type
return self._match_generic_type(obj, origin)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py",
line 895, in _match_generic_type
return self._union_schema(obj)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py",
line 1207, in _union_schema
choices.append(self.generate_schema(arg))
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py",
line 512, in generate_schema
schema = self._generate_schema_inner(obj)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py",
line 789, in _generate_schema_inner
return self.match_type(obj)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py",
line 875, in match_type
return self._unknown_type_schema(obj)
File
"/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py",
line 415, in _unknown_type_schema
raise PydanticSchemaGenerationError(
pydantic.errors.PydanticSchemaGenerationError: Unable to generate
pydantic-core schema for <class 'starlette.requests.Request'>. Set
arbitrary_types_allowed=True in the model_config to ignore this error or
implement __get_pydantic_core_schema__ on your type to fully support it.
If you got this error by calling handler() within
__get_pydantic_core_schema__ then you likely need to call handler.generate_schema(<some
type>) since we do not call __get_pydantic_core_schema__ on <some type>
otherwise to avoid infinite recursion.
For further information visit
https://errors.pydantic.dev/2.8/u/schema-for-unknown-type
001.jpg (view on web)
<https://github.com/user-attachments/assets/aa83937b-3539-4cb6-92c5-bcf8552d34a1>
—
Reply to this email directly, view it on GitHub
<#85>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL4Y2XCDTBZS6PTB7XEVNW3ZVG53XAVCNFSM6AAAAABNYXP3IKVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGE2DMNRQGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Has anyone found a solution? We appreciate that this is an open-source project, but until a week ago it was my main work tool, and now I can't get it to work on Google Colab. Please, if there is someone in this discussion thread who managed to solve it, kindly share the solution. Greetings to everyone, and I hope we can continue moving forward with improvements to this project. |
Beta Was this translation helpful? Give feedback.
2 replies
-
You're welcome!
Em ter., 10 de set. de 2024 20:05, rexfordkent ***@***.***>
escreveu:
… thanks friend, test now
—
Reply to this email directly, view it on GitHub
<#85 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL4Y2XGNIN4D5NCWGEERSXDZV53NNAVCNFSM6AAAAABNYXP3IKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANRQG43TSNY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was working very well for 1 week, and then I just can't get it to work anymore.
This share link expires in 72 hours. For free permanent hosting and GPU upgrades, run
gradio deploy
from Terminal to deploy to Spaces (https://huggingface.co/spaces)ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/anyio/streams/memory.py", line 98, in receive
return self.receive_nowait()
File "/usr/local/lib/python3.10/dist-packages/anyio/streams/memory.py", line 93, in receive_nowait
raise WouldBlock
anyio.WouldBlock
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/base.py", line 157, in call_next
message = await recv_stream.receive()
File "/usr/local/lib/python3.10/dist-packages/anyio/streams/memory.py", line 118, in receive
raise EndOfStream
anyio.EndOfStream
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi
result = await app( # type: ignore[func-returns-value]
File "/usr/local/lib/python3.10/dist-packages/uvicorn/middleware/proxy_headers.py", line 70, in call
return await self.app(scope, receive, send)
File "/usr/local/lib/python3.10/dist-packages/fastapi/applications.py", line 1054, in call
await super().call(scope, receive, send)
File "/usr/local/lib/python3.10/dist-packages/starlette/applications.py", line 113, in call
await self.middleware_stack(scope, receive, send)
File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/errors.py", line 187, in call
raise exc
File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/errors.py", line 165, in call
await self.app(scope, receive, _send)
File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/base.py", line 187, in call
response = await self.dispatch_func(request, call_next)
File "/usr/local/lib/python3.10/dist-packages/gradio/route_utils.py", line 632, in dispatch
response = await call_next(request)
File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/base.py", line 163, in call_next
raise app_exc
File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/base.py", line 149, in coro
await self.app(scope, receive_or_disconnect, send_no_error)
File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/exceptions.py", line 62, in call
await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
File "/usr/local/lib/python3.10/dist-packages/starlette/_exception_handler.py", line 62, in wrapped_app
raise exc
File "/usr/local/lib/python3.10/dist-packages/starlette/_exception_handler.py", line 51, in wrapped_app
await app(scope, receive, sender)
File "/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line 715, in call
await self.middleware_stack(scope, receive, send)
File "/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line 735, in app
await route.handle(scope, receive, send)
File "/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line 288, in handle
await self.app(scope, receive, send)
File "/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line 76, in app
await wrap_app_handling_exceptions(app, request)(scope, receive, send)
File "/usr/local/lib/python3.10/dist-packages/starlette/_exception_handler.py", line 62, in wrapped_app
raise exc
File "/usr/local/lib/python3.10/dist-packages/starlette/exception_handler.py", line 51, in wrapped_app
await app(scope, receive, sender)
File "/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line 73, in app
response = await f(request)
File "/usr/local/lib/python3.10/dist-packages/fastapi/routing.py", line 291, in app
solved_result = await solve_dependencies(
File "/usr/local/lib/python3.10/dist-packages/fastapi/dependencies/utils.py", line 639, in solve_dependencies
) = await request_body_to_args( # body_params checked above
File "/usr/local/lib/python3.10/dist-packages/fastapi/dependencies/utils.py", line 810, in request_body_to_args
fields_to_extract = get_model_fields(first_field.type)
File "/usr/local/lib/python3.10/dist-packages/fastapi/_compat.py", line 283, in get_model_fields
return [
File "/usr/local/lib/python3.10/dist-packages/fastapi/_compat.py", line 284, in
ModelField(field_info=field_info, name=name)
File "", line 6, in init
File "/usr/local/lib/python3.10/dist-packages/fastapi/_compat.py", line 109, in post_init
self._type_adapter: TypeAdapter[Any] = TypeAdapter(
File "/usr/local/lib/python3.10/dist-packages/pydantic/type_adapter.py", line 264, in init
self._init_core_attrs(rebuild_mocks=False)
File "/usr/local/lib/python3.10/dist-packages/pydantic/type_adapter.py", line 142, in wrapped
return func(self, *args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/pydantic/type_adapter.py", line 284, in _init_core_attrs
self._core_schema = _get_schema(self._type, config_wrapper, parent_depth=self._parent_depth)
File "/usr/local/lib/python3.10/dist-packages/pydantic/type_adapter.py", line 102, in get_schema
schema = gen.generate_schema(type)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 512, in generate_schema
schema = self._generate_schema_inner(obj)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 768, in _generate_schema_inner
return self._annotated_schema(obj)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 1822, in _annotated_schema
schema = self._apply_annotations(source_type, annotations)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 1890, in _apply_annotations
schema = get_inner_schema(source_type)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in call
schema = self._handler(source_type)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 1972, in new_handler
schema = metadata_get_schema(source, get_inner_schema)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 1968, in
lambda source, handler: handler(source)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in call
schema = self._handler(source_type)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 1871, in inner_handler
schema = self._generate_schema_inner(obj)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 789, in _generate_schema_inner
return self.match_type(obj)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 871, in match_type
return self._match_generic_type(obj, origin)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 895, in _match_generic_type
return self._union_schema(obj)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 1207, in _union_schema
choices.append(self.generate_schema(arg))
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 512, in generate_schema
schema = self._generate_schema_inner(obj)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 789, in _generate_schema_inner
return self.match_type(obj)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 875, in match_type
return self._unknown_type_schema(obj)
File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 415, in _unknown_type_schema
raise PydanticSchemaGenerationError(
pydantic.errors.PydanticSchemaGenerationError: Unable to generate pydantic-core schema for <class 'starlette.requests.Request'>. Set
arbitrary_types_allowed=True
in the model_config to ignore this error or implement__get_pydantic_core_schema__
on your type to fully support it.If you got this error by calling handler() within
__get_pydantic_core_schema__
then you likely need to callhandler.generate_schema(<some type>)
since we do not call__get_pydantic_core_schema__
on<some type>
otherwise to avoid infinite recursion.For further information visit https://errors.pydantic.dev/2.8/u/schema-for-unknown-type
Beta Was this translation helpful? Give feedback.
All reactions