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
Hi @null-ref-0000 I have removed this ip check in reNgine 2.2.0. I don't see any benefit of having an IP check or even showing external IP on page, so I had removed. Once 2.2.0 is released I will close this
Is there an existing issue for this?
Current Behavior
Homepage does not load
Expected Behavior
Homepage should load without error
Steps To Reproduce
Unclear steps at this time how to reproduce, but I believe it occurs when the homepage is loaded to often.
Environment
Anything else?
externalIp = requests.get('https://checkip.amazonaws.com').text.strip()
web-1 | urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x7f3992fee290>, 'Connection to checkip.amazonaws.com timed out. (connect timeout=None)')
web-1 | urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='checkip.amazonaws.com', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f3992fee290>, 'Connection to checkip.amazonaws.com timed out. (connect timeout=None)'))
The text was updated successfully, but these errors were encountered: