-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
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
error: databind.core.converter.NoMatchingConverter #291
Comments
I have this error too. It doesn't happen with 4.7.0. Seems to be a problem with the databind upgrade. |
Thanks for reporting; this is indeed a bug in databind. Turns out the unit tests do not cover the serialization sufficiently, which I'll address as well. |
@NiklasRosenstein Do the problem(s) with databind render 4.8.0 unusable for many people or are these just edge cases that affect a few? If the former, please can you consider pulling 4.8.0 from PyPI so that pinning to 4.7.0 isn't needed as I have multiple projects (that call pydoc-markdown from readthedocs) that I need to change if I have to add a pin. |
4.8.1 released 🚀 |
Thanks @NiklasRosenstein ! |
Follow-up: pre-render hooks aren't working now |
@casperdcl Thanks for reporting; unfortunately another issue introduced with the Databind upgrade. Fixed in #295 and released as 4.8.2. |
Environment
ubuntu-latest
Describe the bug
v4.7.0 works fine. v4.8.0 (#289) results in:
full trace
The text was updated successfully, but these errors were encountered: