-
Notifications
You must be signed in to change notification settings - Fork 17
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
Find a location not working #33
Comments
I see this same issue as well on all of my devices that have updated to Android 7.0. I'm not able to manually select a location. |
Hey, so I finally had a bit of time to check on this and I saw that Yahoo killed off another API without any warning whatsoever. This was the Geocoding API, what allows people to type a place and get the coordinates. Now the bad news is that their "replacement" API doesn't work that great, and I couldn't find any other free geocoding service. I'll try and look at solutions for this but since the app is free my options are pretty limited. I also have really little time I can use to work on this app and it's already been 2 weeks since it stopped working. I fear that by the time I can get it working again I won't have any users left (since what's the point in keeping a weather app that doesn't show you the weather, for more than 2 weeks). I'll try and keep this issue updated if I can get something done. |
Thanks for your working. It's a really nice software. |
I had some time to work on this during the weekend and I have been able to replace Yahoo! geocoding service with Place Autocomplete from Google Android APIs. The weather is now working as intended with both Yahoo! Weather and OpenWeatherMap. The only downside is that I'm not able to figure out the location name from the current location so it won't be shown anymore to people using Automatic location. Users who enter their location manually are not affected, as I use the value entered by them when displaying. This is due to Place Autocomplete being able to get coordinates from a place name but not the opposite. There is still work to be done but it's getting there. I will update this issue again later. |
Thanks for the update Marc. It seems convoluted, but if you can get coordinates or lat/long from sensors, could it be possible to use either the maps reverse lookup API or Place Search to get details? I apologize for the relatively unhelpful comment, I'd ideally want to submit a pull request, but since I wouldn't be able to get to it soon I thought I might make the suggestion. |
The Place Search API seems to be part of the same service as Place Autocomplete so it is probably free. I'll look into it, thanks! |
Has this update been published MarcDufresne? |
Is this project still supported/maintained? I've got a LG G3 with Android 4.4.2 and I can't get betterweather to work at all. Keeps giving me an API error. |
I had not changed the manual location setting and it worked fine for a long time.
However, after I changed the location setting to "Automatic", "Find a location" not work anymore.
It doesn't show drop down location suggestions while I am input characters.
The text was updated successfully, but these errors were encountered: