Skip to content
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

[BUG] Overseerr download fails. #17

Open
Pyrolyzed opened this issue Nov 5, 2023 · 1 comment
Open

[BUG] Overseerr download fails. #17

Pyrolyzed opened this issue Nov 5, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Pyrolyzed
Copy link

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 Pyrolyzed added the bug Something isn't working label Nov 5, 2023
@Pyrolyzed Pyrolyzed changed the title [BUG] [BUG] Overseerr download fails. Nov 5, 2023
@Pyrolyzed
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant