You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR - 2024-12-23 19:36:57,329 - litestar - config - Uncaught exception (connection_type=http, path=/broken):
Traceback (most recent call last):
File "/nix/store/9pvldmaimlp28q25hdhv6h67s2p9ls9f-personal-dev-env/lib/python3.12/site-packages/litestar/_signature/model.py", line 203, in parse_values_from_connection_kwargs
return convert(kwargs, cls, strict=False, dec_hook=deserializer, str_keys=True).to_dict()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
msgspec.ValidationError: Expected `str`, got `int` - at `$.arg_type`
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/nix/store/9pvldmaimlp28q25hdhv6h67s2p9ls9f-personal-dev-env/lib/python3.12/site-packages/litestar/middleware/_internal/exceptions/middleware.py", line 159, in __call__
await self.app(scope, receive, capture_response_started)
File "/nix/store/9pvldmaimlp28q25hdhv6h67s2p9ls9f-personal-dev-env/lib/python3.12/site-packages/litestar/_asgi/asgi_router.py", line 100, in __call__
await asgi_app(scope, receive, send)
File "/nix/store/9pvldmaimlp28q25hdhv6h67s2p9ls9f-personal-dev-env/lib/python3.12/site-packages/litestar/routes/http.py", line 80, in handle
response = await self._get_response_for_request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/9pvldmaimlp28q25hdhv6h67s2p9ls9f-personal-dev-env/lib/python3.12/site-packages/litestar/routes/http.py", line 132, in _get_response_for_request
return await self._call_handler_function(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/9pvldmaimlp28q25hdhv6h67s2p9ls9f-personal-dev-env/lib/python3.12/site-packages/litestar/routes/http.py", line 152, in _call_handler_function
response_data, cleanup_group = await self._get_response_data(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/9pvldmaimlp28q25hdhv6h67s2p9ls9f-personal-dev-env/lib/python3.12/site-packages/litestar/routes/http.py", line 183, in _get_response_data
parsed_kwargs = route_handler.signature_model.parse_values_from_connection_kwargs(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/9pvldmaimlp28q25hdhv6h67s2p9ls9f-personal-dev-env/lib/python3.12/site-packages/litestar/_signature/model.py", line 216, in parse_values_from_connection_kwargs
raise cls._create_exception(messages=messages, connection=connection) from e
litestar.exceptions.http_exceptions.InternalServerException: 500: Internal Server Error
Litestar Version
2.13.0
Platform
Linux
Mac
Windows
Other (Please specify in the description above)
The text was updated successfully, but these errors were encountered:
Description
Dependency's
skip_validation=True
parameter don't work fortype
keywordURL to code causing the issue
No response
MCVE
Steps to reproduce
Screenshots
No response
Logs
Litestar Version
2.13.0
Platform
The text was updated successfully, but these errors were encountered: