runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/ucimlrepo/fetch.py", line 68, in fetch_ucirepo response = urllib.request.urlopen(api_url, context=ssl.create_default_context(cafile=certifi.where())) File "/usr/local/lib/python3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.10/urllib/request.py", line 525, in open response = meth(req, response) File "/usr/local/lib/python3.10/urllib/request.py", line 634, in http_response response = self.parent.error( File "/usr/local/lib/python3.10/urllib/request.py", line 563, in error return self._call_chain(*args) File "/usr/local/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/usr/local/lib/python3.10/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 502: Bad Gateway During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/main.py", line 22, in <module> heart_disease = fetch_ucirepo(id=45) File "/usr/local/lib/python3.10/site-packages/ucimlrepo/fetch.py", line 71, in fetch_ucirepo raise ConnectionError('Error connecting to server') ConnectionError: Error connecting to server
Container logs:
Fetching error logs...