Describe the bug
The ConvertX Proxmox Helper Script fails during installation with:
Installation failed in container 104 (exit code: 250)
Error: App: Download failed or version not determined
To Reproduce
Steps to reproduce the behavior:
Attempt to use the PVE Helper Script to install ConvertX in an LXC Container
Further Info
The installation log shows:
[ERROR] Failed to download ImageMagick
[ERROR] Hint: Check connectivity to imagemagick.org/archive
[ERROR] exit code 250 (App: Download failed or version not determined)
After troubleshooting, network connectivity is working correctly.
The following succeeds:
curl -I https://imagemagick.org/archive/
Returns:
HTTP/2 200 OK
However, the URL the installer appears to be using returns a 404:
curl -I https://imagemagick.org/archive/ImageMagick.tar.gz
Result:
HTTP/2 404 Not Found
This appears to be an issue with the helper script's ImageMagick download/version detection rather than the LXC's network connectivity.
Environment:
Proxmox VE
Helper Script: ConvertX
Container OS: Debian 13 (default template)
Fresh LXC with working Internet connectivity
Expected behavior:
The installer should detect the current ImageMagick release and download it successfully, or use an updated download URL if the upstream archive layout has changed.
Describe the bug
The ConvertX Proxmox Helper Script fails during installation with:
Installation failed in container 104 (exit code: 250)
Error: App: Download failed or version not determined
To Reproduce
Steps to reproduce the behavior:
Attempt to use the PVE Helper Script to install ConvertX in an LXC Container
Further Info
The installation log shows:
[ERROR] Failed to download ImageMagick
[ERROR] Hint: Check connectivity to imagemagick.org/archive
[ERROR] exit code 250 (App: Download failed or version not determined)
After troubleshooting, network connectivity is working correctly.
The following succeeds:
curl -I https://imagemagick.org/archive/
Returns:
HTTP/2 200 OK
However, the URL the installer appears to be using returns a 404:
curl -I https://imagemagick.org/archive/ImageMagick.tar.gz
Result:
HTTP/2 404 Not Found
This appears to be an issue with the helper script's ImageMagick download/version detection rather than the LXC's network connectivity.
Environment:
Proxmox VE
Helper Script: ConvertX
Container OS: Debian 13 (default template)
Fresh LXC with working Internet connectivity
Expected behavior:
The installer should detect the current ImageMagick release and download it successfully, or use an updated download URL if the upstream archive layout has changed.