chubin / wttr.in

:partly_sunny: The right way to check the weather
https://wttr.in
Apache License 2.0
24.43k stars 1.1k forks source link

"Out of queries" again... #292

Closed vitich closed 5 years ago

vitich commented 5 years ago

$ curl wttr.in

Sorry, we are running out of queries to the weather service at the moment. Here is the weather report for the default city (just to show you, how it looks like). We will get new queries as soon as possible. You can follow https://twitter.com/igor_chubin for the updates.

I found temporary solution: 1) install ansiweather 2) add to your conkyrc ${font Liberation:style=Normal:pixelsize=17}${texeci 300 ansiweather -l Kyiv,UA -u metric -s true -d true -a false | awk '{split($0,a,"-"); print a[1]; print a[2]; print a[3]; print a[4]; print a[5]}'}

vitich commented 5 years ago

$ ansiweather -l Kyiv,UA -u metric -s true -d true -a false | awk '{split($0,a,"-"); print a[1]; print a[2]; print a[3]; print a[4]; print a[5]}' Weather in Kyiv => 19 °C ☀ Wind => 2 m/s S Humidity => 20 % Pressure => 1029 hPa Sunrise => Apr 23 05:48:46 AM

chubin commented 5 years ago

It was a temporary problem, it should work now. Does it work for you? Please test

vitich commented 5 years ago

@chubin Yes, it works. Thank you!

HettikLimbani commented 2 years ago

I am also having the same ERROR ..

chubin commented 2 years ago

@HettikLimbani The problem was fixed (29 days ago); just wanted to say you thanks for reporting

Abates-95 commented 1 year ago

Having the same problem again