Page 1 of 1

update scripts don't work anymore

Posted: Wednesday 16 September 2026 8:56
by IanDury
I'm using v2026.3 (build 18263) on a Linux x86_64 target and when running the updatebeta script I get an error:

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!!
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:

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.
Using the same URL from a browser works fine.

Anyone who can fix this?

Re: update scripts don't work anymore

Posted: Wednesday 16 September 2026 16:19
by fjongma
I don't know how to fix it, but have the same problem running updaterelease on V2026.2 to install 2026.3.

Re: update scripts don't work anymore

Posted: Thursday 17 September 2026 10:36
by FunFair
Same issue here. updaterelease and updatebeta don't work.
Can download domoticz via https://www.domoticz.com/downloads/ just fine on my pc.

Re: update scripts don't work anymore

Posted: Thursday 17 September 2026 17:09
by IanDury

Re: update scripts don't work anymore

Posted: Thursday 17 September 2026 18:02
by gizmocuz
This is because some little script kiddies are hammering our servers.
Sad... but for now, Cloudflare is to the rescue.

Domoticz in a docker container does not suffer from this