-
Notifications
You must be signed in to change notification settings - Fork 71
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
failed writing body #154
Comments
I saw this once in a codespace. I didn't save the log cause I thought it was the codespace being funny. I think it's failing to get the node distribution index because I could only install a node version after running |
Yes, that's exactly what may be happening sometimes: nvm.fish/functions/_nvm_index_update.fish Lines 2 to 7 in 2473afc
I guess this could be solved by downloading the index separately first, then piping the content into the Awk filter. |
Will the solution be released? |
I've yet to see this issue myself. Maybe try downloading the index and then piping it into the filter and see if you can reproduce the problem. If you can't, then send me PR. |
In case it helps, just ran into it too. Seems to have installed otherwise:
|
Maybe try using this #154 (comment) and see if you can still repro the issue. |
Should be fixed in |
I'm getting this issue again - not sure it's fixed. Addressed by running |
We still get the old
(23) Failed writing body
at times. This time it was found when installing nvm through fisher, but we deducated it was not fisher but actually nvm.fish still containing the problem (see jorgebucaran/fisher#672).I am on Ubuntu 20.04.
The text was updated successfully, but these errors were encountered: