ipapi-is / ipapi

Documentation for https://ipapi.is/ and repository for the Geolocation, ASN and Hosting Ranges databases.
https://ipapi.is/
86 stars 1 forks source link

Invalid IP range after update of geolocationDatabaseIPv4.csv.zip on 2024-03-06 #9

Closed mieszko4 closed 6 months ago

mieszko4 commented 6 months ago

There are 2 invalid rows because end_ip is 0.0.0.0 and is lower than start_ip:

start_ip: '60.54.50.0',
end_ip: '0.0.0.0',
country_code: 'MY',
latitude: 2.9679,
longitude: 101.653,
accuracy: 1

and

start_ip: '60.54.51.0',
end_ip: '0.0.0.0',
country_code: 'MY',
latitude: 2.9679,
longitude: 101.653,
accuracy: 1
mieszko4 commented 6 months ago

@ipapi-is Latest update (from yesterday) still contains these invalid data.

ipapi-is commented 6 months ago

Fixed in https://github.com/ipapi-is/ipapi/commit/ec751295c80e502ae8b67cba7f6b7d53e9a71346

mieszko4 commented 6 months ago

All good now. Thnx!