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
ident.me was down for about a day and the container is throwing the following error.
Warning: file_get_contents(http://v4.ident.me): Failed to open stream: Connection refused in /app/updater.php on line 12
Fatal error: Uncaught TypeError: trim(): Argument #1 ($string) must be of type string, bool given in /app/updater.php:12
Stack trace:
#0 /app/updater.php(12): trim(false)
}
thrown in /app/updater.php on line 12
I can try to write some code for that if you want but I am no PHP Developer.
My code would probably just be a try catch that follows up with a request to tnedi.me.
The text was updated successfully, but these errors were encountered:
ident.me
was down for about a day and the container is throwing the following error.It would be nice to have 1 or 2 fallback sites.
ident.me
recommends this as well (see: https://api.ident.me/#redundancy-alternatives)A drop in replacement would be
tnedi.me
.This might also be a good starting point for this: https://gist.github.com/rkalkani/7428a8769f7cc6710c58680938dc5833
I can try to write some code for that if you want but I am no PHP Developer.
My code would probably just be a try catch that follows up with a request to
tnedi.me
.The text was updated successfully, but these errors were encountered: