penguin-teal / gnome-openweather

A GNOME Shell extension to show the weather of any location on Earth.
GNU General Public License v3.0
49 stars 15 forks source link

Too Many requests #78

Open ale647611 opened 1 day ago

ale647611 commented 1 day ago

I received the message that inform me that are many requests of users and suggests me to switch provider settings. So I try switch to all provider listed, but for each doesn't work.

I think isn't bug , but I think you have scalability problem?

What do you think about?

looks notification and UI of extension

image

image

tks

fue36 commented 1 day ago

I'll been experiencing the same issue for the past couple of days in US. Seems like weatherapi.com is blocking connections.

ale647611 commented 1 day ago

how do I do?

ale647611 commented 1 day ago

are there alternatives or workaround? I'll must only waiting for restore situation from weathereapi.com side? anybody have same situation now?

jasondrusso commented 1 day ago

I have the same issue. Changing providers does not stop the error, and I am no longer able to get weather updates. These are my settings json (copied from about page):

{"app-version":"138","git-version":"138.r0.g6367a11","gnome-version":"46.0","user-locale":"en","unit":"'fahrenheit'","custom-keys":["","",""],"appid":"<REDACTED>","weather-provider":"'weatherapicom'","has-run":"true","refresh-interval-current":"3600","locs":[{}],"my-loc-prov":"'ipinfoio'","weatherapidotcom-key":"<REDACTED>","geolocation-appid-mapquest":"<REDACTED>","pressure-unit":"'inHg'","position-in-panel":"'center'","wind-speed-unit":"'mph'"}

fue36 commented 1 day ago

The API key was likely revoked. Can someone can try registering there own API key and placing in the settings in the application under "Personal API Key"?

How To Get A Weather API Key? https://www.youtube.com/watch?v=y3QBwCxfQ6Y

Exspiravit commented 1 day ago

The API key was likely revoked. Can someone can try registering there own API key and placing in the settings in the application under "Personal API Key"?

How To Get A Weather API Key? https://www.youtube.com/watch?v=y3QBwCxfQ6Y

i get the apikey but how is the option in services? only see WeatherAPI, OpenWeatherMap, visualcrossing and adaptative

Exspiravit commented 1 day ago

I have a solution, get apikey from https://openweathermap.org/ and setup in provider section, set provider in openweathermap obviously.

fue36 commented 19 hours ago

✅ In the Settings Tab set the Weather Provider to OpenWeather. Enable Use Custom API Key and for Personal API Key use e54ac00966ee06bcf68722c86925b326

This is the default weather provider / API Key that the original OpenWeather Gnome extension used. This project is a fork of that project. This workaround will work until the developer is able to update the code.

ale647611 commented 15 hours ago

Thx everybody.

I activated account on openweathermap.org like your suggets , I set api key on the settings tool and now works very well

image