Skip to content
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

google directions broken #246

Open
vomov opened this issue Nov 13, 2019 · 6 comments
Open

google directions broken #246

vomov opened this issue Nov 13, 2019 · 6 comments

Comments

@vomov
Copy link

vomov commented Nov 13, 2019

The directions node is no longer functional; it reports 'failed', and if one feeds it a valid message, it will state "Please supply an destination value".

Is this a known issue? Is this due to some API changes by Google?

@derfabianpeter
Copy link

I run into this problem, too. Is there any way to fix this?

@jschaeke
Copy link

jschaeke commented Feb 4, 2020

same here since I upgraded package yesterday (from a version 0.1.x)

{"code":400,"message":"Please supply an destination value","status":"MISSING_VALUES"}

@evitiello
Copy link

The error reporting is bad - on line 169 it tries to determine what the error is, and on 200 it ignores what it found and always reports the same "Please supply an destination value" error

@dceejay
Copy link
Member

dceejay commented May 19, 2020

Pull requests to fix it welcome

@Floplosion05
Copy link

Any updates? Got the same problem

@optimalprimate
Copy link

I believe this issue is due to a change in Google maps API billing. The requests will bounce back if the API is not validated with an up to date billing account.
It's very easy to get it running if you go into https://console.cloud.google.com/ and set up a billing option. It's still free to use up to $200 worth of API calls/month, so you can still use this pretty regularly and not be charged.
As soon as I setup the account and activated the Directions API, the node worked fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants