对于失败的包是如何处理的呢 #133
|
https://spectershell.github.io/Dumplings/ |
Answered by
SpecterShell
Aug 22, 2026
Replies: 1 comment 2 replies
|
❌ Unexpected error: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
qjfoidnh.BaiduPCS-Go是因为其最新版本少了一个arm32的安装包,多了一个arm64的安装包,脚本匹配不上而报错。这种类型的错误基本每几天巡检修复一次。至于其他的包
一种情况是其最新版本没有放出Windows安装文件(例如
VirusTotal.YARA和Alex313031.Thorium),或者用了WinGet目前暂时不能直接支持的压缩格式(例如Tohrusky.Final2x,最新版本把安装包放在了7z压缩包内。虽然WinGet可以改配置用tar解压,但是winget-pkgs那边暂时不认)。这种情况只能指望作者能够放出安装包或者改用WinGet能直接支持的压缩格式。一种情况是其网站屏蔽了GitHub Actions的服务器,返回了Captcha或别的什么网页,导致脚本找不到网页上的安装包,例如
ADInstruments.ConfigSoft。这种我一般每几天在本地手动跑一次。