🚩 Report: Not working

#3
by ednsinf - opened

runtime error

│ │
│ 700 │ │ start = preferred_clock() │
│ 701 │ │ │
│ 702 │ │ # Send the request │
│ ❱ 703 │ │ r = adapter.send(request, **kwargs) │
│ 704 │ │ │
│ 705 │ │ # Total elapsed time of the request (approximately) │
│ 706 │ │ elapsed = preferred_clock() - start │
│ │
│ /home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/requests/adapte │
│ rs.py:532 in send │
│ │
│ 529 │ │ │ │ # This branch is for urllib3 versions earlier than v1. │
│ 530 │ │ │ │ raise SSLError(e, request=request) │
│ 531 │ │ │ elif isinstance(e, ReadTimeoutError): │
│ ❱ 532 │ │ │ │ raise ReadTimeout(e, request=request) │
│ 533 │ │ │ elif isinstance(e, _InvalidHeader): │
│ 534 │ │ │ │ raise InvalidHeader(e, request=request) │
│ 535 │ │ │ else: │
╰──────────────────────────────────────────────────────────────────────────────╯
ReadTimeout: HTTPSConnectionPool(host='huggingface.co', port=443): Read timed
out. (read timeout=10.0)
Container logs:

Failed to retrieve error logs: BodyStreamBuffer was aborted

Sign up or log in to comment