I've been noticing the past few days that my data pulled from the weatherunderground api hasn't been updating every 10 minutes like it had been... my script is running every 10 minutes still... I have data files & log files that show the data being returned... but it appears that in random cases (like a few every hour) the data being returned is identical to a previous pull including the date & time... when in fact it should have incremented by 10 minutes each time.
If I run the api call manually the first run showed the right time, then I kept running it manually every 5 minutes or so... at 1:08pm, the time showing is:
Has anyone else notice this? Or have any ideas why I'd not be getting the most recent data?
If I run the api call manually the first run showed the right time, then I kept running it manually every 5 minutes or so... at 1:08pm, the time showing is:
"observation_time":"Last Updated on September 22, 12:43 PM CDT"Yet, my weatherstation is showing reporting data as of 1:07pm... I have no idea what is going on...
Has anyone else notice this? Or have any ideas why I'd not be getting the most recent data?