Replies: 1 comment 7 replies
-
What is the output of |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can only install spotx-np (and several other packages in nonportable) if I add a manual bucket linked to https://github.com/ScoopInstaller/Nonportable eg. "scoop add bucket somenonportable https://github.com/ScoopInstaller/Nonportable". This only seems to only affect some packages as I can install everything-np and several others without this manually added bucket from the regularly added "scoop bucket add nonportable".
I did "scoop bucket add nonportable" and then tried "scoop install spotx-np" and get the reply "Couldn't find manifest for 'spotx-np'.". I tried removing and readding the nonportable bucket by removing"nonportable", update scoop, and readding it without change.
My config.json:
{
"lastupdate": "2022-09-02T10:54:54.9606360+02:00",
"aria2-enabled": false,
"SCOOP_REPO": "https://github.com/ScoopInstaller/Scoop",
"SCOOP_BRANCH": "master",
"proxy": "my:proxy",
"default-architecture": "64bit",
"rootPath": "C:\MyPath\Scoop"
}
My proxy is a https proxy but I doubt the problem is there as it seems to work for everyting except some packages in nonportable.
Proof: https://i.imgur.com/gGHLi37.png
Beta Was this translation helpful? Give feedback.
All reactions