-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Issue: Endless Tab Looping with Slow Connections or Slow Loading #18
Comments
It waits for key modules to load. I have an update that removes a few of them. I've been having similar issues 😊 |
See if v5.32.10 mitigates the issue. If it continues to reload, go to the settings page and check the console ( |
|
Leaving myself notes |
Version 5.32.10 shows significant improvement on the tab looping. While I can still replicate the issue under extreme conditions (testing using the alternative method of launching multiple streams quickly [20+]) , it tends to resolve and exit the loop much quicker than in 5.32.9 though I'm sure this would vary by connection/processing speed of each user. If you're still interested, I'll see if I can gather some logs tomorrow to continue this ticket. |
When I get time I want to implement a few of the aforementioned features. I think it would be helpful to see what didn't load and have a button popup asking if the user wants to retry loading the module(s). |
I occur this issue even when the stream is playing... |
Hi @Mishasama, this may occur if the tab does not respond to the backend's |
Describe the bug
When Twitch streams are initiated under slow connections, key modules fail to load. Twitch Tools, after waiting about 30 seconds (varies), tries to resolve this by opening another tab for the unresponsive stream. This can lead to a loop where new tabs are continually opened if they don't load promptly, especially since original unresponsive tabs aren't closed. It's unclear if Twitch Tools is waiting for all Twitch modules to load or just its own before this retry mechanism triggers.
To Reproduce
Expected behavior
Be able to launch multiple streams quickly and have them load Twitch Tools normally even if the browser is taking a longer than normal/average amount of time to finish loading each stream either due to slow internet connection or slow loading times due to the amount of streams being launched quickly.
Screenshots
If having issues reproducing the problem, I can see if I can get a recording of it happening on request.
Extension Information
store
chrome
Windows
Additional comments
Possible suggested fixes:
The text was updated successfully, but these errors were encountered: