dauden1184/RaspiNukiBridge

Error 404 Not Found

Opened this issue · 5 comments

Hi, im stuck at the first line when i paste it in the termianl i get this:

pi@homebridge:~ $ wget http://ftp.hk.debian.org/debian/pool/main/b/bluez/bluez_5.50-1.2\~deb10u1_armhf.deb
sudo apt install ./bluez_5.50-1.2~deb10u1_armhf.deb
--2023-06-18 21:12:53-- http://ftp.hk.debian.org/debian/pool/main/b/bluez/bluez_5.50-1.2~deb10u1_armhf.deb
Resolving ftp.hk.debian.org (ftp.hk.debian.org)... 45.125.0.6, 2403:2c80:5::6
Connecting to ftp.hk.debian.org (ftp.hk.debian.org)|45.125.0.6|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-06-18 21:12:53 ERROR 404: Not Found.

Reading package lists... Done
E: Unsupported file ./bluez_5.50-1.2~deb10u1_armhf.deb given on commandline

what have i done wrong?

Hi, I have updated the link and now it should work.
You can actually try also without downgrading bluez, I'm using version 5.55 with a raspberry 4 and it works fine, other users had issues and it seems that downgrading made it more stable.

now i get this:

pi@homebridge:~ $ wget http://ftp.hk.debian.org/debian/pool/main/b/bluez/bluez_5.50-1.2~deb10u2_armhf.deb
sudo apt install ./bluez_5.50-1.2deb10u1_armhf.deb
--2023-06-19 19:50:19-- http://ftp.hk.debian.org/debian/pool/main/b/bluez/bluez_5.50-1.2~deb10u2_armhf.deb
Resolving ftp.hk.debian.org (ftp.hk.debian.org)... 45.125.0.6, 2403:2c80:5::6
Connecting to ftp.hk.debian.org (ftp.hk.debian.org)|45.125.0.6|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 862336 (842K) [application/octet-stream]
Saving to: ‘bluez_5.50-1.2
deb10u2_armhf.deb.1’

bluez_5.50-1.2~deb10u2_armhf. 100%[=================================================>] 842.12K 432KB/s in 1.9s

2023-06-19 19:50:22 (432 KB/s) - ‘bluez_5.50-1.2~deb10u2_armhf.deb.1’ saved [862336/862336]

Reading package lists... Done
E: Unsupported file ./bluez_5.50-1.2~deb10u1_armhf.deb given on commandline

In the second command you should use the name o the downloaded file (that it seems to be bluez_5.50-1.2deb10u2_armhf.deb). But please try without downgrading blues, you can always do it later in case something is wrong.

ok, now when i try to install the requirements.txt it gets me this:

pi@homebridge:~ $ pip install -r requirements.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

You should first enter the directory in which you cloned the repository