diff --git a/plexpy/helpers.py b/plexpy/helpers.py index 99d7e6f3..fee9ae53 100644 --- a/plexpy/helpers.py +++ b/plexpy/helpers.py @@ -617,7 +617,8 @@ def whois_lookup(ip_address): nets = [] err = None try: - whois = ipwhois.IPWhois(ip_address).lookup_whois(retry_count=0) + whois = ipwhois.IPWhois(ip_address).lookup_whois(retry_count=0, + asn_methods=['dns', 'whois', 'http']) countries = ipwhois.utils.get_countries() nets = whois['nets'] for net in nets: