PranshulGG / WeatherMaster

A Weather app for android 🌦🌞☔
GNU General Public License v3.0
503 stars 11 forks source link

Today and Hourly Precip. tabs not loading #7

Closed Illumes closed 2 months ago

Illumes commented 2 months ago

The tabs for today and hourly precipitation consistently load. Screenshot_20240823-131542

PranshulGG commented 2 months ago

The tabs for today and hourly precipitation consistently load.

It's possible that the API requests for the hourly forecast exceeded the limit. I'm working on handling API requests better, but it's going to take some time. By the way, it will work again once the API resets

Illumes commented 2 months ago

Ah okay, that's what I thought, thanks. Will you be implementing caching anytime soon?

PranshulGG commented 2 months ago

Ah okay, that's what I thought, thanks. Will you be implementing caching anytime soon?

Yep thats the next step