gelin / weather-notification

An utility which displays the weather in the Android notification bar
GNU General Public License v3.0
26 stars 11 forks source link

Incorrect city search, Pleasanton #37

Open gelin opened 8 years ago

gelin commented 8 years ago

Original report by Denis Nelubin (Bitbucket: gelin, GitHub: gelin).


Hi Denis,

Thanks for creating this lightweight open source app for local weather. I live in the United States.

I installed your app earlier tonight, but it seems unable to find weather for Pleasanton (California), despite it being available from openweathermap.org.

I entered Pleasanton, US on the website, and it switched me over to this URL:

http://openweathermap.org/city/5383777.

This is the correct city, based on latitude and longitude. (There are several "Pleasanton"s here in the U.S., so I can rule out that problem).

I tried a few different things -- turning on GPS instead of just cell tower location. Closed and relaunched the app, changed the update frequency. No luck so far.

Attached are two pairs of the debug logs. The first pair is from my initial configuration. The second pair is from my latest attempt.

Can you please help me troubleshoot this?

Thank you kindly, Sean Sowell

gelin commented 8 years ago

Original comment by Sean Sowell (Bitbucket: twindad, GitHub: twindad).


Initial settings, part 1

gelin commented 8 years ago

Original comment by Sean Sowell (Bitbucket: twindad, GitHub: twindad).


Initial settings, part 2

gelin commented 8 years ago

Original comment by Sean Sowell (Bitbucket: twindad, GitHub: twindad).


Most recent settings, part 1

gelin commented 8 years ago

Original comment by Sean Sowell (Bitbucket: twindad, GitHub: twindad).


Most recent settings, part 2

gelin commented 8 years ago

Original comment by Sean Sowell (Bitbucket: twindad, GitHub: twindad).


Zip file of all settings tried so far (eleven pairs of debug files)

gelin commented 8 years ago

Original comment by Sean Sowell (Bitbucket: twindad, GitHub: twindad).


Thanks Denis 😃

gelin commented 8 years ago

Original comment by Sean Sowell (Bitbucket: twindad, GitHub: twindad).


Bump

gelin commented 8 years ago

Original comment by Denis Nelubin (Bitbucket: gelin, GitHub: gelin).


Sorry to long delay.

Sean, I've reviewed the files you sent. It's strange, but it looks like OpenWeatherMap API returns some unparsable binary data instead of forecasts. I've sent the email to OpenWeatherMap support. I'm just ask you to repeat the experiment and attach the files again. Please make sure the content of the _forecastdaily.txt files is not changed by you.

Thanks.