mcguirepr89 / BirdNET-Pi

A realtime acoustic bird classification system for the Raspberry Pi 4B, 3B+, and 0W2 built on the TFLite version of BirdNET.
Other
1.23k stars 135 forks source link

Apache2 Debian Default Page #1198

Open R3tr0BoiDX opened 2 months ago

R3tr0BoiDX commented 2 months ago

Describe the bug After installation, only the Apache2 Debian Default Page shows up

To Reproduce Steps to reproduce the behavior: Follow the Pi Zero 2 install guide

Expected behavior The BirdNET-Pi default page should load...ig?

Screenshots image

Additional context I've followed the installations process exactly as described. I flashed brand new RPi OS Lite x64 to the SD card, booted it, entered the command to increase the swap file size and to disable the Wi-Fi power safe (as given in the Pi Zero 2 setup), rebooted and then progressed with the normal install, using the bash scrip:

curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/main/newinstaller.sh | bash

The terminal prompt is adjusted when I log in via SSH, it just seems like the webpage is not booting up.

My build Raspberry Pi Zero 2 with RPi OS Lite x64 on a 32 GB SD card

fowlerjk commented 1 month ago

Same issue, and I followed the instructions here when the original installation did not work.

Juliedu45 commented 1 month ago

idem ici comment faire pour résoudre le soucis ?

cube4you commented 1 month ago

Same here on RPI 4

alexbelgium commented 1 month ago

Hi, you could use this fork which is the new active one : https://github.com/Nachtzuster/BirdNET-Pi

Or the homeassistant addon I've made with this fork which is a docker container, therefore avoiding the whole installation question

fowlerjk commented 1 month ago

Hi, use this fork which is the new active one : https://github.com/Nachtzuster/BirdNET-Pi

As noted in my post above, I tried this fork already.

christopherlock commented 1 month ago

The likely cause of this is that Apache is hogging port 80 and preventing the Caddy web server from starting. You need to stop apache and restart Caddy. See my comment here: https://github.com/mcguirepr89/BirdNET-Pi/issues/1194#issuecomment-2132417474