AmpliPi icon indicating copy to clipboard operation
AmpliPi copied to clipboard

Whole House Audio System 🔊

Results 345 AmpliPi issues
Sort by recently updated
recently updated
newest added

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 = {...

enhancement
webapp
support

### 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)_

webapp
user-experience

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...

webapp
user-experience
needs user input

### What does this change intend to accomplish? Before: ![image](https://github.com/user-attachments/assets/87d37b17-5bf4-4a79-af47-3410f8b88ba3) After: ![image](https://github.com/user-attachments/assets/05a60274-e173-40c4-8118-19cf1d2ba324) ### 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...

bug
webapp

![image](https://github.com/user-attachments/assets/a85c1c20-7e8f-4ce2-b67d-a3d2ac0106d6) 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...

bug
webapp
user-experience

### What does this change intend to accomplish? ![image](https://github.com/user-attachments/assets/0c843591-5a14-4b28-8349-7fd5d9170192) 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....