You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: