We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have following ranking settings in my settings.json:
settings.json
// ... "ranking": { // ... "preferred": [ "BluRay" ], // ... }
However, when I request /settings/ranking, I get an 500 error. Server logs show:
/settings/ranking
File "/app/.venv/lib/python3.11/site-packages/fastapi/_compat.py", line 149, in serialize return self._type_adapter.dump_python( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.11/site-packages/pydantic/type_adapter.py", line 527, in dump_python return self.serializer.to_python( ^^^^^^^^^^^^^^^^^^^^^^^^^^ pydantic_core._pydantic_core.PydanticSerializationError: Unable to serialize unknown type: <class '_regex.Pattern'>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have following ranking settings in my
settings.json
:However, when I request
/settings/ranking
, I get an 500 error. Server logs show:The text was updated successfully, but these errors were encountered: