-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
If a connection to a streaming server fails, the [Shoutcast],status CO remains in wrong status, potentially displaying a misleading icon #8345
Comments
Commented by: daschuer This behaviour is by design. I think it is correct to show the IMHO with the proposed behaviour the failure icon is redundant, since the pop up is displayed at the same time anyway. |
Commented by: esbrandt The attempt to connect was not successful -> We notify the user about the failure (modal + icon), and about the possible reason (modal). User is notified that action has to be taken, and confirms modal box. We are back in the unconnected state. End of interaction. Why bother with an failure message afterwards, even if its an icon? This would be exclusive to other error notifications in the application. |
Commented by: rryan (in mixxx 2.0) |
Commented by: rryan BTW I agree with Jus in post 2 -- for reliability Mixxx should behave like a state machine from a user's mental model perspective. |
Commented by: rryan Nevermind -- the bug was filed after the PR was merged :) |
Commented by: daschuer We can consider this bug again after it is merged. |
Commented by: rryan Is this still an issue? PR #1300 has merged. |
Issue closed with status Fix Released. |
Reported by: esbrandt
Date: 2015-11-28T12:17:19Z
Status: Fix Released
Importance: Low
Launchpad Issue: lp1520768
Tags: broadcast
Latest 2.0.0-rc1
The following PR adds a status indicator for the live broadcasting feature:
https://github.com/mixxxdj/mixxx/pull/665/files
https://bugs.launchpad.net/mixxx/+bug/1101329/comments/2
If you try to connect to a streaming server and the connection failed, the
[Shoutcast],status
control remains at the
failure
status, while it should return to theunconnected
status when clicking away the obligatory modal window.This can be observed best with the Shade skin, where you always have the
failure
icon below the clock, after the first unsuccessful attempt to start live broadcasting.I`d expect the following:
[Shoutcast],status
changes tofailure
and the password/connection hint modal window appears.[Shoutcast],status
resets to defaultunconnected
The text was updated successfully, but these errors were encountered: