scls19fr / openweathermap_requests

Python package to fetch data from OpenWeatherMap.org with requests and requests-cache
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

fix CI build #2

Closed auvipy closed 9 years ago

scls19fr commented 9 years ago

You are free to provide a PR.

scls19fr commented 9 years ago

See http://openweathermap.org/history

Historical data grouped by hours Weather station data grouped by hours

Example http://api.openweathermap.org/data/2.5/history/station?id=5091&type=hour

This is also broken It raises 500 /proxy/data/2.5/history/station?id=5091&type=hour&

So it doesn't seem to be a problem of my project.

Maybe you might contact openweathermap about this.

scls19fr commented 9 years ago

See also http://api.openweathermap.org/data/2.5/history/city?lat=41.85&lon=-87.65 it raises 500 /proxy/data/2.5/history/city?lat=41.85&lon=-87.65&

Sorry, but I can't help. Ask OpenWeatherMap support.

scls19fr commented 9 years ago

https://travis-ci.org/scls19fr/openweathermap_requests/builds/76601239 passed