Ironholds / rgeolocate

Generalised IP geolocation through R
https://cran.r-project.org/web/packages/rgeolocate/index.html
Other
66 stars 22 forks source link

invalid database type for api_key #55

Closed trakru closed 5 years ago

trakru commented 5 years ago

When i try to run a basic db_ip(), i get a failure message "invalid database type for api key"

I purchased a premium API key from db-ip.com

db_ip(ip_addresses = "174.101.243.103", key = "my_key")

[[1]] error "invalid database type for api key"

trakru commented 5 years ago

found the issue - the developer has changed the API url. Updated in my code