m0rp43us / openmeteopy

openmeteopy is a client Python wrapper library for Open-Meteo web API. It allows quick and easy consumption of OM data from Python applications via a simple object model and in a human-friendly fashion.
https://pypi.org/project/openmeteo-py/0.0.1/
MIT License
128 stars 29 forks source link

api call fails with server returned HTTP code: 500 #4

Closed jimoreira closed 1 year ago

jimoreira commented 1 year ago

hi, i had been using your API for a month or so, with daily queries, with no problem. Today it doesn't seem to work, and the error is the one mentioned on the title. Any help or any issues on your side avoiding the completion of the code? The error shows the url that fails, when i open it on the browser, there are no issues, all the data is there. thanks!

jimoreira commented 1 year ago

ok, solved. Just have to update other involved packages. working now. thanks