UUP dump无法下载镜像错误 An error has occurred while downloading the UUP converter 下载失败修复错误解决

UUP dump在下载镜像的时候因为各种的原因无法正常的进行下载,通常是提示如An error has occurred while downloading the UUP converter的错误,可能是因为网络,或者是因为奇怪的原因,其实想要解决这个问题很简单,只需要稍微修改以下

会提示下面的这样的错误:

Downloading the UUP converter...
[DL:0B][#6b9835 0B/0B][#3a05f5 0B/0B]
01/13 12:11:12 [ERROR] CUID#8 - Download aborted. URI=https://uupdump.net/misc/uup-converter-wimlib.7z
Exception: [AbstractCommand.cc:351] errorCode=1 URI=https://uupdump.net/misc/uup-converter-wimlib.7z
  -> [SocketCore.cc:1019] errorCode=1 SSL/TLS handshake failure: Error: 远程主机强迫关闭了一个现有的连接。
(2746)

01/13 12:11:13 [ERROR] CUID#7 - Download aborted. URI=https://uupdump.net/misc/7zr.exe
Exception: [AbstractCommand.cc:351] errorCode=1 URI=https://uupdump.net/misc/7zr.exe
  -> [SocketCore.cc:1019] errorCode=1 SSL/TLS handshake failure: Error: 远程主机强迫关闭了一个现有的连接。
(2746)

Download Results:
gid   |stat|avg speed  |path/URI
======+====+===========+=======================================================
3a05f5|ERR |       0B/s|files/uup-converter-wimlib.7z
6b9835|ERR |       0B/s|files/7zr.exe

Status Legend:
(ERR):error occurred.

aria2 will resume download if the transfer is restarted.
If there are any errors, then see the log file. See '-l' option in help/man page for details.

An error has occurred while downloading the UUP converter.
请按任意键继续. . .

我相信大家都是不愿意看到这样的问题的,这里给大家一些解决的思路:

方法一:使用国内的的UUP dump镜像网站

网站地址:https://uupdump.cn

下载和设置的方法和这个文章的内容没有区别。在下载系统的时候,可以

方法二:使用本地的网络代理

我们只需要修改我们要执行的uup_download_windows.cmd文件就可以了

右键编辑uup_download_windows.cmd,会看到这样的内容:

我们只需要修改其中的:: set "all_proxy=" 去掉它前面的两个冒号,再把他改为:

set "all_proxy=ip地址:端口"

set "all_proxy=127.0.0.1:7890"

就可以啦,像下面这样

通过正确的代理配置,可以解决大部分的网络问题。