spectacles icon indicating copy to clipboard operation
spectacles copied to clipboard

Incomplete JSON/text being returned from content validator

Open DylanBaker opened this issue 3 years ago • 0 comments

We are running into the following error on some runs:

requests.exceptions.JSONDecodeError: Unterminated string starting at: line 1 column 73430 (char 73429)"

When I inspect the text from the response, the text is incomplete. As a result, it can't be decoded as JSON. For example, one responses finishes with:

..."dashboard":{"description":null,"title":"Company C

It appears this is an issue with the Looker API. On Running have found it is occasionally occuring with other endpoints as well.

DylanBaker avatar Sep 14 '22 14:09 DylanBaker