question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GoogleApiException: "Could not parse tourist_attraction"

See original GitHub issue

This is a regression in 4.3.0 and it is still reproducible in 4.3.2. It works in 4.2.6.

The following code results in a GoogleApiException: “Could not parse tourist_attraction”:

LocationGeocodeRequest request = new LocationGeocodeRequest
{
    Key = this.apiKey,
    Location = new(37.139328, -113.605431),
};
GeocodeResponse response = await GoogleMaps.Geocode.LocationGeocode.QueryAsync(request, default);

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
vivetcommented, Dec 14, 2022

I will add the missing enum

0reactions
mfeingolcommented, Dec 17, 2022

Seems to be working. Thank you!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Utilities.parseCsv() 'Could not parse text' (Google Apps ...
It crashes on that 3rd line. When debugging, I see everything looks normal... file is an object, csv is a string and based...
Read more >
Resolve errors | Google Drive
Drive apps should catch and handle all errors that might be encountered when using ... Note: This list is not exhaustive, other cases...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found