Lukáš Kubiš
Lukáš Kubiš
How many of these requests are you making? Keep in mind that your API key will allow you to do max 1000 requests per day.
No issues with this, will release later during the weekend :)
Hi, I'm unable to reproduce: ``` >>> from darksky import forecast >>> forecast() Traceback (most recent call last): File "", line 1, in TypeError: forecast() missing 3 required positional arguments:...
try to import the `Forecast` object directly: ``` from darksky.forecast import Forecast ``` and continue with the `Forecast` instance as usual.
I'd recommend to try this in a clean docker container like so: ``` docker run -it python:3.7-slim sh ``` once inside, try to replicate, if that won't help, we indeed...
Will investigate whether something like this would make sense or not.