Download page broken (Error 404) Can't install Domoticz

On various Hardware and OS systems: pi / windows / routers / nas, etc

Moderator: leecollings

Post Reply
User avatar
gielie
Posts: 290
Joined: Tuesday 12 January 2016 11:40
Target OS: Raspberry Pi / ODroid
Domoticz version: latest β
Location: The Netherlands (Alkmaar)
Contact:

Download page broken (Error 404) Can't install Domoticz

Post by gielie »

Hi, im trying to reinstall a new Domoticz with curl -L https://install.domoticz.com | bash but I. get this error.

Code: Select all

::: Destination folder=/home/pi/domoticz
--2021-02-03 21:11:41--  http://www.domoticz.com/download.php?channel=release&type=release&system=linux&machine=armv7l
Resolving www.domoticz.com (www.domoticz.com)... 104.21.10.127, 172.67.190.40, 2606:4700:3031::6815:a7f, ...
Connecting to www.domoticz.com (www.domoticz.com)|104.21.10.127|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.domoticz.com/download.php?channel=release&type=release&system=linux&machine=armv7l [following]
--2021-02-03 21:11:41--  https://www.domoticz.com/download.php?channel=release&type=release&system=linux&machine=armv7l
Connecting to www.domoticz.com (www.domoticz.com)|104.21.10.127|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://releases.domoticz.com/releases/release/domoticz_linux_armv7l.tgz [following]
--2021-02-03 21:11:42--  https://releases.domoticz.com/releases/release/domoticz_linux_armv7l.tgz
Resolving releases.domoticz.com (releases.domoticz.com)... 146.185.159.228, 2a03:b0c0:0:1010::480:1001
Connecting to releases.domoticz.com (releases.domoticz.com)|146.185.159.228|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-02-03 21:11:42 ERROR 404: Not Found.
Im not able to download Domoticz from the main site, I get an 404 error.
Is there something wrong with the easy install method?
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
robson
Posts: 3
Joined: Thursday 01 September 2016 20:16
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Download page broken (Error 404) Can't install Domoticz

Post by robson »

I am experiencing the same error at the moment.
mrbrown38
Posts: 7
Joined: Sunday 19 November 2017 2:25
Target OS: -
Domoticz version:
Contact:

Re: Download page broken (Error 404) Can't install Domoticz

Post by mrbrown38 »

Someone delete the file on accident ;) ? Having the same issue.
Rub87
Posts: 13
Joined: Monday 31 August 2015 14:52
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Download page broken (Error 404) Can't install Domoticz

Post by Rub87 »

Hello,

I run domoticz for years but thought lets make a frsh install on buster. got a spare SD card, installed latest distro, so far so good. when trying to install domoticz the easy way I get:

Code: Select all

pi@Domoticz:~ $ curl -L install.domoticz.com | sudo bash                                 % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   178  100   178    0     0   1893      0 --:--:-- --:--:-- --:--:--  1893
100 16569  100 16569    0     0  80432      0 --:--:-- --:--:-- --:--:-- 80432
:::
::: You are root.
::: Verifying free disk space...
:::
::: Checking apt-get for upgraded packages.... done!
:::
::: Your system is up to date! Continuing with Domoticz installation...
:::    Checking for apt-utils... installed!
:::    Checking for whiptail... installed!
:::    Checking for git... installed!
:::    Checking for curl... installed!
:::    Checking for unzip... installed!
:::    Checking for wget... installed!
:::    Checking for sudo... installed!
:::    Checking for cron... installed!
:::    Checking for libudev-dev... installed!
:::    Checking for libcurl4... installed!
:::    Checking for libusb-0.1... installed!
::: Downloading Domoticz
::: Current User: pi
HTTP Port:  8080
:::
::: Destination folder=/home/pi/domoticz
--2021-02-03 22:16:55--  http://www.domoticz.com/download.php?channel=release&ty       pe=release&system=linux&machine=armv7l
Resolving www.domoticz.com (www.domoticz.com)... 172.67.190.40, 104.21.10.127, 2       606:4700:3031::6815:a7f, ...
Connecting to www.domoticz.com (www.domoticz.com)|172.67.190.40|:80... connected       .
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.domoticz.com/download.php?channel=release&type=release&sys       tem=linux&machine=armv7l [following]
--2021-02-03 22:16:56--  https://www.domoticz.com/download.php?channel=release&t       ype=release&system=linux&machine=armv7l
Connecting to www.domoticz.com (www.domoticz.com)|172.67.190.40|:443... connecte       d.
HTTP request sent, awaiting response... 302 Found
Location: https://releases.domoticz.com/releases/release/domoticz_linux_armv7l.t       gz [following]
--2021-02-03 22:16:56--  https://releases.domoticz.com/releases/release/domoticz       _linux_armv7l.tgz
Resolving releases.domoticz.com (releases.domoticz.com)... 146.185.159.228, 2a03       :b0c0:0:1010::480:1001
Connecting to releases.domoticz.com (releases.domoticz.com)|146.185.159.228|:443       ... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-02-03 22:16:56 ERROR 404: Not Found.
I then tried the other way as explained on the domoticz faq compiling it form source, but then I get an error saying my cmake version is outdated. Which is strange as I just only installed it and updated it an theres no newer version found..

Code: Select all

  CMake 3.16.0 or higher is required.  You are running version 3.13.4
lost1
Posts: 1
Joined: Wednesday 03 February 2021 22:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Download page broken (Error 404) Can't install Domoticz

Post by lost1 »

Same issue over here.. :|
dlkbay
Posts: 1
Joined: Wednesday 03 February 2021 23:04
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Download page broken (Error 404) Can't install Domoticz

Post by dlkbay »

same over here. also the link: https://www.domoticz.com/downloads/ gives a 404 :(
User avatar
waaren
Posts: 6028
Joined: Tuesday 03 January 2017 14:18
Target OS: Linux
Domoticz version: Beta
Location: Netherlands
Contact:

Re: Download page broken (Error 404) Can't install Domoticz

Post by waaren »

Rub87 wrote: Wednesday 03 February 2021 22:46 I run domoticz for years but thought lets make a frsh install on buster. got a spare SD card, installed latest distro, so far so good. when trying to install domoticz the easy way I get:
Looks like the domoticz download server currently does have a problem
CMake 3.16.0 or higher is required. You are running version 3.13.4
From the wiki

Code: Select all

To compile/install CMake issue the following commands:

Remove any previous CMake installation

sudo apt remove --purge --auto-remove cmake
Go to the official CMake site and download the latest source: http://www.cmake.org/download
The following will assume version 3.19.3 is the latest version
wget https://github.com/Kitware/CMake/releases/download/v3.19.3/cmake-3.19.3.tar.gz
tar -xzvf cmake-3.19.3.tar.gz
rm cmake-3.19.3.tar.gz
cd cmake-3.19.3
./bootstrap
make
sudo make install
cd ..
rm -Rf cmake-3.19.3
Verify you are on the correct version with

cmake --version
Results of cmake --version:

cmake version 3.16.xx
CMake suite maintained and supported by Kitware (kitware.com/cmake).

Debian buster, bullseye on RPI-4, Intel NUC.
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
User avatar
waaren
Posts: 6028
Joined: Tuesday 03 January 2017 14:18
Target OS: Linux
Domoticz version: Beta
Location: Netherlands
Contact:

Re: Download page broken (Error 404) Can't install Domoticz

Post by waaren »

dlkbay wrote: Wednesday 03 February 2021 23:09 same over here. also the link: https://www.domoticz.com/downloads/ gives a 404 :(
The domoticz download server does seem to have some problems.

Reported on github issue 4613
Debian buster, bullseye on RPI-4, Intel NUC.
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
User avatar
gizmocuz
Posts: 2350
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Download page broken (Error 404) Can't install Domoticz

Post by gizmocuz »

The problem where some folder permissions on the server. All should be working again
Quality outlives Quantity!
robson
Posts: 3
Joined: Thursday 01 September 2016 20:16
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Download page broken (Error 404) Can't install Domoticz

Post by robson »

Yep, it is working again!
User avatar
waaren
Posts: 6028
Joined: Tuesday 03 January 2017 14:18
Target OS: Linux
Domoticz version: Beta
Location: Netherlands
Contact:

Re: Download page broken (Error 404) Can't install Domoticz

Post by waaren »

Rub87 wrote: Wednesday 03 February 2021 22:46

Code: Select all

curl -L install.domoticz.com | sudo bash
Please note that the command has changed some time ago and is now

Code: Select all

curl -sSL install.domoticz.com | sudo bash
Debian buster, bullseye on RPI-4, Intel NUC.
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
Vicheadmiral
Posts: 1
Joined: Monday 09 January 2023 10:06
Target OS: Linux
Domoticz version:
Contact:

Re: Download page broken (Error 404) Can't install Domoticz

Post by Vicheadmiral »

пробовал и sudo bash -c "$(curl -sSfL https://install.domoticz.com)" и curl -sSL install.domoticz.com | sudo bash
Результат один:HTTP request sent, awaiting response... 301 Moved Permanently
GnuTLS: Error in the pull function.
Unable to establish SSL connection

Если компилировать по туриллу с домотиз то порты так и не открывается
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 1 guest