runtime error

Exit code: 1. Reason: packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/usr/local/lib/python3.13/site-packages/urllib3/util/retry.py", line 535, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.goodreads.com', port=443): Max retries exceeded with url: /list/show/1.Best_Books_Ever (Caused by ProxyError('Unable to connect to proxy', OSError('Tunnel connection failed: 407 Account is suspended'))) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 137, in <module> main() ~~~~^^ File "/app/app.py", line 114, in main html = fetch_html(url) File "/app/app.py", line 37, in fetch_html r = requests.get(url, headers=HEADERS, proxies=_proxy(), timeout=60, verify=False) File "/usr/local/lib/python3.13/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/requests/sessions.py", line 592, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.13/site-packages/requests/sessions.py", line 706, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.13/site-packages/requests/adapters.py", line 672, in send raise ProxyError(e, request=request) requests.exceptions.ProxyError: HTTPSConnectionPool(host='www.goodreads.com', port=443): Max retries exceeded with url: /list/show/1.Best_Books_Ever (Caused by ProxyError('Unable to connect to proxy', OSError('Tunnel connection failed: 407 Account is suspended')))

Container logs:

Fetching error logs...