runtime error

ile "/home/user/.local/lib/python3.8/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/user/.local/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nwp.imd.gov.in', port=443): Max retries exceeded with url: /blf/blf_temp (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fd74b2fafd0>: Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 6, in <module> import src.constants as constants_utils File "/home/user/app/src/constants.py", line 76, in <module> WEATHER_FORECAST_STATE_CODES = weather_utils_obj.get_state_names_codes() File "/home/user/app/src/weather.py", line 29, in get_state_names_codes response = requests.get( File "/home/user/.local/lib/python3.8/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/requests/sessions.py", line 587, in request resp = self.send(prep, **send_kwargs) File "/home/user/.local/lib/python3.8/site-packages/requests/sessions.py", line 701, in send r = adapter.send(request, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/requests/adapters.py", line 565, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='nwp.imd.gov.in', port=443): Max retries exceeded with url: /blf/blf_temp (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fd74b2fafd0>: Failed to establish a new connection: [Errno 110] Connection timed out'))

Container logs:

Fetching error logs...