abstractfoundry / lumicube-daemon

9 stars 12 forks source link

502 Errror Downloading appimage from script #7

Closed Findarato closed 1 year ago

Findarato commented 1 year ago

When I run the install script I am getting a 502 error downloading the appimage

subprocess.CalledProcessError: Command 'curl -fL https://www.abstractfoundry.com/lumicube/download/Daemon-1.7-arm.AppImage > /home/pi/AbstractFoundry/Daemon/Software/Daemon-1.7-arm.AppImage' returned non-zero exit status 22.

Your website is not allowing downloading of the AppImage over Mullvad VPNs

abstractfoundry commented 1 year ago

Hi @Findarato I've published a GitHub release which hopefully you should be able to download instead: https://github.com/abstractfoundry/lumicube-daemon/releases/tag/v1.7 You will have to modify the install script to set: binary_url = 'https://github.com/abstractfoundry/lumicube-daemon/releases/download/v1.7/Daemon-1.7-arm.AppImage'