To verify a reconnect, JDownloader has to ask an IP-Check-Service to get the current IP address. Unfortunately, our ip check server is currently very busy. This may result in unexpected Reconnect failures.
We advise to switch to one of these alternate services. Just select one, and copy & paste the service url and the concerning regex like shown in the screenshot below.
| SERVICE URL | REGEX |
|---|---|
| http://www.wieistmeineip.de/ | Ihre IP-Adresse.*?class="ip">([\d+\.]+?)</h1> |
| http://www.whatismyip.com/ | <h1>Your IP Address Is: ([\d+\.]+?)</h1> |
| http://www.whatsmyip.org/ | <title>What.*?Your IP is ([\d+\.]+?)</title> |
| http://whatismyipaddress.com/ | <B>Your IP address is ([\d+\.]+?)</B> |
| http://www.ipaddressworld.com/ | Your computer.*?size=\+6>([\d+\.]+?)</FONT> |
| http://www.myip.ch/ | Current IP Address: ([\d+\.]+?)</body> |
| http://ipcheckit.com/ | Your IP address is:<br/><B>([\d+\.]+?)</B> |
| http://www.findmyipaddress.info/ | My IP is.*?class="heading_color">([\d+\.]+?)< |
| http://www.meineip.de/ | <th>Das ist Deine IP-Adresse.*?>([\d+\.]+?) </td> |
| http://checkip.dyndns.org/ | Current IP Address: ([\d+\.]+?)</body |
| http://www.anonym-surfen.com/anonym-surfen/test/ | IP\:</td><td>([\d+\.]+?)([\d+\.]+?)</td> |
| http://www.init7.net/support/ip-adress-test.php | Adresse: <b>([\d+\.]+?)</b> |
| http://www.ip-adress.com/IP_adresse/ | <h2>Meine IP: ([\d+\.]+?)</h2> |
| http://myip.tsql.de/ | <b>IP\-Adresse :</b>\s*?([\d+\.]+?)< |
| http://www.tracemyip.org/ | name\s*?=\s*?"IP" onclick\s*?=\s*?".*?"\s*?value\s*?=\s*?"([\d+\.]+?)" |
| http://www.univie.ac.at/cgi-bin/ip.cgi | <font color="#dd0000">([\d+\.]+?)</font> |