E3F9 [Bug] Cannot bind argument to parameter 'AppName' because it is an empty string. · Issue #6589 · ScoopInstaller/Scoop · GitHub
[go: up one dir, main page]

Skip to content

[Bug] Cannot bind argument to parameter 'AppName' because it is an empty string. #6589

@HeyItsJono

Description

@HeyItsJono

Bug Report

Current Behavior

Trying to create a custom app and install it fails with the following error:

scoop install frey-scoop/plezy
Select-CurrentVersion: C:\Users\Jono\scoop\apps\scoop\current\lib\core.ps1:394
Line |
 394 |      return $null -ne (Select-CurrentVersion -AppName $app -Global:$gl …
     |                                                       ~~~~
     | Cannot bind argument to parameter 'AppName' because it is an empty string.
Select-CurrentVersion: C:\Users\Jono\scoop\apps\scoop\current\lib\core.ps1:394
Line |
 394 |      return $null -ne (Select-CurrentVersion -AppName $app -Global:$gl …
     |                                                       ~~~~
     | Cannot bind argument to parameter 'AppName' because it is an empty string.
Split-Path: C:\Users\Jono\scoop\apps\scoop\current\lib\core.ps1:591
Line |
 591 |      (split-path $url -leaf) -replace '.json$', ''
     |                  ~~~~
     | Cannot bind argument to parameter 'Path' because it is an empty string.
Couldn't find manifest for ''.

Here's the manifest.
And the app.

Expected Behavior

App installs.

System details

Windows version: 11

OS architecture: 64bit

PowerShell version: 5.1.26100.7462

Additional software: Cmder

Scoop Configuration

{
  "ignore_running_processes": false,
  "last_update": "2026-01-26T14:43:40.3461392+11:00",
  "scoop_branch": "master",
  "scoop_repo": "https://github.com/lukesampson/scoop",
  "debug": "$true"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0