-
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
Receiving html <br> tags instead of \n in response #227
Labels
bug
Something isn't working
Comments
shubhendumadhukar
added a commit
that referenced
this issue
Aug 4, 2023
shubhendumadhukar
added a commit
that referenced
this issue
Aug 4, 2023
fix: fix bug caused by preserve new line feat #227
should work now in 0.14.1 |
Awesome! Thanks for the quick response! |
Confirmed, working in 0.14.2 (and 0.15) |
dagardner-nv
changed the title
Receiving html <br> tages instead of \n in response
Receiving html <br> tags instead of \n in response
Sep 13, 2023
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
This should be good to close. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
This is occurring with 0.14
To Reproduce
Steps to reproduce the behavior:
(https://github.com/nv-morpheus/Morpheus/blob/branch-23.11/tests/mock_triton_server/mocks/v2/models/abp-nvsmi-xgb/config/GET.mock)
mocks/v2/models/abp-nvsmi-xgb/config/GET.mock
Expected behavior
Return just the json content, not the
<br>
tags causing json parse errorsDesktop (please complete the following information):
Additional context
Attach camouflage.log file
The text was updated successfully, but these errors were encountered: