Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 404 Not Found #23

Open
1HyperZ opened this issue Jun 18, 2023 · 5 comments
Open

Error 404 Not Found #23

1HyperZ opened this issue Jun 18, 2023 · 5 comments

Comments

@1HyperZ
Copy link

1HyperZ commented Jun 18, 2023

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?

@dauden1184
Copy link
Owner

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.

@1HyperZ
Copy link
Author

1HyperZ commented Jun 19, 2023

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

@dauden1184
Copy link
Owner

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.

@1HyperZ
Copy link
Author

1HyperZ commented Jun 21, 2023

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'

@dauden1184
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants