pi@mcmellow-pi:~/domoticz $ ./updatebeta
Stopping Domoticz...
Making backup of current installation...
Output file: backups/domoticz_backup_20250221_140204.tar.gz
Backup finished...
Downloading latest beta version...
Problem downloading new Domoticz version!!. Restarting current version...
Can not download the domoticz_beta.tgz file. Is there a way around or is this a bug?
Last edited by McMelloW on Thursday 06 March 2025 11:55, edited 1 time in total.
waltervl wrote: ↑Friday 21 February 2025 15:33
If you can download it from https://www.domoticz.com/downloads/ then it should be possible to also have it download it on by the update script.
Thanks for your reply. In the domoticz folder, there is a file domoticz_beta.tgz. But it has a size of 0 bytes. The files in your link has a different name then the one which called in the wget command in the script updatebeta.
Is this a bug in the script or do I miss some errors?
The updatebeta script downloads the specific build tgz file for your systems architecture from the website and renames it. So it seems the file cannot be downloaded or your disk is full or something on your system is blocking the download.
What kind of system do you have?
MACH =. `uname -m`
ARCH = `dpkg --print-architecture`
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
waltervl wrote: ↑Sunday 23 February 2025 18:45
The updatebeta script downloads the specific build tgz file for your systems architecture from the website and renames it. So it seems the file cannot be downloaded or your disk is full or something on your system is blocking the download.
What kind of system do you have?
MACH =. `uname -m`
ARCH = `dpkg --print-architecture`
The disk has space enough, only 17% of 64GB is in use. I have done updates over a dozen times successfully with ./updatebeta on a commandline. The previous update (16450) went like charm without any problems. This error puzzles me
I made a download via windows and uploaded this file to my RPi manually. Then I did carried out the further steps maunally to perform the update 16461. This worked OK with any errors.
Still odd why the wget command did not work on a command line.