node-google-places icon indicating copy to clipboard operation
node-google-places copied to clipboard

GET / is fetched with node v0.10

Open adborden opened this issue 9 years ago • 0 comments

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.

adborden avatar Jan 14 '16 18:01 adborden