abgox / PSCompletions

A completion manager for better and simpler use completions in PowerShell. 一个补全管理模块,更简单、更方便的在 PowerShell 中使用命令补全。
https://pscompletions.pages.dev
MIT License
109 stars 5 forks source link

通过Scoop安装的最新版PSCompletion更新补全出现404 Not Found错误 #7

Closed Arama0517 closed 9 months ago

Arama0517 commented 9 months ago
PS C:\Users\Arama> psc update *
MethodInvocationException: Exception calling "fn_add_completion" with "3" argument(s): "Exception calling "DownloadFile" with "2" argument(s):
"The remote server returned an error: (404) Not Found.""
----------
已添加的补全都是最新的!
abgox commented 9 months ago

这是由于 PowerShell 对于一个空字符串也会进入循环,从而导致的问题,会尽快在下一个版本中修复

abgox commented 9 months ago

3.2.4 的版本将空字符串替换了 $null,但会导致更新模块第一次出现初始化错误,暂时忽略这个错误版本

abgox commented 9 months ago

在 3.2.5 版本中,此问题已被修复