install-qt-action: Qt failed to install (download.qt.io is down)

When I try to use:

    - name: Install Qt
      uses: jurplel/install-qt-action@v2

I get:

2021-01-19 12:35:28,146 - aqt - INFO - aqtinstall(aqt) v0.10.1 on Python 3.9.1 [CPython Clang 11.0.0 (clang-1100.0.33.17)]
2021-01-19 12:36:41,065 - aqt - ERROR - Download error: ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/Users/runner/hostedtoolcache/Python/3.9.1/x64/lib/python3.9/site-packages/urllib3/connectionpool.py", line 699, in urlopen
    httplib_response = self._make_request(
  File "/Users/runner/hostedtoolcache/Python/3.9.1/x64/lib/python3.9/site-packages/urllib3/connectionpool.py", line 382, in _make_request
    self._validate_conn(conn)
  File "/Users/runner/hostedtoolcache/Python/3.9.1/x64/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
    conn.connect()
  File "/Users/runner/hostedtoolcache/Python/3.9.1/x64/lib/python3.9/site-packages/urllib3/connection.py", line 411, in connect
    self.sock = ssl_wrap_socket(
  File "/Users/runner/hostedtoolcache/Python/3.9.1/x64/lib/python3.9/site-packages/urllib3/util/ssl_.py", line 428, in ssl_wrap_socket
    ssl_sock = _ssl_wrap_socket_impl(
  File "/Users/runner/hostedtoolcache/Python/3.9.1/x64/lib/python3.9/site-packages/urllib3/util/ssl_.py", line 472, in _ssl_wrap_socket_impl
    return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
  File "/Users/runner/hostedtoolcache/Python/3.9.1/x64/lib/python3.9/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/Users/runner/hostedtoolcache/Python/3.9.1/x64/lib/python3.9/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/Users/runner/hostedtoolcache/Python/3.9.1/x64/lib/python3.9/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ConnectionResetError: [Errno 54] Connection reset by peer

See e.g. https://github.com/doxygen/doxygen/pull/8345/checks?check_run_id=1727625835

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 3
  • Comments: 18 (3 by maintainers)

Commits related to this issue

Most upvoted comments

Updated!

I confirm that this issue affects my repositories too. I attach my build logs for more information. I think that download.qt.io is down.

@jurplel This has now been implemented in aqtinstaller as discussed here: https://github.com/miurahr/aqtinstall/issues/194 could you add support for this in install-qt-action ?

@jurplel No I don’t think you can do anything about it. Probably best to keep this issue open till the problem is solved upstream (and other users can easily see this issue and not submit a new one).

Apparently they are working on it at least that is what a moderator mentioned on https://forum.qt.io/topic/122837/download-qt-io-is-down.

Well, not much i can do about this for now I guess…