Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sonos setup fails with unhandled exceptions on discovery messages #90648

Merged
merged 22 commits into from
May 30, 2023
Merged

Sonos setup fails with unhandled exceptions on discovery messages #90648

merged 22 commits into from
May 30, 2023

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    2fb13d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Fix event loop blocking call, speakers not going unavailable

    1. Speaker activity messages were being sent for speakers whose pings fail, resulting in the speaker remaining available in HASS.  Now the activity message is only sent after a successful ping.
    2.  Remove RequestException from except handler as its a derived class of OSError()
    3. If the second host in a list of two hosts was unavailable, then a blocking call would occur in the event loop.  Now, fully process the lists of hosts in the first loop; and only process hosts there are not in error in the second loop.
    PeteRager committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    629ca92 View commit details
    Browse the repository at this point in the history
  2. Update test_init.py

    PeteRager committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    edb6066 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    2e82be8 View commit details
    Browse the repository at this point in the history
  2. Merge issues

    PeteRager committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    dccb60e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c849fc View commit details
    Browse the repository at this point in the history
  4. Fix doc string

    PeteRager committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    633f1d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    70ab97e View commit details
    Browse the repository at this point in the history
  2. Update doc strings

    PeteRager committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    f4dac61 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    0052aa3 View commit details
    Browse the repository at this point in the history
  2. Updates

    PeteRager committed May 1, 2023
    Configuration menu
    Copy the full SHA
    60a3fcc View commit details
    Browse the repository at this point in the history
  3. Add delay

    PeteRager committed May 1, 2023
    Configuration menu
    Copy the full SHA
    744c162 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ad6445 View commit details
    Browse the repository at this point in the history
  5. Update conftest.py

    PeteRager committed May 1, 2023
    Configuration menu
    Copy the full SHA
    427607b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30bd851 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    b9910fc View commit details
    Browse the repository at this point in the history
  2. Update test_init.py

    PeteRager committed May 21, 2023
    Configuration menu
    Copy the full SHA
    f08158e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17ca8da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26d0a0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28d46b0 View commit details
    Browse the repository at this point in the history
  6. Updates

    Don't use event wait for
    Simplify waiting on multiple events
    PeteRager committed May 21, 2023
    Configuration menu
    Copy the full SHA
    621c388 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    2e19cf1 View commit details
    Browse the repository at this point in the history