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

Error in Line 109 while Updating Container

Open IOTomGER opened this issue 1 year ago • 3 comments

Script nginx-proxy-manager

Describe the bug Executing bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/nginxproxymanager.sh)" in the LXC results in: [ERROR] in line 109: exit code 0: while executing command python3 -m pip install --no-cache-dir certbot-dns-cloudflare &> /dev/null

System info:

  • Proxmox Version: 8.3.3
  • Proxy Manager 2.11.? -> 2.12.3

removing /dev/null showed no error so I continued and executed every command from the script via copy/paste manually. Everything worked fine.

IOTomGER avatar Feb 11 '25 21:02 IOTomGER

same issue advise if there is a fix can not install with LCX template

System info: Proxmox Version: 8.3.3

jpdacostaza avatar Mar 03 '25 22:03 jpdacostaza

I have same issue when i try to upgrade from 2.11.3 to 2.12.3. So i do apt update && apt upgrade and after this bash command to upgrade let me upgrade NPM, but after upgrade when i try to login i get Bad Gateway (small red text under passwrod line on login page) Strange...

I also try to change password manually in database, try to force use defatult [email protected] account etc... i cant login, always see Bad Gateway :(

MaverickPOL avatar Apr 08 '25 23:04 MaverickPOL

For anyone getting the same error on clean install add --os debian to the command to switch distro's and it will install correctly. Seems to be a breaking change with Apline Linux currently.

jrosetto avatar Jun 13 '25 15:06 jrosetto