ip6_geo.netspeed_by_addr("42.201.247.243")
Traceback (most recent call last):
File "", line 1, in
File "build/bdist.linux-x86_64/egg/pygeoip/init.py", line 464, in netspeed_by_addr
File "build/bdist.linux-x86_64/egg/pygeoip/util.py", line 39, in ip2long
socket.error: illegal IP address string passed to inet_pton
ip4_geo.netspeed_by_addr("42.201.247.243")
Traceback (most recent call last):
File "", line 1, in
File "build/bdist.linux-x86_64/egg/pygeoip/init.py", line 461, in netspeed_by_addr
File "build/bdist.linux-x86_64/egg/pygeoip/init.py", line 421, in id_by_addr
File "build/bdist.linux-x86_64/egg/pygeoip/util.py", line 39, in ip2long
socket.error: illegal IP address string passed to inet_pton
The netspeeds databases /should/ now be integrated (thanks for that!) but are bugging out on IPs:
Am I missing something crucial, or...?