CaptainSTX
Part of the Furniture
I noticed that country lookup was failing in a Skynet stats report. Apparently the site is too popular.
Code:> GET /104.26.9.66/country/ HTTP/1.1 > Host: ipapi.co > User-Agent: curl/7.67.0 > Accept: */* > * Mark bundle as not supporting multiuse * The requested URL returned error: 429 Too Many Requests * Closing connection 0 * TLSv1.2 (OUT), TLS alert, close notify (256): curl: (22) The requested URL returned error: 429 Too Many Requests Warning: Transient problem: HTTP error Will retry in 1 seconds. 3 retries Warning: left.
Thanks. That probably explains the problem and why some of the time it seemed to work.
Saved me from doing a factory reset and trying to set everything up again.
Perhaps the script should be modified to only try once for the lookup as trying three times slows down the execution of a call for stats since the script tries three times for each entry reported.
Another option I guess would be to turn off the option to resolve countries but I always liked looking at the big pie chart with all the colorful slices for the most blocked countries.