hosted-scripts icon indicating copy to clipboard operation
hosted-scripts copied to clipboard

[BUG] Overseerr download fails.

Open Pyrolyzed opened this issue 1 year ago • 2 comments

What happened?

Steps to reproduce:

  1. Install package 'overseerr'
  2. Error 'Download failed'

Relevant logs and output

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
Installing latest LTS version.
v20.9.0 is already installed.
Now using node v20.9.0 (npm v10.1.0)

changed 1 package in 991ms
/home/root/overseerr.tar.gz: No such file or directory
=> nvm is already installed in /root/.nvm, trying to update using git
=> => Compressing and cleaning up git repository

=> nvm source string already in /root/.bashrc
=> bash_completion source string already in /root/.bashrc
=> Close and reopen your terminal to start using nvm or run the following to use it now:

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
Installing latest LTS version.
v20.9.0 is already installed.
Now using node v20.9.0 (npm v10.1.0)

changed 1 package in 1s
/home/root/overseerr.tar.gz: No such file or directory

Pyrolyzed avatar Nov 05 '23 22:11 Pyrolyzed

I just now realized this is a duplicate. I apologize!

Pyrolyzed avatar Nov 05 '23 22:11 Pyrolyzed

Any fix ?

TuKo1982 avatar Jun 28 '24 20:06 TuKo1982