|
2024-10-09 14:33:31 | INFO | stdout | args: Namespace(host='0.0.0.0', port=None, controller_url='http://localhost:10000', concurrency_count=1, model_list_mode='reload', share=False, moderate=False, embed=False) |
|
2024-10-09 14:33:31 | INFO | stdout | Starting the controller |
|
2024-10-09 14:33:31 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.controller', '--host', '0.0.0.0', '--port', '10000'] |
|
2024-10-09 14:33:31 | INFO | stdout | Starting the model worker for the model osunlp/UGround |
|
2024-10-09 14:33:31 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.model_worker', '--host', '0.0.0.0', '--controller', 'http://localhost:10000', '--model-path', 'osunlp/UGround', '--model-name', 'llava-v1.5-UGround_v1', '--use-flash-attn', '--load-4bit'] |
|
2024-10-09 14:33:41 | ERROR | stderr | /Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/gradio/components/dropdown.py:163: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True. |
|
2024-10-09 14:33:41 | ERROR | stderr | warnings.warn( |
|
2024-10-09 14:33:41 | INFO | stdout | Running on local URL: http://0.0.0.0:7860 |
|
2024-10-09 14:33:41 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK" |
|
2024-10-09 14:33:41 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:33:41 | INFO | stdout | |
|
2024-10-09 14:33:41 | INFO | stdout | To create a public link, set `share=True` in `launch()`. |
|
2024-10-09 14:33:41 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " |
|
2024-10-09 14:33:41 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " |
|
2024-10-09 14:33:41 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" |
|
2024-10-09 14:33:41 | INFO | stdout | IMPORTANT: You are using gradio version 4.16.0, however version 4.29.0 is available, please upgrade. |
|
2024-10-09 14:33:41 | INFO | stdout | -------- |
|
2024-10-09 14:33:41 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:33:41 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:33:48 | ERROR | stderr | [31mERROR[0m: Exception in ASGI application |
|
2024-10-09 14:33:48 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs |
|
2024-10-09 14:33:48 | ERROR | stderr | self._core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__') |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents |
|
2024-10-09 14:33:48 | ERROR | stderr | raise AttributeError(attribute) |
|
2024-10-09 14:33:48 | ERROR | stderr | AttributeError: __pydantic_core_schema__ |
|
2024-10-09 14:33:48 | ERROR | stderr | |
|
2024-10-09 14:33:48 | ERROR | stderr | During handling of the above exception, another exception occurred: |
|
2024-10-09 14:33:48 | ERROR | stderr | |
|
2024-10-09 14:33:48 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi |
|
2024-10-09 14:33:48 | ERROR | stderr | result = await app( # type: ignore[func-returns-value] |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in __call__ |
|
2024-10-09 14:33:48 | ERROR | stderr | return await self.app(scope, receive, send) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ |
|
2024-10-09 14:33:48 | ERROR | stderr | await super().__call__(scope, receive, send) |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/applications.py", line 113, in __call__ |
|
2024-10-09 14:33:48 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 187, in __call__ |
|
2024-10-09 14:33:48 | ERROR | stderr | raise exc |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 165, in __call__ |
|
2024-10-09 14:33:48 | ERROR | stderr | await self.app(scope, receive, _send) |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 93, in __call__ |
|
2024-10-09 14:33:48 | ERROR | stderr | await self.simple_response(scope, receive, send, request_headers=headers) |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 144, in simple_response |
|
2024-10-09 14:33:48 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ |
|
2024-10-09 14:33:48 | ERROR | stderr | await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:33:48 | ERROR | stderr | raise exc |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:33:48 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 715, in __call__ |
|
2024-10-09 14:33:48 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 735, in app |
|
2024-10-09 14:33:48 | ERROR | stderr | await route.handle(scope, receive, send) |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 288, in handle |
|
2024-10-09 14:33:48 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 76, in app |
|
2024-10-09 14:33:48 | ERROR | stderr | await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:33:48 | ERROR | stderr | raise exc |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:33:48 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 73, in app |
|
2024-10-09 14:33:48 | ERROR | stderr | response = await f(request) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/routing.py", line 291, in app |
|
2024-10-09 14:33:48 | ERROR | stderr | solved_result = await solve_dependencies( |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 656, in solve_dependencies |
|
2024-10-09 14:33:48 | ERROR | stderr | ) = await request_body_to_args( # body_params checked above |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 881, in request_body_to_args |
|
2024-10-09 14:33:48 | ERROR | stderr | fields_to_extract = get_cached_model_fields(first_field.type_) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 657, in get_cached_model_fields |
|
2024-10-09 14:33:48 | ERROR | stderr | return get_model_fields(model) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 284, in get_model_fields |
|
2024-10-09 14:33:48 | ERROR | stderr | return [ |
|
2024-10-09 14:33:48 | ERROR | stderr | ^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 285, in <listcomp> |
|
2024-10-09 14:33:48 | ERROR | stderr | ModelField(field_info=field_info, name=name) |
|
2024-10-09 14:33:48 | ERROR | stderr | File "<string>", line 6, in __init__ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 110, in __post_init__ |
|
2024-10-09 14:33:48 | ERROR | stderr | self._type_adapter: TypeAdapter[Any] = TypeAdapter( |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 257, in __init__ |
|
2024-10-09 14:33:48 | ERROR | stderr | self._init_core_attrs(rebuild_mocks=False) |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 135, in wrapped |
|
2024-10-09 14:33:48 | ERROR | stderr | return func(self, *args, **kwargs) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 277, in _init_core_attrs |
|
2024-10-09 14:33:48 | ERROR | stderr | self._core_schema = _get_schema(self._type, config_wrapper, parent_depth=self._parent_depth) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 95, in _get_schema |
|
2024-10-09 14:33:48 | ERROR | stderr | schema = gen.generate_schema(type_) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:33:48 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 908, in _generate_schema_inner |
|
2024-10-09 14:33:48 | ERROR | stderr | return self._annotated_schema(obj) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2028, in _annotated_schema |
|
2024-10-09 14:33:48 | ERROR | stderr | schema = self._apply_annotations(source_type, annotations) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2107, in _apply_annotations |
|
2024-10-09 14:33:48 | ERROR | stderr | schema = get_inner_schema(source_type) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:33:48 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2189, in new_handler |
|
2024-10-09 14:33:48 | ERROR | stderr | schema = metadata_get_schema(source, get_inner_schema) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2185, in <lambda> |
|
2024-10-09 14:33:48 | ERROR | stderr | lambda source, handler: handler(source) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:33:48 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2088, in inner_handler |
|
2024-10-09 14:33:48 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:33:48 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1029, in match_type |
|
2024-10-09 14:33:48 | ERROR | stderr | return self._match_generic_type(obj, origin) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1058, in _match_generic_type |
|
2024-10-09 14:33:48 | ERROR | stderr | return self._union_schema(obj) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1378, in _union_schema |
|
2024-10-09 14:33:48 | ERROR | stderr | choices.append(self.generate_schema(arg)) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:33:48 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:33:48 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1038, in match_type |
|
2024-10-09 14:33:48 | ERROR | stderr | return self._unknown_type_schema(obj) |
|
2024-10-09 14:33:48 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:33:48 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema |
|
2024-10-09 14:33:48 | ERROR | stderr | raise PydanticSchemaGenerationError( |
|
2024-10-09 14:33:48 | ERROR | stderr | 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. |
|
2024-10-09 14:33:48 | ERROR | stderr | |
|
2024-10-09 14:33:48 | ERROR | stderr | If you got this error by calling handler(<some type>) 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. |
|
2024-10-09 14:33:48 | ERROR | stderr | |
|
2024-10-09 14:33:48 | ERROR | stderr | For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type |
|
2024-10-09 14:34:00 | ERROR | stderr | [31mERROR[0m: Exception in ASGI application |
|
2024-10-09 14:34:00 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs |
|
2024-10-09 14:34:00 | ERROR | stderr | self._core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__') |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents |
|
2024-10-09 14:34:00 | ERROR | stderr | raise AttributeError(attribute) |
|
2024-10-09 14:34:00 | ERROR | stderr | AttributeError: __pydantic_core_schema__ |
|
2024-10-09 14:34:00 | ERROR | stderr | |
|
2024-10-09 14:34:00 | ERROR | stderr | During handling of the above exception, another exception occurred: |
|
2024-10-09 14:34:00 | ERROR | stderr | |
|
2024-10-09 14:34:00 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi |
|
2024-10-09 14:34:00 | ERROR | stderr | result = await app( # type: ignore[func-returns-value] |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in __call__ |
|
2024-10-09 14:34:00 | ERROR | stderr | return await self.app(scope, receive, send) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ |
|
2024-10-09 14:34:00 | ERROR | stderr | await super().__call__(scope, receive, send) |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/applications.py", line 113, in __call__ |
|
2024-10-09 14:34:00 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 187, in __call__ |
|
2024-10-09 14:34:00 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 165, in __call__ |
|
2024-10-09 14:34:00 | ERROR | stderr | await self.app(scope, receive, _send) |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 93, in __call__ |
|
2024-10-09 14:34:00 | ERROR | stderr | await self.simple_response(scope, receive, send, request_headers=headers) |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 144, in simple_response |
|
2024-10-09 14:34:00 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ |
|
2024-10-09 14:34:00 | ERROR | stderr | await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:00 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:00 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 715, in __call__ |
|
2024-10-09 14:34:00 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 735, in app |
|
2024-10-09 14:34:00 | ERROR | stderr | await route.handle(scope, receive, send) |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 288, in handle |
|
2024-10-09 14:34:00 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 76, in app |
|
2024-10-09 14:34:00 | ERROR | stderr | await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:00 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:00 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 73, in app |
|
2024-10-09 14:34:00 | ERROR | stderr | response = await f(request) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/routing.py", line 291, in app |
|
2024-10-09 14:34:00 | ERROR | stderr | solved_result = await solve_dependencies( |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 656, in solve_dependencies |
|
2024-10-09 14:34:00 | ERROR | stderr | ) = await request_body_to_args( # body_params checked above |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 881, in request_body_to_args |
|
2024-10-09 14:34:00 | ERROR | stderr | fields_to_extract = get_cached_model_fields(first_field.type_) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 657, in get_cached_model_fields |
|
2024-10-09 14:34:00 | ERROR | stderr | return get_model_fields(model) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 284, in get_model_fields |
|
2024-10-09 14:34:00 | ERROR | stderr | return [ |
|
2024-10-09 14:34:00 | ERROR | stderr | ^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 285, in <listcomp> |
|
2024-10-09 14:34:00 | ERROR | stderr | ModelField(field_info=field_info, name=name) |
|
2024-10-09 14:34:00 | ERROR | stderr | File "<string>", line 6, in __init__ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 110, in __post_init__ |
|
2024-10-09 14:34:00 | ERROR | stderr | self._type_adapter: TypeAdapter[Any] = TypeAdapter( |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 257, in __init__ |
|
2024-10-09 14:34:00 | ERROR | stderr | self._init_core_attrs(rebuild_mocks=False) |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 135, in wrapped |
|
2024-10-09 14:34:00 | ERROR | stderr | return func(self, *args, **kwargs) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 277, in _init_core_attrs |
|
2024-10-09 14:34:00 | ERROR | stderr | self._core_schema = _get_schema(self._type, config_wrapper, parent_depth=self._parent_depth) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 95, in _get_schema |
|
2024-10-09 14:34:00 | ERROR | stderr | schema = gen.generate_schema(type_) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:00 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 908, in _generate_schema_inner |
|
2024-10-09 14:34:00 | ERROR | stderr | return self._annotated_schema(obj) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2028, in _annotated_schema |
|
2024-10-09 14:34:00 | ERROR | stderr | schema = self._apply_annotations(source_type, annotations) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2107, in _apply_annotations |
|
2024-10-09 14:34:00 | ERROR | stderr | schema = get_inner_schema(source_type) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:00 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2189, in new_handler |
|
2024-10-09 14:34:00 | ERROR | stderr | schema = metadata_get_schema(source, get_inner_schema) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2185, in <lambda> |
|
2024-10-09 14:34:00 | ERROR | stderr | lambda source, handler: handler(source) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:00 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2088, in inner_handler |
|
2024-10-09 14:34:00 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:00 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1029, in match_type |
|
2024-10-09 14:34:00 | ERROR | stderr | return self._match_generic_type(obj, origin) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1058, in _match_generic_type |
|
2024-10-09 14:34:00 | ERROR | stderr | return self._union_schema(obj) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1378, in _union_schema |
|
2024-10-09 14:34:00 | ERROR | stderr | choices.append(self.generate_schema(arg)) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:00 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:00 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1038, in match_type |
|
2024-10-09 14:34:00 | ERROR | stderr | return self._unknown_type_schema(obj) |
|
2024-10-09 14:34:00 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:00 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema |
|
2024-10-09 14:34:00 | ERROR | stderr | raise PydanticSchemaGenerationError( |
|
2024-10-09 14:34:00 | ERROR | stderr | 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. |
|
2024-10-09 14:34:00 | ERROR | stderr | |
|
2024-10-09 14:34:00 | ERROR | stderr | If you got this error by calling handler(<some type>) 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. |
|
2024-10-09 14:34:00 | ERROR | stderr | |
|
2024-10-09 14:34:00 | ERROR | stderr | For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type |
|
2024-10-09 14:34:18 | INFO | stdout | Changes detected in: /Users/geminigby/PycharmProjects/llava_demo/UGround/app.py |
|
2024-10-09 14:34:18 | ERROR | stderr | Exception in thread Thread-5: |
|
2024-10-09 14:34:18 | ERROR | stderr | Exception in thread Thread-5: |
|
2024-10-09 14:34:18 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:18 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:18 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/threading.py", line 1045, in _bootstrap_inner |
|
2024-10-09 14:34:18 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/threading.py", line 1045, in _bootstrap_inner |
|
2024-10-09 14:34:18 | ERROR | stderr | self.run() |
|
2024-10-09 14:34:18 | ERROR | stderr | self.run() |
|
2024-10-09 14:34:18 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/threading.py", line 982, in run |
|
2024-10-09 14:34:18 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/threading.py", line 982, in run |
|
2024-10-09 14:34:18 | ERROR | stderr | self._target(*self._args, **self._kwargs) |
|
2024-10-09 14:34:18 | ERROR | stderr | self._target(*self._args, **self._kwargs) |
|
2024-10-09 14:34:18 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/gradio/utils.py", line 218, in watchfn |
|
2024-10-09 14:34:18 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/gradio/utils.py", line 218, in watchfn |
|
2024-10-09 14:34:18 | ERROR | stderr | demo = getattr(module, reloader.demo_name) |
|
2024-10-09 14:34:18 | ERROR | stderr | demo = getattr(module, reloader.demo_name) |
|
2024-10-09 14:34:18 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:18 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:18 | ERROR | stderr | AttributeError: module 'app' has no attribute 'demo' |
|
2024-10-09 14:34:18 | ERROR | stderr | AttributeError: module 'app' has no attribute 'demo' |
|
2024-10-09 14:34:27 | INFO | stdout | Keyboard interruption in main thread... closing server. |
|
2024-10-09 14:34:27 | INFO | stdout | Keyboard interruption in main thread... closing server. |
|
2024-10-09 14:34:35 | INFO | stdout | args: Namespace(host='0.0.0.0', port=None, controller_url='http://localhost:10000', concurrency_count=1, model_list_mode='reload', share=False, moderate=False, embed=False) |
|
2024-10-09 14:34:35 | INFO | stdout | Starting the controller |
|
2024-10-09 14:34:35 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.controller', '--host', '0.0.0.0', '--port', '10000'] |
|
2024-10-09 14:34:35 | INFO | stdout | Starting the model worker for the model osunlp/UGround |
|
2024-10-09 14:34:35 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.model_worker', '--host', '0.0.0.0', '--controller', 'http://localhost:10000', '--model-path', 'osunlp/UGround', '--model-name', 'llava-v1.5-UGround_v1', '--use-flash-attn', '--load-8bit'] |
|
2024-10-09 14:34:45 | ERROR | stderr | /Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/gradio/components/dropdown.py:163: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True. |
|
2024-10-09 14:34:45 | ERROR | stderr | warnings.warn( |
|
2024-10-09 14:34:45 | INFO | stdout | Running on local URL: http://0.0.0.0:7860 |
|
2024-10-09 14:34:46 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK" |
|
2024-10-09 14:34:46 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:34:46 | INFO | stdout | |
|
2024-10-09 14:34:46 | INFO | stdout | To create a public link, set `share=True` in `launch()`. |
|
2024-10-09 14:34:46 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " |
|
2024-10-09 14:34:46 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " |
|
2024-10-09 14:34:46 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" |
|
2024-10-09 14:34:46 | INFO | stdout | IMPORTANT: You are using gradio version 4.16.0, however version 4.29.0 is available, please upgrade. |
|
2024-10-09 14:34:46 | INFO | stdout | -------- |
|
2024-10-09 14:34:46 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:34:46 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:34:49 | ERROR | stderr | [31mERROR[0m: Exception in ASGI application |
|
2024-10-09 14:34:49 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs |
|
2024-10-09 14:34:49 | ERROR | stderr | self._core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__') |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents |
|
2024-10-09 14:34:49 | ERROR | stderr | raise AttributeError(attribute) |
|
2024-10-09 14:34:49 | ERROR | stderr | AttributeError: __pydantic_core_schema__ |
|
2024-10-09 14:34:49 | ERROR | stderr | |
|
2024-10-09 14:34:49 | ERROR | stderr | During handling of the above exception, another exception occurred: |
|
2024-10-09 14:34:49 | ERROR | stderr | |
|
2024-10-09 14:34:49 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi |
|
2024-10-09 14:34:49 | ERROR | stderr | result = await app( # type: ignore[func-returns-value] |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in __call__ |
|
2024-10-09 14:34:49 | ERROR | stderr | return await self.app(scope, receive, send) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ |
|
2024-10-09 14:34:49 | ERROR | stderr | await super().__call__(scope, receive, send) |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/applications.py", line 113, in __call__ |
|
2024-10-09 14:34:49 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 187, in __call__ |
|
2024-10-09 14:34:49 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 165, in __call__ |
|
2024-10-09 14:34:49 | ERROR | stderr | await self.app(scope, receive, _send) |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 93, in __call__ |
|
2024-10-09 14:34:49 | ERROR | stderr | await self.simple_response(scope, receive, send, request_headers=headers) |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 144, in simple_response |
|
2024-10-09 14:34:49 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ |
|
2024-10-09 14:34:49 | ERROR | stderr | await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:49 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:49 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 715, in __call__ |
|
2024-10-09 14:34:49 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 735, in app |
|
2024-10-09 14:34:49 | ERROR | stderr | await route.handle(scope, receive, send) |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 288, in handle |
|
2024-10-09 14:34:49 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 76, in app |
|
2024-10-09 14:34:49 | ERROR | stderr | await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:49 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:49 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 73, in app |
|
2024-10-09 14:34:49 | ERROR | stderr | response = await f(request) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/routing.py", line 291, in app |
|
2024-10-09 14:34:49 | ERROR | stderr | solved_result = await solve_dependencies( |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 656, in solve_dependencies |
|
2024-10-09 14:34:49 | ERROR | stderr | ) = await request_body_to_args( # body_params checked above |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 881, in request_body_to_args |
|
2024-10-09 14:34:49 | ERROR | stderr | fields_to_extract = get_cached_model_fields(first_field.type_) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 657, in get_cached_model_fields |
|
2024-10-09 14:34:49 | ERROR | stderr | return get_model_fields(model) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 284, in get_model_fields |
|
2024-10-09 14:34:49 | ERROR | stderr | return [ |
|
2024-10-09 14:34:49 | ERROR | stderr | ^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 285, in <listcomp> |
|
2024-10-09 14:34:49 | ERROR | stderr | ModelField(field_info=field_info, name=name) |
|
2024-10-09 14:34:49 | ERROR | stderr | File "<string>", line 6, in __init__ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 110, in __post_init__ |
|
2024-10-09 14:34:49 | ERROR | stderr | self._type_adapter: TypeAdapter[Any] = TypeAdapter( |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 257, in __init__ |
|
2024-10-09 14:34:49 | ERROR | stderr | self._init_core_attrs(rebuild_mocks=False) |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 135, in wrapped |
|
2024-10-09 14:34:49 | ERROR | stderr | return func(self, *args, **kwargs) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 277, in _init_core_attrs |
|
2024-10-09 14:34:49 | ERROR | stderr | self._core_schema = _get_schema(self._type, config_wrapper, parent_depth=self._parent_depth) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 95, in _get_schema |
|
2024-10-09 14:34:49 | ERROR | stderr | schema = gen.generate_schema(type_) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:49 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 908, in _generate_schema_inner |
|
2024-10-09 14:34:49 | ERROR | stderr | return self._annotated_schema(obj) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2028, in _annotated_schema |
|
2024-10-09 14:34:49 | ERROR | stderr | schema = self._apply_annotations(source_type, annotations) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2107, in _apply_annotations |
|
2024-10-09 14:34:49 | ERROR | stderr | schema = get_inner_schema(source_type) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:49 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2189, in new_handler |
|
2024-10-09 14:34:49 | ERROR | stderr | schema = metadata_get_schema(source, get_inner_schema) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2185, in <lambda> |
|
2024-10-09 14:34:49 | ERROR | stderr | lambda source, handler: handler(source) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:49 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2088, in inner_handler |
|
2024-10-09 14:34:49 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:49 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1029, in match_type |
|
2024-10-09 14:34:49 | ERROR | stderr | return self._match_generic_type(obj, origin) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1058, in _match_generic_type |
|
2024-10-09 14:34:49 | ERROR | stderr | return self._union_schema(obj) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1378, in _union_schema |
|
2024-10-09 14:34:49 | ERROR | stderr | choices.append(self.generate_schema(arg)) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:49 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:49 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1038, in match_type |
|
2024-10-09 14:34:49 | ERROR | stderr | return self._unknown_type_schema(obj) |
|
2024-10-09 14:34:49 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:49 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema |
|
2024-10-09 14:34:49 | ERROR | stderr | raise PydanticSchemaGenerationError( |
|
2024-10-09 14:34:49 | ERROR | stderr | 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. |
|
2024-10-09 14:34:49 | ERROR | stderr | |
|
2024-10-09 14:34:49 | ERROR | stderr | If you got this error by calling handler(<some type>) 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. |
|
2024-10-09 14:34:49 | ERROR | stderr | |
|
2024-10-09 14:34:49 | ERROR | stderr | For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type |
|
2024-10-09 14:34:54 | ERROR | stderr | [31mERROR[0m: Exception in ASGI application |
|
2024-10-09 14:34:54 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs |
|
2024-10-09 14:34:54 | ERROR | stderr | self._core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__') |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents |
|
2024-10-09 14:34:54 | ERROR | stderr | raise AttributeError(attribute) |
|
2024-10-09 14:34:54 | ERROR | stderr | AttributeError: __pydantic_core_schema__ |
|
2024-10-09 14:34:54 | ERROR | stderr | |
|
2024-10-09 14:34:54 | ERROR | stderr | During handling of the above exception, another exception occurred: |
|
2024-10-09 14:34:54 | ERROR | stderr | |
|
2024-10-09 14:34:54 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi |
|
2024-10-09 14:34:54 | ERROR | stderr | result = await app( # type: ignore[func-returns-value] |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in __call__ |
|
2024-10-09 14:34:54 | ERROR | stderr | return await self.app(scope, receive, send) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ |
|
2024-10-09 14:34:54 | ERROR | stderr | await super().__call__(scope, receive, send) |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/applications.py", line 113, in __call__ |
|
2024-10-09 14:34:54 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 187, in __call__ |
|
2024-10-09 14:34:54 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 165, in __call__ |
|
2024-10-09 14:34:54 | ERROR | stderr | await self.app(scope, receive, _send) |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 93, in __call__ |
|
2024-10-09 14:34:54 | ERROR | stderr | await self.simple_response(scope, receive, send, request_headers=headers) |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 144, in simple_response |
|
2024-10-09 14:34:54 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ |
|
2024-10-09 14:34:54 | ERROR | stderr | await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:54 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:54 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 715, in __call__ |
|
2024-10-09 14:34:54 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 735, in app |
|
2024-10-09 14:34:54 | ERROR | stderr | await route.handle(scope, receive, send) |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 288, in handle |
|
2024-10-09 14:34:54 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 76, in app |
|
2024-10-09 14:34:54 | ERROR | stderr | await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:54 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:54 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 73, in app |
|
2024-10-09 14:34:54 | ERROR | stderr | response = await f(request) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/routing.py", line 291, in app |
|
2024-10-09 14:34:54 | ERROR | stderr | solved_result = await solve_dependencies( |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 656, in solve_dependencies |
|
2024-10-09 14:34:54 | ERROR | stderr | ) = await request_body_to_args( # body_params checked above |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 881, in request_body_to_args |
|
2024-10-09 14:34:54 | ERROR | stderr | fields_to_extract = get_cached_model_fields(first_field.type_) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 657, in get_cached_model_fields |
|
2024-10-09 14:34:54 | ERROR | stderr | return get_model_fields(model) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 284, in get_model_fields |
|
2024-10-09 14:34:54 | ERROR | stderr | return [ |
|
2024-10-09 14:34:54 | ERROR | stderr | ^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 285, in <listcomp> |
|
2024-10-09 14:34:54 | ERROR | stderr | ModelField(field_info=field_info, name=name) |
|
2024-10-09 14:34:54 | ERROR | stderr | File "<string>", line 6, in __init__ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 110, in __post_init__ |
|
2024-10-09 14:34:54 | ERROR | stderr | self._type_adapter: TypeAdapter[Any] = TypeAdapter( |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 257, in __init__ |
|
2024-10-09 14:34:54 | ERROR | stderr | self._init_core_attrs(rebuild_mocks=False) |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 135, in wrapped |
|
2024-10-09 14:34:54 | ERROR | stderr | return func(self, *args, **kwargs) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 277, in _init_core_attrs |
|
2024-10-09 14:34:54 | ERROR | stderr | self._core_schema = _get_schema(self._type, config_wrapper, parent_depth=self._parent_depth) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 95, in _get_schema |
|
2024-10-09 14:34:54 | ERROR | stderr | schema = gen.generate_schema(type_) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:54 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 908, in _generate_schema_inner |
|
2024-10-09 14:34:54 | ERROR | stderr | return self._annotated_schema(obj) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2028, in _annotated_schema |
|
2024-10-09 14:34:54 | ERROR | stderr | schema = self._apply_annotations(source_type, annotations) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2107, in _apply_annotations |
|
2024-10-09 14:34:54 | ERROR | stderr | schema = get_inner_schema(source_type) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:54 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2189, in new_handler |
|
2024-10-09 14:34:54 | ERROR | stderr | schema = metadata_get_schema(source, get_inner_schema) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2185, in <lambda> |
|
2024-10-09 14:34:54 | ERROR | stderr | lambda source, handler: handler(source) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:54 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2088, in inner_handler |
|
2024-10-09 14:34:54 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:54 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1029, in match_type |
|
2024-10-09 14:34:54 | ERROR | stderr | return self._match_generic_type(obj, origin) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1058, in _match_generic_type |
|
2024-10-09 14:34:54 | ERROR | stderr | return self._union_schema(obj) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1378, in _union_schema |
|
2024-10-09 14:34:54 | ERROR | stderr | choices.append(self.generate_schema(arg)) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:54 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:54 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1038, in match_type |
|
2024-10-09 14:34:54 | ERROR | stderr | return self._unknown_type_schema(obj) |
|
2024-10-09 14:34:54 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:54 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema |
|
2024-10-09 14:34:54 | ERROR | stderr | raise PydanticSchemaGenerationError( |
|
2024-10-09 14:34:54 | ERROR | stderr | 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. |
|
2024-10-09 14:34:54 | ERROR | stderr | |
|
2024-10-09 14:34:54 | ERROR | stderr | If you got this error by calling handler(<some type>) 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. |
|
2024-10-09 14:34:54 | ERROR | stderr | |
|
2024-10-09 14:34:54 | ERROR | stderr | For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type |
|
2024-10-09 14:34:56 | ERROR | stderr | [31mERROR[0m: Exception in ASGI application |
|
2024-10-09 14:34:56 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs |
|
2024-10-09 14:34:56 | ERROR | stderr | self._core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__') |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents |
|
2024-10-09 14:34:56 | ERROR | stderr | raise AttributeError(attribute) |
|
2024-10-09 14:34:56 | ERROR | stderr | AttributeError: __pydantic_core_schema__ |
|
2024-10-09 14:34:56 | ERROR | stderr | |
|
2024-10-09 14:34:56 | ERROR | stderr | During handling of the above exception, another exception occurred: |
|
2024-10-09 14:34:56 | ERROR | stderr | |
|
2024-10-09 14:34:56 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi |
|
2024-10-09 14:34:56 | ERROR | stderr | result = await app( # type: ignore[func-returns-value] |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | return await self.app(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | await super().__call__(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/applications.py", line 113, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 187, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 165, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | await self.app(scope, receive, _send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 93, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | await self.simple_response(scope, receive, send, request_headers=headers) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 144, in simple_response |
|
2024-10-09 14:34:56 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:56 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:56 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 715, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 735, in app |
|
2024-10-09 14:34:56 | ERROR | stderr | await route.handle(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 288, in handle |
|
2024-10-09 14:34:56 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 76, in app |
|
2024-10-09 14:34:56 | ERROR | stderr | await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:56 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:56 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 73, in app |
|
2024-10-09 14:34:56 | ERROR | stderr | response = await f(request) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/routing.py", line 291, in app |
|
2024-10-09 14:34:56 | ERROR | stderr | solved_result = await solve_dependencies( |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 656, in solve_dependencies |
|
2024-10-09 14:34:56 | ERROR | stderr | ) = await request_body_to_args( # body_params checked above |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 881, in request_body_to_args |
|
2024-10-09 14:34:56 | ERROR | stderr | fields_to_extract = get_cached_model_fields(first_field.type_) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 657, in get_cached_model_fields |
|
2024-10-09 14:34:56 | ERROR | stderr | return get_model_fields(model) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 284, in get_model_fields |
|
2024-10-09 14:34:56 | ERROR | stderr | return [ |
|
2024-10-09 14:34:56 | ERROR | stderr | ^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 285, in <listcomp> |
|
2024-10-09 14:34:56 | ERROR | stderr | ModelField(field_info=field_info, name=name) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "<string>", line 6, in __init__ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 110, in __post_init__ |
|
2024-10-09 14:34:56 | ERROR | stderr | self._type_adapter: TypeAdapter[Any] = TypeAdapter( |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 257, in __init__ |
|
2024-10-09 14:34:56 | ERROR | stderr | self._init_core_attrs(rebuild_mocks=False) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 135, in wrapped |
|
2024-10-09 14:34:56 | ERROR | stderr | return func(self, *args, **kwargs) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 277, in _init_core_attrs |
|
2024-10-09 14:34:56 | ERROR | stderr | self._core_schema = _get_schema(self._type, config_wrapper, parent_depth=self._parent_depth) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 95, in _get_schema |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = gen.generate_schema(type_) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 908, in _generate_schema_inner |
|
2024-10-09 14:34:56 | ERROR | stderr | return self._annotated_schema(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2028, in _annotated_schema |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = self._apply_annotations(source_type, annotations) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2107, in _apply_annotations |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = get_inner_schema(source_type) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2189, in new_handler |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = metadata_get_schema(source, get_inner_schema) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2185, in <lambda> |
|
2024-10-09 14:34:56 | ERROR | stderr | lambda source, handler: handler(source) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2088, in inner_handler |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:56 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1029, in match_type |
|
2024-10-09 14:34:56 | ERROR | stderr | return self._match_generic_type(obj, origin) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1058, in _match_generic_type |
|
2024-10-09 14:34:56 | ERROR | stderr | return self._union_schema(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1378, in _union_schema |
|
2024-10-09 14:34:56 | ERROR | stderr | choices.append(self.generate_schema(arg)) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:56 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1038, in match_type |
|
2024-10-09 14:34:56 | ERROR | stderr | return self._unknown_type_schema(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema |
|
2024-10-09 14:34:56 | ERROR | stderr | raise PydanticSchemaGenerationError( |
|
2024-10-09 14:34:56 | ERROR | stderr | 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. |
|
2024-10-09 14:34:56 | ERROR | stderr | |
|
2024-10-09 14:34:56 | ERROR | stderr | If you got this error by calling handler(<some type>) 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. |
|
2024-10-09 14:34:56 | ERROR | stderr | |
|
2024-10-09 14:34:56 | ERROR | stderr | For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type |
|
2024-10-09 14:34:56 | ERROR | stderr | [31mERROR[0m: Exception in ASGI application |
|
2024-10-09 14:34:56 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs |
|
2024-10-09 14:34:56 | ERROR | stderr | self._core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__') |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents |
|
2024-10-09 14:34:56 | ERROR | stderr | raise AttributeError(attribute) |
|
2024-10-09 14:34:56 | ERROR | stderr | AttributeError: __pydantic_core_schema__ |
|
2024-10-09 14:34:56 | ERROR | stderr | |
|
2024-10-09 14:34:56 | ERROR | stderr | During handling of the above exception, another exception occurred: |
|
2024-10-09 14:34:56 | ERROR | stderr | |
|
2024-10-09 14:34:56 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi |
|
2024-10-09 14:34:56 | ERROR | stderr | result = await app( # type: ignore[func-returns-value] |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | return await self.app(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | await super().__call__(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/applications.py", line 113, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 187, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 165, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | await self.app(scope, receive, _send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 93, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | await self.simple_response(scope, receive, send, request_headers=headers) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 144, in simple_response |
|
2024-10-09 14:34:56 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:56 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:56 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 715, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 735, in app |
|
2024-10-09 14:34:56 | ERROR | stderr | await route.handle(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 288, in handle |
|
2024-10-09 14:34:56 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 76, in app |
|
2024-10-09 14:34:56 | ERROR | stderr | await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:56 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:56 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 73, in app |
|
2024-10-09 14:34:56 | ERROR | stderr | response = await f(request) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/routing.py", line 291, in app |
|
2024-10-09 14:34:56 | ERROR | stderr | solved_result = await solve_dependencies( |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 656, in solve_dependencies |
|
2024-10-09 14:34:56 | ERROR | stderr | ) = await request_body_to_args( # body_params checked above |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 881, in request_body_to_args |
|
2024-10-09 14:34:56 | ERROR | stderr | fields_to_extract = get_cached_model_fields(first_field.type_) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 657, in get_cached_model_fields |
|
2024-10-09 14:34:56 | ERROR | stderr | return get_model_fields(model) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 284, in get_model_fields |
|
2024-10-09 14:34:56 | ERROR | stderr | return [ |
|
2024-10-09 14:34:56 | ERROR | stderr | ^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 285, in <listcomp> |
|
2024-10-09 14:34:56 | ERROR | stderr | ModelField(field_info=field_info, name=name) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "<string>", line 6, in __init__ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 110, in __post_init__ |
|
2024-10-09 14:34:56 | ERROR | stderr | self._type_adapter: TypeAdapter[Any] = TypeAdapter( |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 257, in __init__ |
|
2024-10-09 14:34:56 | ERROR | stderr | self._init_core_attrs(rebuild_mocks=False) |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 135, in wrapped |
|
2024-10-09 14:34:56 | ERROR | stderr | return func(self, *args, **kwargs) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 277, in _init_core_attrs |
|
2024-10-09 14:34:56 | ERROR | stderr | self._core_schema = _get_schema(self._type, config_wrapper, parent_depth=self._parent_depth) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 95, in _get_schema |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = gen.generate_schema(type_) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 908, in _generate_schema_inner |
|
2024-10-09 14:34:56 | ERROR | stderr | return self._annotated_schema(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2028, in _annotated_schema |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = self._apply_annotations(source_type, annotations) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2107, in _apply_annotations |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = get_inner_schema(source_type) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2189, in new_handler |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = metadata_get_schema(source, get_inner_schema) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2185, in <lambda> |
|
2024-10-09 14:34:56 | ERROR | stderr | lambda source, handler: handler(source) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2088, in inner_handler |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:56 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1029, in match_type |
|
2024-10-09 14:34:56 | ERROR | stderr | return self._match_generic_type(obj, origin) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1058, in _match_generic_type |
|
2024-10-09 14:34:56 | ERROR | stderr | return self._union_schema(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1378, in _union_schema |
|
2024-10-09 14:34:56 | ERROR | stderr | choices.append(self.generate_schema(arg)) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:56 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:56 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1038, in match_type |
|
2024-10-09 14:34:56 | ERROR | stderr | return self._unknown_type_schema(obj) |
|
2024-10-09 14:34:56 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:56 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema |
|
2024-10-09 14:34:56 | ERROR | stderr | raise PydanticSchemaGenerationError( |
|
2024-10-09 14:34:56 | ERROR | stderr | 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. |
|
2024-10-09 14:34:56 | ERROR | stderr | |
|
2024-10-09 14:34:56 | ERROR | stderr | If you got this error by calling handler(<some type>) 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. |
|
2024-10-09 14:34:56 | ERROR | stderr | |
|
2024-10-09 14:34:56 | ERROR | stderr | For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type |
|
2024-10-09 14:34:57 | ERROR | stderr | [31mERROR[0m: Exception in ASGI application |
|
2024-10-09 14:34:57 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs |
|
2024-10-09 14:34:57 | ERROR | stderr | self._core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__') |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents |
|
2024-10-09 14:34:57 | ERROR | stderr | raise AttributeError(attribute) |
|
2024-10-09 14:34:57 | ERROR | stderr | AttributeError: __pydantic_core_schema__ |
|
2024-10-09 14:34:57 | ERROR | stderr | |
|
2024-10-09 14:34:57 | ERROR | stderr | During handling of the above exception, another exception occurred: |
|
2024-10-09 14:34:57 | ERROR | stderr | |
|
2024-10-09 14:34:57 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi |
|
2024-10-09 14:34:57 | ERROR | stderr | result = await app( # type: ignore[func-returns-value] |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | return await self.app(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await super().__call__(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/applications.py", line 113, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 187, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 165, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.app(scope, receive, _send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 93, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.simple_response(scope, receive, send, request_headers=headers) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 144, in simple_response |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:57 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:57 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 715, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 735, in app |
|
2024-10-09 14:34:57 | ERROR | stderr | await route.handle(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 288, in handle |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 76, in app |
|
2024-10-09 14:34:57 | ERROR | stderr | await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:57 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:57 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 73, in app |
|
2024-10-09 14:34:57 | ERROR | stderr | response = await f(request) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/routing.py", line 291, in app |
|
2024-10-09 14:34:57 | ERROR | stderr | solved_result = await solve_dependencies( |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 656, in solve_dependencies |
|
2024-10-09 14:34:57 | ERROR | stderr | ) = await request_body_to_args( # body_params checked above |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 881, in request_body_to_args |
|
2024-10-09 14:34:57 | ERROR | stderr | fields_to_extract = get_cached_model_fields(first_field.type_) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 657, in get_cached_model_fields |
|
2024-10-09 14:34:57 | ERROR | stderr | return get_model_fields(model) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 284, in get_model_fields |
|
2024-10-09 14:34:57 | ERROR | stderr | return [ |
|
2024-10-09 14:34:57 | ERROR | stderr | ^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 285, in <listcomp> |
|
2024-10-09 14:34:57 | ERROR | stderr | ModelField(field_info=field_info, name=name) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "<string>", line 6, in __init__ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 110, in __post_init__ |
|
2024-10-09 14:34:57 | ERROR | stderr | self._type_adapter: TypeAdapter[Any] = TypeAdapter( |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 257, in __init__ |
|
2024-10-09 14:34:57 | ERROR | stderr | self._init_core_attrs(rebuild_mocks=False) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 135, in wrapped |
|
2024-10-09 14:34:57 | ERROR | stderr | return func(self, *args, **kwargs) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 277, in _init_core_attrs |
|
2024-10-09 14:34:57 | ERROR | stderr | self._core_schema = _get_schema(self._type, config_wrapper, parent_depth=self._parent_depth) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 95, in _get_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = gen.generate_schema(type_) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 908, in _generate_schema_inner |
|
2024-10-09 14:34:57 | ERROR | stderr | return self._annotated_schema(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2028, in _annotated_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._apply_annotations(source_type, annotations) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2107, in _apply_annotations |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = get_inner_schema(source_type) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2189, in new_handler |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = metadata_get_schema(source, get_inner_schema) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2185, in <lambda> |
|
2024-10-09 14:34:57 | ERROR | stderr | lambda source, handler: handler(source) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2088, in inner_handler |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:57 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1029, in match_type |
|
2024-10-09 14:34:57 | ERROR | stderr | return self._match_generic_type(obj, origin) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1058, in _match_generic_type |
|
2024-10-09 14:34:57 | ERROR | stderr | return self._union_schema(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1378, in _union_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | choices.append(self.generate_schema(arg)) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:57 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1038, in match_type |
|
2024-10-09 14:34:57 | ERROR | stderr | return self._unknown_type_schema(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | raise PydanticSchemaGenerationError( |
|
2024-10-09 14:34:57 | ERROR | stderr | 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. |
|
2024-10-09 14:34:57 | ERROR | stderr | |
|
2024-10-09 14:34:57 | ERROR | stderr | If you got this error by calling handler(<some type>) 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. |
|
2024-10-09 14:34:57 | ERROR | stderr | |
|
2024-10-09 14:34:57 | ERROR | stderr | For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type |
|
2024-10-09 14:34:57 | ERROR | stderr | [31mERROR[0m: Exception in ASGI application |
|
2024-10-09 14:34:57 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs |
|
2024-10-09 14:34:57 | ERROR | stderr | self._core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__') |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents |
|
2024-10-09 14:34:57 | ERROR | stderr | raise AttributeError(attribute) |
|
2024-10-09 14:34:57 | ERROR | stderr | AttributeError: __pydantic_core_schema__ |
|
2024-10-09 14:34:57 | ERROR | stderr | |
|
2024-10-09 14:34:57 | ERROR | stderr | During handling of the above exception, another exception occurred: |
|
2024-10-09 14:34:57 | ERROR | stderr | |
|
2024-10-09 14:34:57 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi |
|
2024-10-09 14:34:57 | ERROR | stderr | result = await app( # type: ignore[func-returns-value] |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | return await self.app(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await super().__call__(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/applications.py", line 113, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 187, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 165, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.app(scope, receive, _send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 93, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.simple_response(scope, receive, send, request_headers=headers) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 144, in simple_response |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:57 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:57 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 715, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 735, in app |
|
2024-10-09 14:34:57 | ERROR | stderr | await route.handle(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 288, in handle |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 76, in app |
|
2024-10-09 14:34:57 | ERROR | stderr | await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:57 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:57 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 73, in app |
|
2024-10-09 14:34:57 | ERROR | stderr | response = await f(request) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/routing.py", line 291, in app |
|
2024-10-09 14:34:57 | ERROR | stderr | solved_result = await solve_dependencies( |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 656, in solve_dependencies |
|
2024-10-09 14:34:57 | ERROR | stderr | ) = await request_body_to_args( # body_params checked above |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 881, in request_body_to_args |
|
2024-10-09 14:34:57 | ERROR | stderr | fields_to_extract = get_cached_model_fields(first_field.type_) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 657, in get_cached_model_fields |
|
2024-10-09 14:34:57 | ERROR | stderr | return get_model_fields(model) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 284, in get_model_fields |
|
2024-10-09 14:34:57 | ERROR | stderr | return [ |
|
2024-10-09 14:34:57 | ERROR | stderr | ^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 285, in <listcomp> |
|
2024-10-09 14:34:57 | ERROR | stderr | ModelField(field_info=field_info, name=name) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "<string>", line 6, in __init__ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 110, in __post_init__ |
|
2024-10-09 14:34:57 | ERROR | stderr | self._type_adapter: TypeAdapter[Any] = TypeAdapter( |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 257, in __init__ |
|
2024-10-09 14:34:57 | ERROR | stderr | self._init_core_attrs(rebuild_mocks=False) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 135, in wrapped |
|
2024-10-09 14:34:57 | ERROR | stderr | return func(self, *args, **kwargs) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 277, in _init_core_attrs |
|
2024-10-09 14:34:57 | ERROR | stderr | self._core_schema = _get_schema(self._type, config_wrapper, parent_depth=self._parent_depth) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 95, in _get_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = gen.generate_schema(type_) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 908, in _generate_schema_inner |
|
2024-10-09 14:34:57 | ERROR | stderr | return self._annotated_schema(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2028, in _annotated_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._apply_annotations(source_type, annotations) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2107, in _apply_annotations |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = get_inner_schema(source_type) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2189, in new_handler |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = metadata_get_schema(source, get_inner_schema) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2185, in <lambda> |
|
2024-10-09 14:34:57 | ERROR | stderr | lambda source, handler: handler(source) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2088, in inner_handler |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:57 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1029, in match_type |
|
2024-10-09 14:34:57 | ERROR | stderr | return self._match_generic_type(obj, origin) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1058, in _match_generic_type |
|
2024-10-09 14:34:57 | ERROR | stderr | return self._union_schema(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1378, in _union_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | choices.append(self.generate_schema(arg)) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:57 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1038, in match_type |
|
2024-10-09 14:34:57 | ERROR | stderr | return self._unknown_type_schema(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | raise PydanticSchemaGenerationError( |
|
2024-10-09 14:34:57 | ERROR | stderr | 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. |
|
2024-10-09 14:34:57 | ERROR | stderr | |
|
2024-10-09 14:34:57 | ERROR | stderr | If you got this error by calling handler(<some type>) 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. |
|
2024-10-09 14:34:57 | ERROR | stderr | |
|
2024-10-09 14:34:57 | ERROR | stderr | For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type |
|
2024-10-09 14:34:57 | ERROR | stderr | [31mERROR[0m: Exception in ASGI application |
|
2024-10-09 14:34:57 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs |
|
2024-10-09 14:34:57 | ERROR | stderr | self._core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__') |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents |
|
2024-10-09 14:34:57 | ERROR | stderr | raise AttributeError(attribute) |
|
2024-10-09 14:34:57 | ERROR | stderr | AttributeError: __pydantic_core_schema__ |
|
2024-10-09 14:34:57 | ERROR | stderr | |
|
2024-10-09 14:34:57 | ERROR | stderr | During handling of the above exception, another exception occurred: |
|
2024-10-09 14:34:57 | ERROR | stderr | |
|
2024-10-09 14:34:57 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi |
|
2024-10-09 14:34:57 | ERROR | stderr | result = await app( # type: ignore[func-returns-value] |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | return await self.app(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await super().__call__(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/applications.py", line 113, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 187, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 165, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.app(scope, receive, _send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 93, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.simple_response(scope, receive, send, request_headers=headers) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 144, in simple_response |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:57 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:57 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 715, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 735, in app |
|
2024-10-09 14:34:57 | ERROR | stderr | await route.handle(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 288, in handle |
|
2024-10-09 14:34:57 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 76, in app |
|
2024-10-09 14:34:57 | ERROR | stderr | await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:34:57 | ERROR | stderr | raise exc |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:34:57 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 73, in app |
|
2024-10-09 14:34:57 | ERROR | stderr | response = await f(request) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/routing.py", line 291, in app |
|
2024-10-09 14:34:57 | ERROR | stderr | solved_result = await solve_dependencies( |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 656, in solve_dependencies |
|
2024-10-09 14:34:57 | ERROR | stderr | ) = await request_body_to_args( # body_params checked above |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 881, in request_body_to_args |
|
2024-10-09 14:34:57 | ERROR | stderr | fields_to_extract = get_cached_model_fields(first_field.type_) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 657, in get_cached_model_fields |
|
2024-10-09 14:34:57 | ERROR | stderr | return get_model_fields(model) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 284, in get_model_fields |
|
2024-10-09 14:34:57 | ERROR | stderr | return [ |
|
2024-10-09 14:34:57 | ERROR | stderr | ^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 285, in <listcomp> |
|
2024-10-09 14:34:57 | ERROR | stderr | ModelField(field_info=field_info, name=name) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "<string>", line 6, in __init__ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 110, in __post_init__ |
|
2024-10-09 14:34:57 | ERROR | stderr | self._type_adapter: TypeAdapter[Any] = TypeAdapter( |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 257, in __init__ |
|
2024-10-09 14:34:57 | ERROR | stderr | self._init_core_attrs(rebuild_mocks=False) |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 135, in wrapped |
|
2024-10-09 14:34:57 | ERROR | stderr | return func(self, *args, **kwargs) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 277, in _init_core_attrs |
|
2024-10-09 14:34:57 | ERROR | stderr | self._core_schema = _get_schema(self._type, config_wrapper, parent_depth=self._parent_depth) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 95, in _get_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = gen.generate_schema(type_) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 908, in _generate_schema_inner |
|
2024-10-09 14:34:57 | ERROR | stderr | return self._annotated_schema(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2028, in _annotated_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._apply_annotations(source_type, annotations) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2107, in _apply_annotations |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = get_inner_schema(source_type) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2189, in new_handler |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = metadata_get_schema(source, get_inner_schema) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2185, in <lambda> |
|
2024-10-09 14:34:57 | ERROR | stderr | lambda source, handler: handler(source) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2088, in inner_handler |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:57 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1029, in match_type |
|
2024-10-09 14:34:57 | ERROR | stderr | return self._match_generic_type(obj, origin) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1058, in _match_generic_type |
|
2024-10-09 14:34:57 | ERROR | stderr | return self._union_schema(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1378, in _union_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | choices.append(self.generate_schema(arg)) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:34:57 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1038, in match_type |
|
2024-10-09 14:34:57 | ERROR | stderr | return self._unknown_type_schema(obj) |
|
2024-10-09 14:34:57 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:34:57 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema |
|
2024-10-09 14:34:57 | ERROR | stderr | raise PydanticSchemaGenerationError( |
|
2024-10-09 14:34:57 | ERROR | stderr | 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. |
|
2024-10-09 14:34:57 | ERROR | stderr | |
|
2024-10-09 14:34:57 | ERROR | stderr | If you got this error by calling handler(<some type>) 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. |
|
2024-10-09 14:34:57 | ERROR | stderr | |
|
2024-10-09 14:34:57 | ERROR | stderr | For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type |
|
2024-10-09 14:35:03 | ERROR | stderr | [31mERROR[0m: Exception in ASGI application |
|
2024-10-09 14:35:03 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs |
|
2024-10-09 14:35:03 | ERROR | stderr | self._core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__') |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents |
|
2024-10-09 14:35:03 | ERROR | stderr | raise AttributeError(attribute) |
|
2024-10-09 14:35:03 | ERROR | stderr | AttributeError: __pydantic_core_schema__ |
|
2024-10-09 14:35:03 | ERROR | stderr | |
|
2024-10-09 14:35:03 | ERROR | stderr | During handling of the above exception, another exception occurred: |
|
2024-10-09 14:35:03 | ERROR | stderr | |
|
2024-10-09 14:35:03 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi |
|
2024-10-09 14:35:03 | ERROR | stderr | result = await app( # type: ignore[func-returns-value] |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in __call__ |
|
2024-10-09 14:35:03 | ERROR | stderr | return await self.app(scope, receive, send) |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ |
|
2024-10-09 14:35:03 | ERROR | stderr | await super().__call__(scope, receive, send) |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/applications.py", line 113, in __call__ |
|
2024-10-09 14:35:03 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 187, in __call__ |
|
2024-10-09 14:35:03 | ERROR | stderr | raise exc |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 165, in __call__ |
|
2024-10-09 14:35:03 | ERROR | stderr | await self.app(scope, receive, _send) |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 93, in __call__ |
|
2024-10-09 14:35:03 | ERROR | stderr | await self.simple_response(scope, receive, send, request_headers=headers) |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 144, in simple_response |
|
2024-10-09 14:35:03 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ |
|
2024-10-09 14:35:03 | ERROR | stderr | await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:35:03 | ERROR | stderr | raise exc |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:35:03 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 715, in __call__ |
|
2024-10-09 14:35:03 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 735, in app |
|
2024-10-09 14:35:03 | ERROR | stderr | await route.handle(scope, receive, send) |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 288, in handle |
|
2024-10-09 14:35:03 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 76, in app |
|
2024-10-09 14:35:03 | ERROR | stderr | await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:35:03 | ERROR | stderr | raise exc |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:35:03 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 73, in app |
|
2024-10-09 14:35:03 | ERROR | stderr | response = await f(request) |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/routing.py", line 291, in app |
|
2024-10-09 14:35:03 | ERROR | stderr | solved_result = await solve_dependencies( |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 656, in solve_dependencies |
|
2024-10-09 14:35:03 | ERROR | stderr | ) = await request_body_to_args( # body_params checked above |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 881, in request_body_to_args |
|
2024-10-09 14:35:03 | ERROR | stderr | fields_to_extract = get_cached_model_fields(first_field.type_) |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 657, in get_cached_model_fields |
|
2024-10-09 14:35:03 | ERROR | stderr | return get_model_fields(model) |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 284, in get_model_fields |
|
2024-10-09 14:35:03 | ERROR | stderr | return [ |
|
2024-10-09 14:35:03 | ERROR | stderr | ^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 285, in <listcomp> |
|
2024-10-09 14:35:03 | ERROR | stderr | ModelField(field_info=field_info, name=name) |
|
2024-10-09 14:35:03 | ERROR | stderr | File "<string>", line 6, in __init__ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 110, in __post_init__ |
|
2024-10-09 14:35:03 | ERROR | stderr | self._type_adapter: TypeAdapter[Any] = TypeAdapter( |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 257, in __init__ |
|
2024-10-09 14:35:03 | ERROR | stderr | self._init_core_attrs(rebuild_mocks=False) |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 135, in wrapped |
|
2024-10-09 14:35:03 | ERROR | stderr | return func(self, *args, **kwargs) |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 277, in _init_core_attrs |
|
2024-10-09 14:35:03 | ERROR | stderr | self._core_schema = _get_schema(self._type, config_wrapper, parent_depth=self._parent_depth) |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 95, in _get_schema |
|
2024-10-09 14:35:03 | ERROR | stderr | schema = gen.generate_schema(type_) |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:35:03 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 908, in _generate_schema_inner |
|
2024-10-09 14:35:03 | ERROR | stderr | return self._annotated_schema(obj) |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2028, in _annotated_schema |
|
2024-10-09 14:35:03 | ERROR | stderr | schema = self._apply_annotations(source_type, annotations) |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2107, in _apply_annotations |
|
2024-10-09 14:35:03 | ERROR | stderr | schema = get_inner_schema(source_type) |
|
2024-10-09 14:35:03 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:03 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:35:04 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2189, in new_handler |
|
2024-10-09 14:35:04 | ERROR | stderr | schema = metadata_get_schema(source, get_inner_schema) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2185, in <lambda> |
|
2024-10-09 14:35:04 | ERROR | stderr | lambda source, handler: handler(source) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:35:04 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2088, in inner_handler |
|
2024-10-09 14:35:04 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:35:04 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1029, in match_type |
|
2024-10-09 14:35:04 | ERROR | stderr | return self._match_generic_type(obj, origin) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1058, in _match_generic_type |
|
2024-10-09 14:35:04 | ERROR | stderr | return self._union_schema(obj) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1378, in _union_schema |
|
2024-10-09 14:35:04 | ERROR | stderr | choices.append(self.generate_schema(arg)) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:35:04 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:35:04 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1038, in match_type |
|
2024-10-09 14:35:04 | ERROR | stderr | return self._unknown_type_schema(obj) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema |
|
2024-10-09 14:35:04 | ERROR | stderr | raise PydanticSchemaGenerationError( |
|
2024-10-09 14:35:04 | ERROR | stderr | 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. |
|
2024-10-09 14:35:04 | ERROR | stderr | |
|
2024-10-09 14:35:04 | ERROR | stderr | If you got this error by calling handler(<some type>) 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. |
|
2024-10-09 14:35:04 | ERROR | stderr | |
|
2024-10-09 14:35:04 | ERROR | stderr | For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type |
|
2024-10-09 14:35:04 | ERROR | stderr | [31mERROR[0m: Exception in ASGI application |
|
2024-10-09 14:35:04 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs |
|
2024-10-09 14:35:04 | ERROR | stderr | self._core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__') |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents |
|
2024-10-09 14:35:04 | ERROR | stderr | raise AttributeError(attribute) |
|
2024-10-09 14:35:04 | ERROR | stderr | AttributeError: __pydantic_core_schema__ |
|
2024-10-09 14:35:04 | ERROR | stderr | |
|
2024-10-09 14:35:04 | ERROR | stderr | During handling of the above exception, another exception occurred: |
|
2024-10-09 14:35:04 | ERROR | stderr | |
|
2024-10-09 14:35:04 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi |
|
2024-10-09 14:35:04 | ERROR | stderr | result = await app( # type: ignore[func-returns-value] |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in __call__ |
|
2024-10-09 14:35:04 | ERROR | stderr | return await self.app(scope, receive, send) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ |
|
2024-10-09 14:35:04 | ERROR | stderr | await super().__call__(scope, receive, send) |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/applications.py", line 113, in __call__ |
|
2024-10-09 14:35:04 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 187, in __call__ |
|
2024-10-09 14:35:04 | ERROR | stderr | raise exc |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 165, in __call__ |
|
2024-10-09 14:35:04 | ERROR | stderr | await self.app(scope, receive, _send) |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 93, in __call__ |
|
2024-10-09 14:35:04 | ERROR | stderr | await self.simple_response(scope, receive, send, request_headers=headers) |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 144, in simple_response |
|
2024-10-09 14:35:04 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ |
|
2024-10-09 14:35:04 | ERROR | stderr | await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:35:04 | ERROR | stderr | raise exc |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:35:04 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 715, in __call__ |
|
2024-10-09 14:35:04 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 735, in app |
|
2024-10-09 14:35:04 | ERROR | stderr | await route.handle(scope, receive, send) |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 288, in handle |
|
2024-10-09 14:35:04 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 76, in app |
|
2024-10-09 14:35:04 | ERROR | stderr | await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:35:04 | ERROR | stderr | raise exc |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:35:04 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 73, in app |
|
2024-10-09 14:35:04 | ERROR | stderr | response = await f(request) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/routing.py", line 291, in app |
|
2024-10-09 14:35:04 | ERROR | stderr | solved_result = await solve_dependencies( |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 656, in solve_dependencies |
|
2024-10-09 14:35:04 | ERROR | stderr | ) = await request_body_to_args( # body_params checked above |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 881, in request_body_to_args |
|
2024-10-09 14:35:04 | ERROR | stderr | fields_to_extract = get_cached_model_fields(first_field.type_) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 657, in get_cached_model_fields |
|
2024-10-09 14:35:04 | ERROR | stderr | return get_model_fields(model) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 284, in get_model_fields |
|
2024-10-09 14:35:04 | ERROR | stderr | return [ |
|
2024-10-09 14:35:04 | ERROR | stderr | ^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 285, in <listcomp> |
|
2024-10-09 14:35:04 | ERROR | stderr | ModelField(field_info=field_info, name=name) |
|
2024-10-09 14:35:04 | ERROR | stderr | File "<string>", line 6, in __init__ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 110, in __post_init__ |
|
2024-10-09 14:35:04 | ERROR | stderr | self._type_adapter: TypeAdapter[Any] = TypeAdapter( |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 257, in __init__ |
|
2024-10-09 14:35:04 | ERROR | stderr | self._init_core_attrs(rebuild_mocks=False) |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 135, in wrapped |
|
2024-10-09 14:35:04 | ERROR | stderr | return func(self, *args, **kwargs) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 277, in _init_core_attrs |
|
2024-10-09 14:35:04 | ERROR | stderr | self._core_schema = _get_schema(self._type, config_wrapper, parent_depth=self._parent_depth) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 95, in _get_schema |
|
2024-10-09 14:35:04 | ERROR | stderr | schema = gen.generate_schema(type_) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:35:04 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 908, in _generate_schema_inner |
|
2024-10-09 14:35:04 | ERROR | stderr | return self._annotated_schema(obj) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2028, in _annotated_schema |
|
2024-10-09 14:35:04 | ERROR | stderr | schema = self._apply_annotations(source_type, annotations) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2107, in _apply_annotations |
|
2024-10-09 14:35:04 | ERROR | stderr | schema = get_inner_schema(source_type) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:35:04 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2189, in new_handler |
|
2024-10-09 14:35:04 | ERROR | stderr | schema = metadata_get_schema(source, get_inner_schema) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2185, in <lambda> |
|
2024-10-09 14:35:04 | ERROR | stderr | lambda source, handler: handler(source) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:35:04 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2088, in inner_handler |
|
2024-10-09 14:35:04 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:35:04 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1029, in match_type |
|
2024-10-09 14:35:04 | ERROR | stderr | return self._match_generic_type(obj, origin) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1058, in _match_generic_type |
|
2024-10-09 14:35:04 | ERROR | stderr | return self._union_schema(obj) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1378, in _union_schema |
|
2024-10-09 14:35:04 | ERROR | stderr | choices.append(self.generate_schema(arg)) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:35:04 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:35:04 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1038, in match_type |
|
2024-10-09 14:35:04 | ERROR | stderr | return self._unknown_type_schema(obj) |
|
2024-10-09 14:35:04 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:04 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema |
|
2024-10-09 14:35:04 | ERROR | stderr | raise PydanticSchemaGenerationError( |
|
2024-10-09 14:35:04 | ERROR | stderr | 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. |
|
2024-10-09 14:35:04 | ERROR | stderr | |
|
2024-10-09 14:35:04 | ERROR | stderr | If you got this error by calling handler(<some type>) 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. |
|
2024-10-09 14:35:04 | ERROR | stderr | |
|
2024-10-09 14:35:04 | ERROR | stderr | For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type |
|
2024-10-09 14:35:06 | ERROR | stderr | [31mERROR[0m: Exception in ASGI application |
|
2024-10-09 14:35:06 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs |
|
2024-10-09 14:35:06 | ERROR | stderr | self._core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__') |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents |
|
2024-10-09 14:35:06 | ERROR | stderr | raise AttributeError(attribute) |
|
2024-10-09 14:35:06 | ERROR | stderr | AttributeError: __pydantic_core_schema__ |
|
2024-10-09 14:35:06 | ERROR | stderr | |
|
2024-10-09 14:35:06 | ERROR | stderr | During handling of the above exception, another exception occurred: |
|
2024-10-09 14:35:06 | ERROR | stderr | |
|
2024-10-09 14:35:06 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi |
|
2024-10-09 14:35:06 | ERROR | stderr | result = await app( # type: ignore[func-returns-value] |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in __call__ |
|
2024-10-09 14:35:06 | ERROR | stderr | return await self.app(scope, receive, send) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ |
|
2024-10-09 14:35:06 | ERROR | stderr | await super().__call__(scope, receive, send) |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/applications.py", line 113, in __call__ |
|
2024-10-09 14:35:06 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 187, in __call__ |
|
2024-10-09 14:35:06 | ERROR | stderr | raise exc |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 165, in __call__ |
|
2024-10-09 14:35:06 | ERROR | stderr | await self.app(scope, receive, _send) |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 93, in __call__ |
|
2024-10-09 14:35:06 | ERROR | stderr | await self.simple_response(scope, receive, send, request_headers=headers) |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 144, in simple_response |
|
2024-10-09 14:35:06 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ |
|
2024-10-09 14:35:06 | ERROR | stderr | await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:35:06 | ERROR | stderr | raise exc |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:35:06 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 715, in __call__ |
|
2024-10-09 14:35:06 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 735, in app |
|
2024-10-09 14:35:06 | ERROR | stderr | await route.handle(scope, receive, send) |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 288, in handle |
|
2024-10-09 14:35:06 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 76, in app |
|
2024-10-09 14:35:06 | ERROR | stderr | await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:35:06 | ERROR | stderr | raise exc |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:35:06 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 73, in app |
|
2024-10-09 14:35:06 | ERROR | stderr | response = await f(request) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/routing.py", line 291, in app |
|
2024-10-09 14:35:06 | ERROR | stderr | solved_result = await solve_dependencies( |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 656, in solve_dependencies |
|
2024-10-09 14:35:06 | ERROR | stderr | ) = await request_body_to_args( # body_params checked above |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 881, in request_body_to_args |
|
2024-10-09 14:35:06 | ERROR | stderr | fields_to_extract = get_cached_model_fields(first_field.type_) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 657, in get_cached_model_fields |
|
2024-10-09 14:35:06 | ERROR | stderr | return get_model_fields(model) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 284, in get_model_fields |
|
2024-10-09 14:35:06 | ERROR | stderr | return [ |
|
2024-10-09 14:35:06 | ERROR | stderr | ^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 285, in <listcomp> |
|
2024-10-09 14:35:06 | ERROR | stderr | ModelField(field_info=field_info, name=name) |
|
2024-10-09 14:35:06 | ERROR | stderr | File "<string>", line 6, in __init__ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 110, in __post_init__ |
|
2024-10-09 14:35:06 | ERROR | stderr | self._type_adapter: TypeAdapter[Any] = TypeAdapter( |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 257, in __init__ |
|
2024-10-09 14:35:06 | ERROR | stderr | self._init_core_attrs(rebuild_mocks=False) |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 135, in wrapped |
|
2024-10-09 14:35:06 | ERROR | stderr | return func(self, *args, **kwargs) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 277, in _init_core_attrs |
|
2024-10-09 14:35:06 | ERROR | stderr | self._core_schema = _get_schema(self._type, config_wrapper, parent_depth=self._parent_depth) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 95, in _get_schema |
|
2024-10-09 14:35:06 | ERROR | stderr | schema = gen.generate_schema(type_) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:35:06 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 908, in _generate_schema_inner |
|
2024-10-09 14:35:06 | ERROR | stderr | return self._annotated_schema(obj) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2028, in _annotated_schema |
|
2024-10-09 14:35:06 | ERROR | stderr | schema = self._apply_annotations(source_type, annotations) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2107, in _apply_annotations |
|
2024-10-09 14:35:06 | ERROR | stderr | schema = get_inner_schema(source_type) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:35:06 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2189, in new_handler |
|
2024-10-09 14:35:06 | ERROR | stderr | schema = metadata_get_schema(source, get_inner_schema) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2185, in <lambda> |
|
2024-10-09 14:35:06 | ERROR | stderr | lambda source, handler: handler(source) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:35:06 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2088, in inner_handler |
|
2024-10-09 14:35:06 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:35:06 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1029, in match_type |
|
2024-10-09 14:35:06 | ERROR | stderr | return self._match_generic_type(obj, origin) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1058, in _match_generic_type |
|
2024-10-09 14:35:06 | ERROR | stderr | return self._union_schema(obj) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1378, in _union_schema |
|
2024-10-09 14:35:06 | ERROR | stderr | choices.append(self.generate_schema(arg)) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:35:06 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:35:06 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1038, in match_type |
|
2024-10-09 14:35:06 | ERROR | stderr | return self._unknown_type_schema(obj) |
|
2024-10-09 14:35:06 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:35:06 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema |
|
2024-10-09 14:35:06 | ERROR | stderr | raise PydanticSchemaGenerationError( |
|
2024-10-09 14:35:06 | ERROR | stderr | 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. |
|
2024-10-09 14:35:06 | ERROR | stderr | |
|
2024-10-09 14:35:06 | ERROR | stderr | If you got this error by calling handler(<some type>) 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. |
|
2024-10-09 14:35:06 | ERROR | stderr | |
|
2024-10-09 14:35:06 | ERROR | stderr | For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type |
|
2024-10-09 14:38:19 | INFO | stdout | Changes detected in: /Users/geminigby/PycharmProjects/llava_demo/UGround/llava/serve/gradio_web_server.py |
|
2024-10-09 14:38:19 | ERROR | stderr | Exception in thread Thread-5: |
|
2024-10-09 14:38:19 | ERROR | stderr | Exception in thread Thread-5: |
|
2024-10-09 14:38:19 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:38:19 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:38:19 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/threading.py", line 1045, in _bootstrap_inner |
|
2024-10-09 14:38:19 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/threading.py", line 1045, in _bootstrap_inner |
|
2024-10-09 14:38:19 | ERROR | stderr | self.run() |
|
2024-10-09 14:38:19 | ERROR | stderr | self.run() |
|
2024-10-09 14:38:19 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/threading.py", line 982, in run |
|
2024-10-09 14:38:19 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/threading.py", line 982, in run |
|
2024-10-09 14:38:19 | ERROR | stderr | self._target(*self._args, **self._kwargs) |
|
2024-10-09 14:38:19 | ERROR | stderr | self._target(*self._args, **self._kwargs) |
|
2024-10-09 14:38:19 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/gradio/utils.py", line 218, in watchfn |
|
2024-10-09 14:38:19 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/gradio/utils.py", line 218, in watchfn |
|
2024-10-09 14:38:19 | ERROR | stderr | demo = getattr(module, reloader.demo_name) |
|
2024-10-09 14:38:19 | ERROR | stderr | demo = getattr(module, reloader.demo_name) |
|
2024-10-09 14:38:19 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:38:19 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:38:19 | ERROR | stderr | AttributeError: module 'app' has no attribute 'demo' |
|
2024-10-09 14:38:19 | ERROR | stderr | AttributeError: module 'app' has no attribute 'demo' |
|
2024-10-09 14:38:20 | INFO | stdout | Keyboard interruption in main thread... closing server. |
|
2024-10-09 14:38:20 | INFO | stdout | Keyboard interruption in main thread... closing server. |
|
2024-10-09 14:38:28 | INFO | stdout | args: Namespace(host='0.0.0.0', port=None, controller_url='http://localhost:10000', concurrency_count=1, model_list_mode='reload', share=False, moderate=False, embed=False) |
|
2024-10-09 14:38:28 | INFO | stdout | Starting the controller |
|
2024-10-09 14:38:28 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.controller', '--host', '0.0.0.0', '--port', '10000'] |
|
2024-10-09 14:38:28 | INFO | stdout | Starting the model worker for the model osunlp/UGround |
|
2024-10-09 14:38:28 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.model_worker', '--host', '0.0.0.0', '--controller', 'http://localhost:10000', '--model-path', 'osunlp/UGround', '--model-name', 'llava-v1.5-UGround_v1', '--use-flash-attn', '--load-8bit'] |
|
2024-10-09 14:38:38 | INFO | stdout | name 'model_selector' is not defined |
|
2024-10-09 14:38:38 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " |
|
2024-10-09 14:38:38 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" |
|
2024-10-09 14:38:38 | INFO | stdout | IMPORTANT: You are using gradio version 4.16.0, however version 4.29.0 is available, please upgrade. |
|
2024-10-09 14:38:38 | INFO | stdout | -------- |
|
2024-10-09 14:38:38 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:39:51 | INFO | stdout | args: Namespace(host='0.0.0.0', port=None, controller_url='http://localhost:10000', concurrency_count=1, model_list_mode='reload', share=False, moderate=False, embed=False) |
|
2024-10-09 14:39:51 | INFO | stdout | Starting the controller |
|
2024-10-09 14:39:51 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.controller', '--host', '0.0.0.0', '--port', '10000'] |
|
2024-10-09 14:39:51 | INFO | stdout | Starting the model worker for the model osunlp/UGround |
|
2024-10-09 14:39:51 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.model_worker', '--host', '0.0.0.0', '--controller', 'http://localhost:10000', '--model-path', 'osunlp/UGround', '--model-name', 'llava-v1.5-UGround_v1', '--use-flash-attn', '--load-8bit'] |
|
2024-10-09 14:40:02 | INFO | stdout | name 'model_selector' is not defined |
|
2024-10-09 14:40:02 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " |
|
2024-10-09 14:40:02 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" |
|
2024-10-09 14:40:02 | INFO | stdout | IMPORTANT: You are using gradio version 4.16.0, however version 4.29.0 is available, please upgrade. |
|
2024-10-09 14:40:02 | INFO | stdout | -------- |
|
2024-10-09 14:40:02 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:40:32 | INFO | stdout | args: Namespace(host='0.0.0.0', port=None, controller_url='http://localhost:10000', concurrency_count=1, model_list_mode='reload', share=False, moderate=False, embed=False) |
|
2024-10-09 14:40:32 | INFO | stdout | Starting the controller |
|
2024-10-09 14:40:32 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.controller', '--host', '0.0.0.0', '--port', '10000'] |
|
2024-10-09 14:40:32 | INFO | stdout | Starting the model worker for the model osunlp/UGround |
|
2024-10-09 14:40:32 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.model_worker', '--host', '0.0.0.0', '--controller', 'http://localhost:10000', '--model-path', 'osunlp/UGround', '--model-name', 'llava-v1.5-UGround_v1', '--use-flash-attn', '--load-8bit'] |
|
2024-10-09 14:40:42 | ERROR | stderr | /Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/gradio/components/dropdown.py:163: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True. |
|
2024-10-09 14:40:42 | ERROR | stderr | warnings.warn( |
|
2024-10-09 14:40:42 | INFO | stdout | Running on local URL: http://0.0.0.0:7860 |
|
2024-10-09 14:40:42 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK" |
|
2024-10-09 14:40:42 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:40:42 | INFO | stdout | |
|
2024-10-09 14:40:42 | INFO | stdout | To create a public link, set `share=True` in `launch()`. |
|
2024-10-09 14:40:42 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " |
|
2024-10-09 14:40:42 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " |
|
2024-10-09 14:40:42 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" |
|
2024-10-09 14:40:42 | INFO | stdout | IMPORTANT: You are using gradio version 4.16.0, however version 4.29.0 is available, please upgrade. |
|
2024-10-09 14:40:42 | INFO | stdout | -------- |
|
2024-10-09 14:40:42 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:40:43 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:40:50 | ERROR | stderr | [31mERROR[0m: Exception in ASGI application |
|
2024-10-09 14:40:50 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs |
|
2024-10-09 14:40:50 | ERROR | stderr | self._core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__') |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents |
|
2024-10-09 14:40:50 | ERROR | stderr | raise AttributeError(attribute) |
|
2024-10-09 14:40:50 | ERROR | stderr | AttributeError: __pydantic_core_schema__ |
|
2024-10-09 14:40:50 | ERROR | stderr | |
|
2024-10-09 14:40:50 | ERROR | stderr | During handling of the above exception, another exception occurred: |
|
2024-10-09 14:40:50 | ERROR | stderr | |
|
2024-10-09 14:40:50 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi |
|
2024-10-09 14:40:50 | ERROR | stderr | result = await app( # type: ignore[func-returns-value] |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in __call__ |
|
2024-10-09 14:40:50 | ERROR | stderr | return await self.app(scope, receive, send) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ |
|
2024-10-09 14:40:50 | ERROR | stderr | await super().__call__(scope, receive, send) |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/applications.py", line 113, in __call__ |
|
2024-10-09 14:40:50 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 187, in __call__ |
|
2024-10-09 14:40:50 | ERROR | stderr | raise exc |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/errors.py", line 165, in __call__ |
|
2024-10-09 14:40:50 | ERROR | stderr | await self.app(scope, receive, _send) |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 93, in __call__ |
|
2024-10-09 14:40:50 | ERROR | stderr | await self.simple_response(scope, receive, send, request_headers=headers) |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/cors.py", line 144, in simple_response |
|
2024-10-09 14:40:50 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ |
|
2024-10-09 14:40:50 | ERROR | stderr | await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:40:50 | ERROR | stderr | raise exc |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:40:50 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 715, in __call__ |
|
2024-10-09 14:40:50 | ERROR | stderr | await self.middleware_stack(scope, receive, send) |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 735, in app |
|
2024-10-09 14:40:50 | ERROR | stderr | await route.handle(scope, receive, send) |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 288, in handle |
|
2024-10-09 14:40:50 | ERROR | stderr | await self.app(scope, receive, send) |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 76, in app |
|
2024-10-09 14:40:50 | ERROR | stderr | await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app |
|
2024-10-09 14:40:50 | ERROR | stderr | raise exc |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app |
|
2024-10-09 14:40:50 | ERROR | stderr | await app(scope, receive, sender) |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/starlette/routing.py", line 73, in app |
|
2024-10-09 14:40:50 | ERROR | stderr | response = await f(request) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/routing.py", line 291, in app |
|
2024-10-09 14:40:50 | ERROR | stderr | solved_result = await solve_dependencies( |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 656, in solve_dependencies |
|
2024-10-09 14:40:50 | ERROR | stderr | ) = await request_body_to_args( # body_params checked above |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/dependencies/utils.py", line 881, in request_body_to_args |
|
2024-10-09 14:40:50 | ERROR | stderr | fields_to_extract = get_cached_model_fields(first_field.type_) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 657, in get_cached_model_fields |
|
2024-10-09 14:40:50 | ERROR | stderr | return get_model_fields(model) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 284, in get_model_fields |
|
2024-10-09 14:40:50 | ERROR | stderr | return [ |
|
2024-10-09 14:40:50 | ERROR | stderr | ^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 285, in <listcomp> |
|
2024-10-09 14:40:50 | ERROR | stderr | ModelField(field_info=field_info, name=name) |
|
2024-10-09 14:40:50 | ERROR | stderr | File "<string>", line 6, in __init__ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/fastapi/_compat.py", line 110, in __post_init__ |
|
2024-10-09 14:40:50 | ERROR | stderr | self._type_adapter: TypeAdapter[Any] = TypeAdapter( |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 257, in __init__ |
|
2024-10-09 14:40:50 | ERROR | stderr | self._init_core_attrs(rebuild_mocks=False) |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 135, in wrapped |
|
2024-10-09 14:40:50 | ERROR | stderr | return func(self, *args, **kwargs) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 277, in _init_core_attrs |
|
2024-10-09 14:40:50 | ERROR | stderr | self._core_schema = _get_schema(self._type, config_wrapper, parent_depth=self._parent_depth) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/type_adapter.py", line 95, in _get_schema |
|
2024-10-09 14:40:50 | ERROR | stderr | schema = gen.generate_schema(type_) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:40:50 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 908, in _generate_schema_inner |
|
2024-10-09 14:40:50 | ERROR | stderr | return self._annotated_schema(obj) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2028, in _annotated_schema |
|
2024-10-09 14:40:50 | ERROR | stderr | schema = self._apply_annotations(source_type, annotations) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2107, in _apply_annotations |
|
2024-10-09 14:40:50 | ERROR | stderr | schema = get_inner_schema(source_type) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:40:50 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2189, in new_handler |
|
2024-10-09 14:40:50 | ERROR | stderr | schema = metadata_get_schema(source, get_inner_schema) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2185, in <lambda> |
|
2024-10-09 14:40:50 | ERROR | stderr | lambda source, handler: handler(source) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ |
|
2024-10-09 14:40:50 | ERROR | stderr | schema = self._handler(source_type) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 2088, in inner_handler |
|
2024-10-09 14:40:50 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:40:50 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1029, in match_type |
|
2024-10-09 14:40:50 | ERROR | stderr | return self._match_generic_type(obj, origin) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1058, in _match_generic_type |
|
2024-10-09 14:40:50 | ERROR | stderr | return self._union_schema(obj) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1378, in _union_schema |
|
2024-10-09 14:40:50 | ERROR | stderr | choices.append(self.generate_schema(arg)) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema |
|
2024-10-09 14:40:50 | ERROR | stderr | schema = self._generate_schema_inner(obj) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner |
|
2024-10-09 14:40:50 | ERROR | stderr | return self.match_type(obj) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 1038, in match_type |
|
2024-10-09 14:40:50 | ERROR | stderr | return self._unknown_type_schema(obj) |
|
2024-10-09 14:40:50 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:40:50 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema |
|
2024-10-09 14:40:50 | ERROR | stderr | raise PydanticSchemaGenerationError( |
|
2024-10-09 14:40:50 | ERROR | stderr | 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. |
|
2024-10-09 14:40:50 | ERROR | stderr | |
|
2024-10-09 14:40:50 | ERROR | stderr | If you got this error by calling handler(<some type>) 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. |
|
2024-10-09 14:40:50 | ERROR | stderr | |
|
2024-10-09 14:40:50 | ERROR | stderr | For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type |
|
2024-10-09 14:42:19 | INFO | stdout | Changes detected in: /Users/geminigby/PycharmProjects/llava_demo/UGround/llava/serve/gradio_web_server.py |
|
2024-10-09 14:42:19 | ERROR | stderr | Exception in thread Thread-5: |
|
2024-10-09 14:42:19 | ERROR | stderr | Exception in thread Thread-5: |
|
2024-10-09 14:42:19 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:42:19 | ERROR | stderr | Traceback (most recent call last): |
|
2024-10-09 14:42:19 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/threading.py", line 1045, in _bootstrap_inner |
|
2024-10-09 14:42:19 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/threading.py", line 1045, in _bootstrap_inner |
|
2024-10-09 14:42:19 | ERROR | stderr | self.run() |
|
2024-10-09 14:42:19 | ERROR | stderr | self.run() |
|
2024-10-09 14:42:19 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/threading.py", line 982, in run |
|
2024-10-09 14:42:19 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/threading.py", line 982, in run |
|
2024-10-09 14:42:19 | ERROR | stderr | self._target(*self._args, **self._kwargs) |
|
2024-10-09 14:42:19 | ERROR | stderr | self._target(*self._args, **self._kwargs) |
|
2024-10-09 14:42:19 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/gradio/utils.py", line 218, in watchfn |
|
2024-10-09 14:42:19 | ERROR | stderr | File "/Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/gradio/utils.py", line 218, in watchfn |
|
2024-10-09 14:42:19 | ERROR | stderr | demo = getattr(module, reloader.demo_name) |
|
2024-10-09 14:42:19 | ERROR | stderr | demo = getattr(module, reloader.demo_name) |
|
2024-10-09 14:42:19 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:42:19 | ERROR | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
2024-10-09 14:42:19 | ERROR | stderr | AttributeError: module 'app' has no attribute 'demo' |
|
2024-10-09 14:42:19 | ERROR | stderr | AttributeError: module 'app' has no attribute 'demo' |
|
2024-10-09 14:47:47 | INFO | stdout | Keyboard interruption in main thread... closing server. |
|
2024-10-09 14:47:47 | INFO | stdout | Keyboard interruption in main thread... closing server. |
|
2024-10-09 14:47:53 | INFO | stdout | args: Namespace(host='0.0.0.0', port=None, controller_url='http://localhost:10000', concurrency_count=1, model_list_mode='reload', share=False, moderate=False, embed=False) |
|
2024-10-09 14:47:53 | INFO | stdout | Starting the controller |
|
2024-10-09 14:47:53 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.controller', '--host', '0.0.0.0', '--port', '10000'] |
|
2024-10-09 14:47:53 | INFO | stdout | Starting the model worker for the model osunlp/UGround |
|
2024-10-09 14:47:53 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.model_worker', '--host', '0.0.0.0', '--controller', 'http://localhost:10000', '--model-path', 'osunlp/UGround', '--model-name', 'llava-v1.5-UGround_v1', '--use-flash-attn', '--load-8bit'] |
|
2024-10-09 14:48:03 | INFO | stdout | 'str' object has no attribute '_id' |
|
2024-10-09 14:48:03 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " |
|
2024-10-09 14:48:04 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" |
|
2024-10-09 14:48:04 | INFO | stdout | IMPORTANT: You are using gradio version 4.16.0, however version 4.29.0 is available, please upgrade. |
|
2024-10-09 14:48:04 | INFO | stdout | -------- |
|
2024-10-09 14:48:04 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:50:54 | INFO | stdout | args: Namespace(host='0.0.0.0', port=None, controller_url='http://localhost:10000', concurrency_count=1, model_list_mode='reload', share=False, moderate=False, embed=False) |
|
2024-10-09 14:50:54 | INFO | stdout | Starting the controller |
|
2024-10-09 14:50:54 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.controller', '--host', '0.0.0.0', '--port', '10000'] |
|
2024-10-09 14:50:54 | INFO | stdout | Starting the model worker for the model osunlp/UGround |
|
2024-10-09 14:50:54 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.model_worker', '--host', '0.0.0.0', '--controller', 'http://localhost:10000', '--model-path', 'osunlp/UGround', '--model-name', 'llava-v1.5-UGround_v1', '--use-flash-attn', '--load-8bit'] |
|
2024-10-09 14:51:04 | ERROR | stderr | /Users/geminigby/miniconda3/envs/UGround/lib/python3.11/site-packages/gradio/components/dropdown.py:163: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True. |
|
2024-10-09 14:51:04 | ERROR | stderr | warnings.warn( |
|
2024-10-09 14:51:04 | INFO | stdout | 'int' object has no attribute '_id' |
|
2024-10-09 14:51:04 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " |
|
2024-10-09 14:51:05 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" |
|
2024-10-09 14:51:05 | INFO | stdout | IMPORTANT: You are using gradio version 4.16.0, however version 4.29.0 is available, please upgrade. |
|
2024-10-09 14:51:05 | INFO | stdout | -------- |
|
2024-10-09 14:51:05 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:51:42 | INFO | stdout | args: Namespace(host='0.0.0.0', port=None, controller_url='http://localhost:10000', concurrency_count=1, model_list_mode='reload', share=False, moderate=False, embed=False) |
|
2024-10-09 14:51:42 | INFO | stdout | Starting the controller |
|
2024-10-09 14:51:42 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.controller', '--host', '0.0.0.0', '--port', '10000'] |
|
2024-10-09 14:51:42 | INFO | stdout | Starting the model worker for the model osunlp/UGround |
|
2024-10-09 14:51:42 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.model_worker', '--host', '0.0.0.0', '--controller', 'http://localhost:10000', '--model-path', 'osunlp/UGround', '--model-name', 'llava-v1.5-UGround_v1', '--use-flash-attn', '--load-8bit'] |
|
2024-10-09 14:51:52 | INFO | stdout | list index out of range |
|
2024-10-09 14:51:52 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " |
|
2024-10-09 14:51:52 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" |
|
2024-10-09 14:51:52 | INFO | stdout | IMPORTANT: You are using gradio version 4.16.0, however version 4.29.0 is available, please upgrade. |
|
2024-10-09 14:51:52 | INFO | stdout | -------- |
|
2024-10-09 14:51:52 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:53:02 | INFO | stdout | args: Namespace(host='0.0.0.0', port=None, controller_url='http://localhost:10000', concurrency_count=1, model_list_mode='reload', share=False, moderate=False, embed=False) |
|
2024-10-09 14:53:02 | INFO | stdout | Starting the controller |
|
2024-10-09 14:53:02 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.controller', '--host', '0.0.0.0', '--port', '10000'] |
|
2024-10-09 14:53:02 | INFO | stdout | Starting the model worker for the model osunlp/UGround |
|
2024-10-09 14:53:02 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.model_worker', '--host', '0.0.0.0', '--controller', 'http://localhost:10000', '--model-path', 'osunlp/UGround', '--model-name', 'llava-v1.5-UGround_v1', '--use-flash-attn', '--load-8bit'] |
|
2024-10-09 14:53:13 | INFO | stdout | list index out of range |
|
2024-10-09 14:53:13 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " |
|
2024-10-09 14:53:13 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" |
|
2024-10-09 14:53:13 | INFO | stdout | IMPORTANT: You are using gradio version 4.16.0, however version 4.29.0 is available, please upgrade. |
|
2024-10-09 14:53:13 | INFO | stdout | -------- |
|
2024-10-09 14:53:13 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:53:55 | INFO | stdout | args: Namespace(host='0.0.0.0', port=None, controller_url='http://localhost:10000', concurrency_count=1, model_list_mode='reload', share=False, moderate=False, embed=False) |
|
2024-10-09 14:53:55 | INFO | stdout | Starting the controller |
|
2024-10-09 14:53:55 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.controller', '--host', '0.0.0.0', '--port', '10000'] |
|
2024-10-09 14:53:55 | INFO | stdout | Starting the model worker for the model osunlp/UGround |
|
2024-10-09 14:53:55 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.model_worker', '--host', '0.0.0.0', '--controller', 'http://localhost:10000', '--model-path', 'osunlp/UGround', '--model-name', 'llava-v1.5-UGround_v1', '--use-flash-attn', '--load-8bit'] |
|
2024-10-09 14:54:06 | INFO | stdout | list index out of range |
|
2024-10-09 14:54:06 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " |
|
2024-10-09 14:54:06 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" |
|
2024-10-09 14:54:06 | INFO | stdout | IMPORTANT: You are using gradio version 4.16.0, however version 4.29.0 is available, please upgrade. |
|
2024-10-09 14:54:06 | INFO | stdout | -------- |
|
2024-10-09 14:54:06 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK" |
|
2024-10-09 14:54:35 | INFO | stdout | args: Namespace(host='0.0.0.0', port=None, controller_url='http://localhost:10000', concurrency_count=1, model_list_mode='reload', share=False, moderate=False, embed=False) |
|
2024-10-09 14:54:35 | INFO | stdout | Starting the controller |
|
2024-10-09 14:54:35 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.controller', '--host', '0.0.0.0', '--port', '10000'] |
|
2024-10-09 14:54:35 | INFO | stdout | Starting the model worker for the model osunlp/UGround |
|
2024-10-09 14:54:35 | INFO | stdout | ['/Users/geminigby/miniconda3/envs/UGround/bin/python', '-m', 'llava.serve.model_worker', '--host', '0.0.0.0', '--controller', 'http://localhost:10000', '--model-path', 'osunlp/UGround', '--model-name', 'llava-v1.5-UGround_v1', '--use-flash-attn', '--load-8bit'] |
|
2024-10-09 14:54:45 | INFO | stdout | list index out of range |
|
2024-10-09 14:54:45 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " |
|
2024-10-09 14:54:45 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" |
|
2024-10-09 14:54:45 | INFO | stdout | IMPORTANT: You are using gradio version 4.16.0, however version 4.29.0 is available, please upgrade. |
|
2024-10-09 14:54:45 | INFO | stdout | -------- |
|
2024-10-09 14:54:45 | INFO | httpx | HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK" |
|
|