-
Notifications
You must be signed in to change notification settings - Fork 195
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
unexpected number in JSON at position X when running query for map vis #1551
Comments
This may be a looker API bug rather than a typescript sdk bug. Can you open the looker bug through the normal channels? Thanks |
I tried running a query via API Explorer for a location field and it seemed to work properly...
What is the data type of the field |
Hello @drstrangelooker thank you for looking into this. |
Has this happened again. We are having a hard time replicating this. |
I'm going to close this as non reproducible unless I get some more feedback. |
Closing for now. We can reopen later if it is repeatable. |
We encountered an issue while fetching the underlying data of a map vis:

The issue is that the response of the looker api contains invalid JSON objects for the field

users.approx_location
which fails to be parsed using the typescript sdk.I tested it on the API Explorer on the looker website and I saw that the data looks like this:
which obviously is not a valid object.
Is this a known issue and does it apply to all map vises or is it just an isolated issue that is related to the sample data for partner instances?
Edit
I tested both
GET /queries/49/run/json_bi
and
POST /queries/run/json_bi
and both returned the same bad data
Part of data:
The text was updated successfully, but these errors were encountered: