when calling web1 .get, how can you handle the likely error that yhe website does not respond? i have a web connected device that provides json data, and i need to keep my app running beyond that error.
If you get an error you could use the timer to try again after a set period of time.
Using Wunderground (and a few small modifications to this code), the app crashes as there is too much data in the list.
Your email address will not be published.
Comment
Name
Email
Website
when calling web1 .get, how can you handle the likely error that yhe website does not respond? i have a web connected device that provides json data, and i need to keep my app running beyond that error.
If you get an error you could use the timer to try again after a set period of time.
Using Wunderground (and a few small modifications to this code), the app crashes as there is too much data in the list.