AmpliPi
AmpliPi copied to clipboard
Whole House Audio System 🔊
In our in-house inventory manager, I raise all errors with a custom error object. Here's what that looks like: ``` except Exception as e: raise HTTPException( status_code=422, detail = {...
### What does this change intend to accomplish? Rewriting `DEVELOPING.md` for the modern state of AmpliPi; including more up to date information and organizing the info that was already there...
We have a customer that is reporting this error: ``` Sep 17 17:32:27 amplipi authbind[837]: subscription terminated Sep 17 17:32:27 amplipi authbind[837]: Connection reset by peer (os error 104) ```...
> We should include a clickable link to amplipi.local:9000 in the same vicinity as the LMS toggle _Originally posted by @LegendaryMichael in [#930](https://github.com/micro-nova/AmpliPi/issues/930#issuecomment-2364244515)_
I'm QA-ing and I caught this. I doubt there's any real errors or even issues this creates, but I found it so I'm documenting it https://github.com/user-attachments/assets/13ca02f7-7dfb-400b-b350-8ef4b8a273b7 Characters that are too...
### What does this change intend to accomplish? Before:  After:  ### Checklist * [x] Have you tested your changes and ensured they work? * [x] Have you checked...
In #980 and #979 I found that closing a stream doesn't always set that source.input to a valid option, figure out why state isn't being set properly in different cases...
 None of the outputs should not be in that picture as they are not active and `show inactive` is not toggled to true This is due to the state...
### What does this change intend to accomplish?  Change LMS toggle switch so that it doesn't download system config on LMS deactivation, include link to LMS server when LMS...
### Context An announcement has to use one of AmpliPi's 4 sources to playback on. If it is not specifid using the source_id field, the source is set to 3....