Can't download ifw.
See original GitHub issue2021-01-19 14:00:11,964 - aqt - INFO - aqtinstall(aqt) v0.10.1 on Python 3.6.9 [CPython GCC 8.4.0]
2021-01-19 14:02:13,807 - aqt - ERROR - Download error: HTTPSConnectionPool(host='download.qt.io', port=443): Max retries exceeded with url: /online/qtsdkrepository/linux_x64/desktop/tools_ifw/Updates.xml (Caused by SSLError(SSLError("bad handshake: SysCallError(104, 'ECONNRESET')",),))
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/urllib3/contrib/pyopenssl.py", line 485, in wrap_socket
cnx.do_handshake()
File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 1808, in do_handshake
self._raise_ssl_error(self._ssl, result)
File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 1540, in _raise_ssl_error
raise SysCallError(errno, errorcode.get(errno))
OpenSSL.SSL.SysCallError: (104, 'ECONNRESET')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 672, in urlopen
chunked=chunked,
File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 376, in _make_request
self._validate_conn(conn)
File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 994, in _validate_conn
conn.connect()
File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 360, in connect
ssl_context=context,
File "/usr/local/lib/python3.6/dist-packages/urllib3/util/ssl_.py", line 370, in ssl_wrap_socket
return context.wrap_socket(sock, server_hostname=server_hostname)
File "/usr/local/lib/python3.6/dist-packages/urllib3/contrib/pyopenssl.py", line 491, in wrap_socket
raise ssl.SSLError("bad handshake: %r" % e)
ssl.SSLError: ("bad handshake: SysCallError(104, 'ECONNRESET')",)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 449, in send
timeout=timeout
File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 720, in urlopen
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 436, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='download.qt.io', port=443): Max retries exceeded with url: /online/qtsdkrepository/linux_x64/desktop/tools_ifw/Updates.xml (Caused by SSLError(SSLError("bad handshake: SysCallError(104, 'ECONNRESET')",),))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/aqt/archives.py", line 174, in _download_update_xml
r = requests.get(update_xml_url)
File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 76, in get
return request('get', url, params=params, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 530, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 643, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 514, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='download.qt.io', port=443): Max retries exceeded with url: /online/qtsdkrepository/linux_x64/desktop/tools_ifw/Updates.xml (Caused by SSLError(SSLError("bad handshake: SysCallError(104, 'ECONNRESET')",),))
PLATFORM=linux
VERSION=4.0
command
aqt tool --outputdir QIF/data linux tools_ifw 4.0 qt.tools.ifw.40
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Download Ifw.dll for Windows 10, 8.1, 8, 7, Vista and XP
Some programs need updated dynamic link libraries. When your operating system is not updated, it cannot fulfill this need. In some situations, updating...
Read more >File extension IFW - Simple tips how to open the IFW file.
A very simple way to solve this problem is to find and download the appropriate application. The first part of the task has...
Read more >I cannot open a IFW file. What should I do? Help! - SubmitFile.com
2.1 Download and install application that supports IFW files ... If given user account does not have necessary permissions to open files with...
Read more >How To Open File With IFW Extension?
If the problems with opening IFW files still occur even after installing RemoteConf, it is possible that you have an outdated version of...
Read more >Download data from PAIR/PEDS/Patent Center - ClaimMaster
If set to "All documents", all IFW documents will be downloaded for a given ... To save time, other portions of the document...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

You can use ‘-b’ option to specify mirror site. see https://aqtinstall.readthedocs.io/en/latest/cli.html#cmdoption-aqt-base
I’ve been using issue #194 to track this (since that issue was opened first). Please see my comment there.