Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Authentication failed because the remote party has closed the transport stream. #6182

Open
xiaoxstz opened this issue Oct 11, 2024 · 0 comments
Labels

Comments

@xiaoxstz
Copy link

Bug Report

Current Behavior

I came across this error when I update any package. Such as, vscode and oh-my-posh

For example, the output of the command scoop update vscode is shown below.

(base) PS C:\Users\tanzi> scoop update vscode
Updating one outdated app:
Updating 'vscode' (1.94.0 -> 1.94.2)
Downloading new version
Authentication failed because the remote party has closed the transport stream.
At C:\Users\tanzi\scoop\apps\scoop\current\lib\install.ps1:115 char:9
+         throw $e
+         ~~~~~~~~
    + CategoryInfo          : OperationStopped: (:) [], IOException
    + FullyQualifiedErrorId : Authentication failed because the remote party has closed the transport stream.

Expected Behavior

Download the package and update it

Additional context/output

Possible Solution

System details

Windows version: 10

OS architecture: 64bit

PowerShell version: [output of "$($PSVersionTable.PSVersion)"]

(base) PS C:\Users\tanzi> $($PSVersionTable.PSVersion)

Major  Minor  Build  Revision
-----  -----  -----  --------
5      1      19041  4957

Additional software: [(optional) e.g. ConEmu, Git]

Scoop Configuration

//# Your configuration here
{
  "last_update": "2024-10-11T16:42:25.2438842+08:00",
  "aria2-enabled": false,
  "scoop_repo": "https://github.com/ScoopInstaller/Scoop",
  "scoop_branch": "master"
}
@xiaoxstz xiaoxstz added the bug label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant