genebean / PiWeatherRock

Displays local weather on a Raspberry Pi
https://piweatherrock.technicalissues.us
MIT License
50 stars 23 forks source link

API calls don’t have error handling resulting in too many daily calls #85

Open genebean opened 2 years ago

genebean commented 2 years ago

Describe the bug When there is an error in an api call the application does not handle it and, instead, immediately calls the api again. This results is way too many calls being made and rate limits being hit.