runtime error

resp = conn.urlopen( File "/home/user/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 845, in urlopen retries = retries.increment( File "/home/user/.local/lib/python3.10/site-packages/urllib3/util/retry.py", line 515, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='pastebin.com', port=443): Max retries exceeded with url: /raw/mpH4hRcF (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fcf52d97e20>: Failed to resolve 'pastebin.com' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 33, in <module> from mdx_processing_script import get_model_list,id_to_ptm,prepare_mdx,run_mdx File "/home/user/app/mdx_processing_script.py", line 28, in <module> stem_naming = requests.get(stem_naming).json() File "/home/user/.local/lib/python3.10/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='pastebin.com', port=443): Max retries exceeded with url: /raw/mpH4hRcF (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fcf52d97e20>: Failed to resolve 'pastebin.com' ([Errno -5] No address associated with hostname)"))

Container logs:

Fetching error logs...