Closed null-ref-0000 closed 1 month ago
Hey @null-ref-0000! π Thanks for flagging this bug! ππ
You're our superhero bug hunter! π¦ΈββοΈπ¦ΈββοΈ Before we suit up to squash this bug, could you please:
π Double-check our documentation: https://rengine.wiki π΅οΈ Make sure it's not a known issue π Provide all the juicy details about this sneaky bug
Once again - thanks for your vigilance! π οΈπ
I believe this can be resolved by caching the footer.html. Perhaps should be cache ttl should be one hour?
https://docs.djangoproject.com/en/5.1/topics/cache/#template-fragment-caching
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)'))