question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Out of queries" again...

See original GitHub issue

$ 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]}'}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
chubincommented, Apr 23, 2019

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

0reactions
chubincommented, Jun 4, 2022

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Manage queries (Power Query) - Microsoft Support
You can manage your queries either in the Queries pane of the Power Query Editor or on the Queries tab of the Queries...
Read more >
Why Does Power BI Query My Data Source More Than Once?
Referenced Query 3 is refreshed. Because it references the Call Web Service query, that means the Call Web Service query is also evaluated....
Read more >
Refreshing a SQL Query - Ignition User Manual 8.1
Try it out by adding new data to the Database table and then clicking the Refresh Button. Refreshing a Query in Perspective. The...
Read more >
Why is My Query Faster the Second Time it Runs? (Dear SQL ...
There are more reasons that the second run of a query might be faster. The first time you run the query it may...
Read more >
SQL Plan Management: Never Worry About Slow Queries Again
To ignore all bindings, set the parameter to off . Automatically creating bindings for SQL statements. Before TiDB 4.0, you could only create ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found