Seems to be this is caused by including the country code ‘AS’ (american samoa) in the whitelist.
On line 678 of class-ip-location-block-admin.php is a condition that causes this error message
elseif ( strpos( $settings[ $key ], ‘AS’ ) !== false ) {
$feature = ‘asn’;
}