查看: 5806|回复: 2
收起左侧

[讨论] uup网站下载Windows出错解决办法

[复制链接]
早春新柳
发表于 2020-7-18 16:51:46 | 显示全部楼层 |阅读模式
本帖最后由 早春新柳 于 2020-7-18 20:12 编辑

一、https://uupdump.ml 网站下载Windows出错解决办法

使用科学下载或将DNS改为:4.2.2.1 与 4.2.2.2
也可将aria2_download_windows.cmd脚本中的下面代码 在 %aria2% 后添加  --check-certificate=false 前后都必须添加一个 英文空格符号:

echo Retrieving aria2 script...
"%aria2%" --no-conf --log-level=info --log="aria2_download.log" -o"%aria2Script%" --allow-overwrite=true --auto-file-renaming=false "https://uupdump.ml/get.php?id=a52370fd-6e3f-4e29-9bf7-7f3588bdc84d&pack=zh-cn&edition=professional&aria2=2"
if %ERRORLEVEL% GTR 0 call :DOWNLOAD_ERROR & exit /b 1
echo.


echo Attempting to download files...
"%aria2%" --no-conf --log-level=info --log="aria2_download.log" -x16 -s16 -j5 -c -R -d"%destDir%" -i"%aria2Script%"
if %ERRORLEVEL% GTR 0 call :DOWNLOAD_ERROR & exit /b 1

修改成:

echo Retrieving aria2 script...
"%aria2%" --check-certificate=false --no-conf --log-level=info --log="aria2_download.log" -o"%aria2Script%" --allow-overwrite=true --auto-file-renaming=false "https://uupdump.ml/get.php?id=a52370fd-6e3f-4e29-9bf7-7f3588bdc84d&pack=zh-cn&edition=professional&aria2=2"
if %ERRORLEVEL% GTR 0 call :DOWNLOAD_ERROR & exit /b 1
echo.


echo Attempting to download files...
"%aria2%" --check-certificate=false --no-conf --log-level=info --log="aria2_download.log" -x16 -s16 -j5 -c -R -d"%destDir%" -i"%aria2Script%"
if %ERRORLEVEL% GTR 0 call :DOWNLOAD_ERROR & exit /b 1

9.png


10.png

11.png

12.png

13.png


——————————————————————————————————————————


二、https://uup.rg-adguard.net/  网站下载Windows出错解决办法

使用科学下载或将DNS改为:4.2.2.1 与 4.2.2.2
也可将creatingISO_*****.***_zh-cn_amd64_professional.cmd (其中 *****.*** 为系统版本,如 :19041.388 ) 脚本中的下面代码 在 %aria2% 后添加  --check-certificate=false 前后都必须添加一个 英文空格符号:

%aria2% -x16 -s16 -d"%rand%" -o"aria2_script.txt" "https://uup.rg-adguard.net/api/GetFiles?id=!updateId!&lang=!lang_def!&edition=professional&txt=yes"
if %ERRORLEVEL% GTR 0 goto DOWNLOAD_ERROR
for %%i in ("%aria2Script%") do (if /i %%~zi LEQ 10 goto ERROR_API)

修改成:
%aria2% --check-certificate=false -x16 -s16 -d"%rand%" -o"aria2_script.txt" "https://uup.rg-adguard.net/api/GetFiles?id=!updateId!&lang=!lang_def!&edition=professional&txt=yes"
if %ERRORLEVEL% GTR 0 goto DOWNLOAD_ERROR
for %%i in ("%aria2Script%") do (if /i %%~zi LEQ 10 goto ERROR_API)

8.png

1.png

2.png

3.png

5.png

4.png

6.png

Mouyase1
头像被屏蔽
发表于 2020-7-18 22:44:58 | 显示全部楼层
@早春新柳 uup 和 tb 有什么具体的区别啊?
rg-adguard.net
早春新柳
 楼主| 发表于 2020-7-18 23:01:46 | 显示全部楼层
本帖最后由 早春新柳 于 2020-7-19 08:20 编辑
Mouyase1 发表于 2020-7-18 22:44
uup 和 tb 有什么具体的区别啊?
rg-adguard.net

https://uup.rg-adguard.net/ 提供预览版UUP推送脚本文件的下载
https://tb.rg-adguard.net/    直接下载已合成的系统ISO或esd文件



您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2024-7-3 17:21 , Processed in 0.140297 second(s), 19 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表