You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a rather old script that I depend on and has always worked great. Recently, the address that it uses to get your external IP has stopped working. It can easily be fixed.
In the following def block
def getmyip(self):
r = requests.get("https://api.simonpainter.com/ip/")
return r.text
simply update the address to https://api.ipify.org/ and the script will run properly.
The text was updated successfully, but these errors were encountered:
This is a rather old script that I depend on and has always worked great. Recently, the address that it uses to get your external IP has stopped working. It can easily be fixed.
In the following def block
simply update the address to
https://api.ipify.org/
and the script will run properly.The text was updated successfully, but these errors were encountered: