Vielen Dank für eure Antworten! Den Fehler habe ich woanders gefunden. Ich hatte die 32-bit Version von Homebridge installiert ![]()
Beiträge von webmaster45
-
-
Vielen Dank schon einmal! Leider hat es bei mir immer noch nicht geklappt.
Wenn ich die ersten beiden Zeilen eingebe, erhalte ich folgendes Ergebnis:
Code
Alles anzeigenpi@homebridge:/var/lib/homebridge $ sudo apt-get update Get:1 http://raspbian.raspberrypi.com/raspbian bookworm InRelease [15.0 kB] Get:2 http://archive.raspberrypi.com/debian bookworm InRelease [39.3 kB] Get:3 https://repo.homebridge.io stable InRelease [3,242 B] Get:4 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf Packages [14.5 MB] Get:5 http://archive.raspberrypi.com/debian bookworm/main arm64 Packages [523 kB] Get:6 https://repo.homebridge.io stable/main arm64 Packages [3,485 B] Get:7 https://repo.homebridge.io stable/main armhf Packages [3,476 B] Get:8 http://archive.raspberrypi.com/debian bookworm/main armhf Packages [552 kB] Get:9 http://raspbian.raspberrypi.com/raspbian bookworm/contrib armhf Packages [62.3 kB] Fetched 15.7 MB in 10s (1,557 kB/s) Reading package lists... Done W: http://raspbian.raspberrypi.com/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. pi@homebridge:/var/lib/homebridge $ sudo apt-get upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: homebridge initramfs-tools initramfs-tools-core python3-pkg-resources python3-setuptools python3-setuptools-whl python3-urllib3 rpi-eeprom tzdata ucf 10 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 53.3 MB of archives. After this operation, 8,534 kB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://archive.raspberrypi.com/debian bookworm/main armhf initramfs-tools all 0.142+rpt3+deb12u1 [17.2 kB] Get:2 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf tzdata all 2024b-0+deb12u1 [298 kB] Get:3 https://repo.homebridge.io stable/main armhf homebridge armhf 1.4.2 [40.1 MB] Get:4 http://archive.raspberrypi.com/debian bookworm/main armhf initramfs-tools-core all 0.142+rpt3+deb12u1 [53.1 kB] Get:5 http://archive.raspberrypi.com/debian bookworm/main armhf rpi-eeprom all 26.8-1 [10.7 MB] Get:7 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf python3-setuptools all 66.1.1-1+deb12u1 [522 kB] Get:6 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf ucf all 3.0043+nmu1+deb12u1 [55.3 kB] Get:8 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf python3-pkg-resources all 66.1.1-1+deb12u1 [296 kB] Get:9 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf python3-setuptools-whl all 66.1.1-1+deb12u1 [1,112 kB] Get:10 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf python3-urllib3 all 1.26.12-1+deb12u1 [114 kB] Fetched 53.3 MB in 24s (2,232 kB/s) Reading changelogs... Done Preconfiguring packages ... (Reading database ... 91263 files and directories currently installed.) Preparing to unpack .../0-homebridge_1.4.2_armhf.deb ... Running pre-upgrade steps... ERROR: The homebridge package must not be upgraded from the Homebridge UI Terminal. dpkg: error processing archive /tmp/apt-dpkg-install-Vdwn3s/0-homebridge_1.4.2_armhf.deb (--unpack): new homebridge package pre-installation script subprocess returned error exit status 1 Preparing to unpack .../1-tzdata_2024b-0+deb12u1_all.deb ... Unpacking tzdata (2024b-0+deb12u1) over (2024a-0+deb12u1) ... Preparing to unpack .../2-ucf_3.0043+nmu1+deb12u1_all.deb ... Unpacking ucf (3.0043+nmu1+deb12u1) over (3.0043+nmu1) ... Preparing to unpack .../3-initramfs-tools_0.142+rpt3+deb12u1_all.deb ... Unpacking initramfs-tools (0.142+rpt3+deb12u1) over (0.142+rpt2+deb12u1) ... Preparing to unpack .../4-initramfs-tools-core_0.142+rpt3+deb12u1_all.deb ... Unpacking initramfs-tools-core (0.142+rpt3+deb12u1) over (0.142+rpt2+deb12u1) ... Preparing to unpack .../5-python3-setuptools_66.1.1-1+deb12u1_all.deb ... Unpacking python3-setuptools (66.1.1-1+deb12u1) over (66.1.1-1) ... Preparing to unpack .../6-python3-pkg-resources_66.1.1-1+deb12u1_all.deb ... Unpacking python3-pkg-resources (66.1.1-1+deb12u1) over (66.1.1-1) ... Preparing to unpack .../7-python3-setuptools-whl_66.1.1-1+deb12u1_all.deb ... Unpacking python3-setuptools-whl (66.1.1-1+deb12u1) over (66.1.1-1) ... Preparing to unpack .../8-python3-urllib3_1.26.12-1+deb12u1_all.deb ... Unpacking python3-urllib3 (1.26.12-1+deb12u1) over (1.26.12-1) ... Preparing to unpack .../9-rpi-eeprom_26.8-1_all.deb ... Unpacking rpi-eeprom (26.8-1) over (26.7-1) ... Errors were encountered while processing: /tmp/apt-dpkg-install-Vdwn3s/0-homebridge_1.4.2_armhf.deb E: Sub-process /usr/bin/dpkg returned an error code (1)Und wenn ich die zweiten beiden Zeilen eingebe, kam Folgendes raus:
Codepi@homebridge:/var/lib/homebridge $ wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb11u5_arm64.deb --2025-01-11 19:31:23-- http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb11u5_arm64.deb Resolving security.debian.org (security.debian.org)... 2a04:4e42::644, 2a04:4e42:400::644, 2a04:4e42:200::644, ... Connecting to security.debian.org (security.debian.org)|2a04:4e42::644|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2025-01-11 19:31:23 ERROR 404: Not Found. pi@homebridge:/var/lib/homebridge $ sudo dpkg -i libssl1.1_1.1.1n-0+deb11u5_arm64.deb dpkg: error: cannot access archive 'libssl1.1_1.1.1n-0+deb11u5_arm64.deb': No such file or directory -
Hallo zusammen,
ich habe das Apple TV Enhanced Plug-in installiert (v1.10.5). Mein Apple TV (iOS 18.2) kann aber leider nicht in der Homebridge gefunden werden. In meiner Fritz Box wird er aber genau so wie meine Homebrigde (Raspberry Pi 5, Raspbian GNU/Linux Bookworm (12)) angezeigt. Ich erhalte die unten eingefügte Fehlermeldung. Habt ihr eine Vermutung, was sie bedeutet bzw. wo das Problem liegen könnte?
Viele Grüße
Python
Alles anzeigen[11/01/2025, 13:05:33] [Apple TV Enhanced] [E] Platform: Error: Unable to execute request 3O: Traceback (most recent call last): File "/var/lib/homebridge/appletv-enhanced/.venv/bin/atvscript", line 5, in <module>from pyatv.scripts.atvscript import main File "/var/lib/homebridge/appletv-enhanced/.venv/lib/python3.11/site-packages/pyatv/__init__.py", line 26, in <module> from pyatv.protocols import PROTOCOLS File "/var/lib/homebridge/appletv-enhanced/.venv/lib/python3.11/site-packages/pyatv/protocols/__init__.py", line 10, in <module> from pyatv.protocols import airplay as airplay_proto File "/var/lib/homebridge/appletv-enhanced/.venv/lib/python3.11/site-packages/pyatv/protocols/airplay/__init__.py", line 28, in <module>from pyatv.protocols import mrp File "/var/lib/homebridge/appletv-enhanced/.venv/lib/python3.11/site-packages/pyatv/protocols/mrp/__init__.py", line 14, in <module> from pyatv.auth.hap_srp import SRPAuthHandler File "/var/lib/homebridge/appletv-enhanced/.venv/lib/python3.11/site-packages/pyatv/auth/hap_srp.py", line 10, in <module>from cryptography.exceptions import InvalidSignature File "/var/lib/homebridge/appletv-enhanced/.venv/lib/python3.11/site-packages/cryptography/exceptions.py", line 9, in <module>from cryptography.hazmat.bindings._rust import exceptions as rust_exceptions ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory [11/01/2025, 13:06:03] [Apple TV Enhanced] [W] Platform: The device discovery could not find any Apple TV devices until now. Are you sure that you have a compatible Apple TV and the Apple TV is in the same subnet? (see https://github.com/maxileith/homebridge-appletv-enhanced/tree/main?tab=readme-ov-file#requirements)