Replies: 5 comments 1 reply
-
I had a brief look at the
https://github.com/mcguirepr89/BirdNET-Pi/blob/main/homepage/views.php#L106-L110 I'm not sure how you get in this state, but sending response headers after outputting HTML is not valid. I think if you can visit another page to get the HTTP Authentication prompt ("birdnet" / no password), and authenticate before visiting the tools page, then you might be able to get around this. |
Beta Was this translation helpful? Give feedback.
-
@avit You're right! Thankfully those headers that return 401 Unauthorized aren't actually needed as we "exit" a few lines below. So yeah, they should probably either be removed or reworked. Buttt those are just warnings anyway. Given that your install was a bit botched to begin with and you don't have any data at this point, I would advise just to do a complete reinstall. Let me know if that doesn't work for you and I (or Patrick) will be happy to take another look. 🐤 |
Beta Was this translation helpful? Give feedback.
-
Ok am trying again. www.piwheels.org seems to be down atm, so that's holding things up. |
Beta Was this translation helpful? Give feedback.
-
Ok was able to uninstall and reinstall as directed above. Still getting the same behavior Seems to work -> Spectrogram, Species Stats PHP errors -> Tools, Live Audio, Recordings, Daily Charts |
Beta Was this translation helpful? Give feedback.
-
Hello All-
had some issues using the all-in-one install script. am now able to get the webserver working but most pages return php errors, including
"tools"
"recordings"
Species stats page does load.
/var/log/syslog shows activity and not a lot of errors:
I did run
./scripts/update_birdnet.sh
as well.Happy to troubleshoot but not sure where to start.
Beta Was this translation helpful? Give feedback.
All reactions