jorgebucaran / fisher

A plugin manager for Fish
https://git.io/fisher
MIT License
7.55k stars 257 forks source link

failed writing body #672

Closed thernstig closed 3 years ago

thernstig commented 3 years ago

Is this maybe the same issue as you had with nvm.fish if you remember?

~/code> fisher install jorgebucaran/nvm.fish
fisher install version 4.3.0
Fetching https://codeload.github.com/jorgebucaran/nvm.fish/tar.gz/HEAD
Installing jorgebucaran/nvm.fish
           /home/userA/.config/fish/functions/_nvm_index_update.fish
           /home/userA/.config/fish/functions/_nvm_list.fish
           /home/userA/.config/fish/functions/_nvm_version_activate.fish
           /home/userA/.config/fish/functions/_nvm_version_deactivate.fish
           /home/userA/.config/fish/functions/nvm.fish
           /home/userA/.config/fish/conf.d/nvm.fish
           /home/userA/.config/fish/completions/nvm.fish
Downloading the Node distribution index for the first time...
(23) Failed writing body
Installed 1 plugin/s
~/code> fisher --version
fisher, version 4.3.0

I am on Ubuntu 20.04.

jorgebucaran commented 3 years ago

I think it's nvm, not Fisher, but the fact that you are installing nvm in this log makes it difficult to know. Can you get a repro by installing a different plugin?

thernstig commented 3 years ago

Tried to repro with uninstalling/installing another plugin, but it worked fine everytime. So maybe it is nvm afterall. Not sure it is important enough to care about, I was just hoping it was because of a missing thing in fisher.

jorgebucaran commented 3 years ago

Sounds like nvm is at it again! Care to open a new issue over there? I'll look into it.

thernstig commented 3 years ago

https://github.com/jorgebucaran/nvm.fish/issues/154