deanishe/alfred-searchio

Autosuggest for Google Maps broken

Closed this issue · 7 comments

Seems like the autosuggest for Google Maps no longer works. Did the Google API endpoint change for that?

screen shot 2016-11-27 at 8 25 36 pm

Could you post the error log from the debugger (if there is one)? A screenshot isn't much help. Thanks.

I've put the debugger output into a gist.

Is this due to the requests exceeding the Google Maps API free limits?

Doubtful unless you're going crazy on Google Maps.

I haven't looked into the issue yet, as I've been really busy with work.

Hopefully, I'll be able to get it fixed on Thursday.

@deanishe sure thing 👍

Was poking around a little bit but not familiar enough with Python to find where the bug is...

I've sorta fixed this.

The maps autosuggest API has been turned off, so I've replaced with with the Places API. The upshot is, you need to get an API key for that one :(

Google Maps is working on the develop branch, but some engines are still missing or half-implemented.

Fixed in v2.0.0-rc1.