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

Add http response.text to deployment error reason #952

Conversation

ulyanin
Copy link
Contributor

@ulyanin ulyanin commented Oct 15, 2024

Before:

[2024-10-15 17:29:13] [ERROR - YYY] Failed deploy models HTTP 400 error: Bad Request for /application/v4/tenant/.../application/pages/submit/
Traceback (most recent call last):

After:

[2024-10-15 20:14:48] [ERROR - YYY] Failed deploy models HTTP 400 reason: Bad Request error_text: {"error-code":"BAD_REQUEST","message":"Malformed input or input contains unmappable characters: search/query-profiles/XXX_vsp.xml"} for /application/v4/tenant/.../application/pages/submit/
Traceback (most recent call last):

--
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

Copy link
Collaborator

@thomasht86 thomasht86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thank you 👍

@thomasht86 thomasht86 merged commit a6525ca into vespa-engine:master Oct 16, 2024
30 of 45 checks passed
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

Successfully merging this pull request may close these issues.

2 participants