You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not really sure what the underlying issue is. I'm on node 0.10.40 and while the tests pass, I always get {'status_code': 500, 'status_text': 'JSON Parse Failed'} as a response for the autocomplete endpoint. After digging in, it's because / is being fetched, not the autocomplete endpoint and Google returns a 404.
I have a hunch the issue is with different versions of packages. There's no specific versions specified in the package.json so installing it now or in the future could affect the module's behavior.
The text was updated successfully, but these errors were encountered:
adborden
added a commit
to adborden/node-google-places
that referenced
this issue
Jan 14, 2016
I'm not really sure what the underlying issue is. I'm on node 0.10.40 and while the tests pass, I always get
{'status_code': 500, 'status_text': 'JSON Parse Failed'}
as a response for theautocomplete
endpoint. After digging in, it's because/
is being fetched, not the autocomplete endpoint and Google returns a 404.I have a hunch the issue is with different versions of packages. There's no specific versions specified in the
package.json
so installing it now or in the future could affect the module's behavior.The text was updated successfully, but these errors were encountered: