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

Player page state error #952

Open
SteveMicroNova opened this issue Sep 27, 2024 · 1 comment
Open

Player page state error #952

SteveMicroNova opened this issue Sep 27, 2024 · 1 comment
Labels
bug Something isn't working webapp Web application development
Milestone

Comments

@SteveMicroNova
Copy link
Contributor

image
If you are on the player page of a stream, and another user closes the stream, you get the pictured react error. This is not due to simply not having a selected or selectable stream, if you refresh it runs the autoselection function and either selects a new stream or notes that there are none available, I think this is a type of race condition

This is important, as React errors lock up the app and require it to be fully closed and restarted (something which I've noted not all mobile users know how to do)

@SteveMicroNova
Copy link
Contributor Author

Potentially related, but there seems to be two separate versions of the player page for when you don't have something selected: One that you can reach by refreshing the page when there are no streams and there has been at least one connected, and one that you can reach by manually accessing the player page after a fresh reboot

Reboot:
image

Standard:
Screenshot 2024-09-27 131007

@SteveMicroNova SteveMicroNova added this to the 0.5.0 milestone Sep 30, 2024
@SteveMicroNova SteveMicroNova added bug Something isn't working webapp Web application development labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working webapp Web application development
Projects
None yet
Development

No branches or pull requests

1 participant