ipdatabase.com has shutdown
Closed this issue · 3 comments
rodmatos commented
Apparently, ipdatabase.com has shutdown and the domain is up for sale.
This leads to the library failing due to the response sent by the webserver. https://github.com/tevslin/cloudflarepycli/blob/29ea4530ac8bf227c4090237ea2f91b8b4730d45/src/cloudflarepycli/cloudflareclass.py#L81-L88
$ curl -L https://ipdatabase.com/ip/ip_address
<html>
<head>
<meta http-equiv='refresh' content='0; url=https://ipdatabase.com/' />
</head>
</html>
I wonder if it would be possible to remove the dependencies from external services, since Cloudflare should provide all the relevant information.
ccmpbll commented
tevslin commented
I will take a look. Thank you
From: Chris Campbell ***@***.***>
Sent: Thursday, June 29, 2023 12:36 PM
To: tevslin/cloudflarepycli ***@***.***>
Cc: Tom Evslin ***@***.***>; Mention ***@***.***>
Subject: Re: [tevslin/cloudflarepycli] ipdatabase.com has shutdown (Issue #9)
@rodmatos <https://github.com/rodmatos> I used this in one of my own projects and noticed this a few days ago. I have created a pull request that removes the dependency on ipdatabase.com that should resolve the problem.
@tevslin <https://github.com/tevslin> could you please review this PR <#10> and let us know you can approve?
—
Reply to this email directly, view it on GitHub <#9 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AGLSBBXPI3AHJHX4XMMLRD3XNWVFLANCNFSM6AAAAAAZYV7VOE> .
You are receiving this because you were mentioned. <https://github.com/notifications/beacon/AGLSBBXRXOVR7SYVGCBUTHLXNWVFLA5CNFSM6AAAAAAZYV7VOGWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTAFQRCC.gif> Message ID: ***@***.*** ***@***.***> >
tevslin commented
closed with version 1.8. removed dependency and added the ability to get the data from cloudflare. Thank you