Closed gs202 closed 5 years ago
it looks to me like some encoding issue
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1 column 15727 (char 15726)
In [1]: chr(15726)
Out[1]: '㵮'
Are you able to get that json dump which causes this issue ?
Unfortunately not, this happened only once during a Jenkins job which isn't available anymore
@lukas-bednar i can see that the json is missing "]}}}" at the end, not sure why it happens, but setting a retry on that call returned with a valid json. I prefer not to share the dump, as it contains company data
fixed with merged PR
Setup: We have a wrapper (
wrapper_jira_issue
) for pytest_jira that logs the result in case of an HTTP error and retries the call.Scenario: When test runs, the flow checks for several jira tickets one by one. For unknown reason, JsonDecoder exception occurred.
Expected result: get_issue response should handle with json response