-
Notifications
You must be signed in to change notification settings - Fork 26
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
TypeError in v0.10.1 when validation is disabled #203
Labels
bug
Something isn't working
Comments
richardruiter
added a commit
to richardruiter/camouflage
that referenced
this issue
Nov 10, 2022
8 tasks
shubhendumadhukar
pushed a commit
that referenced
this issue
Nov 11, 2022
shubhendumadhukar
added a commit
that referenced
this issue
Nov 14, 2022
richardruiter
pushed a commit
to richardruiter/camouflage
that referenced
this issue
Nov 28, 2022
* fix: validating parameterized paths on the openapi is now supported * fix: lazy loading the validation modules testinggospels#203 (testinggospels#206) * feat: state helper (testinggospels#207)
richardruiter
pushed a commit
to richardruiter/camouflage
that referenced
this issue
Nov 28, 2022
* fix: lazy loading the validation modules testinggospels#203 (testinggospels#206) * feat: state helper (testinggospels#207) * feat: cookie support for the capture helper (testinggospels#209) * implement basic error response and metadata. testinggospels#188 * docs: grpc documentation * fix: race condition with lazy loading of the validation adapters (testinggospels#210)
2 tasks
rapids-bot bot
pushed a commit
to nv-morpheus/Morpheus
that referenced
this issue
Sep 18, 2023
…1195) * Adopt camouflage-server 0.15, previously we've been locked on v0.9 due to outstanding bugs introduced in versions 0.10 - 0.14.1 : - testinggospels/camouflage#203 - testinggospels/camouflage#223 - testinggospels/camouflage#227 - testinggospels/camouflage#229 * Includes unrelated fix to running CI locally * Restrict mlflow to versions prior to 2.7 closes #967 Fixes #1192 ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md). - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Christopher Harris (https://github.com/cwharris) URL: #1195
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When validation is disabled I get this error (Possible a duplicate of #202):
To Reproduce
Steps to reproduce the behavior:
to:
/pets
endpointcurl -v "http://localhost:8080/pets"
Expected behavior
Working without validation enabled, default project works with validation enabled, and I have a pre-existing project (https://github.com/nv-morpheus/Morpheus/tree/branch-22.11/tests/mock_triton_server) that works with camouflage 0.9 but fails with 0.10.1 .
Desktop (please complete the following information):
Additional context
Error doesn't appear in log file, copy/pasting terminal output.
FWIW I'm installing camouflage in a conda env.
The text was updated successfully, but these errors were encountered: