You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The response is successful, but the response body is not parsed correctly. Instead, midway through parsing, there is a JSON parse error interjected.
{"code":103,"costMillis":240,"requestId":"07E4803EDEB7","responseHost":"eservice-upsell-7cf7dcf4d4-6hw4d","msg":{"desc":"JSON parse error: Unexpected character '{' (code 123) in prolog; expected '<'\n at [row,col {unknown-source}]: [1,1]; nested exception is com.fasterxml.jackson.core.JsonParseException: Unexpected character '{' (code 123) in prolog; expected '<'\n at [row,col {unknown-source}]: [1,1]","value":null},"data":null}
Issue Priority
Priority: 3
Issue Component
Component: Transforms
The text was updated successfully, but these errors were encountered:
Apache Hop version?
2.11.0
Java version?
17.0.2
Operating system
Docker
What happened?
I have a pipeline with an HTTP Post at the end.
URL: https://pcsupport.lenovo.com/us/en/api/v4/upsell/redport/getIbaseInfo
Request body: {"serialNumber": "MZ00TFJM","machineType": "12U2", "country": "us", "language": "en" }
The response is successful, but the response body is not parsed correctly. Instead, midway through parsing, there is a JSON parse error interjected.
{"code":103,"costMillis":240,"requestId":"07E4803EDEB7","responseHost":"eservice-upsell-7cf7dcf4d4-6hw4d","msg":{"desc":"JSON parse error: Unexpected character '{' (code 123) in prolog; expected '<'\n at [row,col {unknown-source}]: [1,1]; nested exception is com.fasterxml.jackson.core.JsonParseException: Unexpected character '{' (code 123) in prolog; expected '<'\n at [row,col {unknown-source}]: [1,1]","value":null},"data":null}
Issue Priority
Priority: 3
Issue Component
Component: Transforms
The text was updated successfully, but these errors were encountered: