Skip to content
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

view argument 'deserializer' not in cornice_parameters #560

Open
sp-schoen opened this issue Jun 23, 2021 · 3 comments
Open

view argument 'deserializer' not in cornice_parameters #560

sp-schoen opened this issue Jun 23, 2021 · 3 comments

Comments

@sp-schoen
Copy link
Contributor

Using the 'deserializer' argument while adding a view does not work. It leads to an pyramid ConfigurationError, because the parameter will be used to create to pyramid view, which is not supported.
As far as I could analyze the error, the problem is in pyramidhook.register_service_views:188 where the cornice-specific arguments are defined.

@leplatrem
Copy link
Contributor

Would you have time to propose a patch?

@sp-schoen
Copy link
Contributor Author

@leplatrem Unfortunately I have no time for it at the moment. The patch itself should be easy, but the testing would take some time.

@sp-schoen
Copy link
Contributor Author

@leplatrem I created a PR for the Bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants