update scripts don't work anymore
Posted: Wednesday 16 September 2026 8:56
I'm using v2026.3 (build 18263) on a Linux x86_64 target and when running the updatebeta script I get an error:
The wget command appears to get a 403 response apparently because of Cloudflare being used on the download server and wget doesn't know how to handle this:
Using the same URL from a browser works fine.
Anyone who can fix this?
Code: Select all
# ./updatebeta
2026-09-16 08:46:47.421 >> Downloading latest beta version...
2026-09-16 08:46:47.539 >> ERROR: Problem downloading new Domoticz version!!Code: Select all
wget -4 --show-progress -O "domoticz_beta.tgz" --no-check-certificate "https://www.domoticz.com/download.php?channel=beta&type=release&system=linux&machine=x86_64"
--2026-09-16 08:50:45-- https://www.domoticz.com/download.php?channel=beta&type=release&system=linux&machine=x86_64
Resolving www.domoticz.com (www.domoticz.com)... 188.114.97.0, 188.114.96.0
Connecting to www.domoticz.com (www.domoticz.com)|188.114.97.0|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2026-09-16 08:50:45 ERROR 403: Forbidden.Anyone who can fix this?