-
-
Notifications
You must be signed in to change notification settings - Fork 455
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
Failed to fetch 7TV, BetterTTV and FrankerFaceZ emotes (Error: TimeoutError) #5753
Comments
Can you test using the latest nightly build from https://github.com/Chatterino/chatterino2/releases/tag/nightly-build to see if that fixes your issue? |
On the latest nightly (commit [3c2a422]), the issue seems to present differently - I see no errors on chat, but emotes are instead blank: |
Could you try clearing the cache? |
Just tried it, unfortunately it did not change anything. |
If you press F10 it will open a debug window with some information about network requests & images. Can you copy the output from that here? |
|
It looks to me like you have some network requests that have been fired and are never succeeding. Your live updates connection seems to be failing too - are you using some sort of firewall that might block non-browser traffic? Or maybe some exotic kind of networking (e.g. starlink)? |
I only have Windows Firewall enabled. I have added a rule for Chatterino to allow all traffic just in case. I have a Pi-hole adblocker running, I tried pausing protection for a moment. I also have a third party antivirus (ESET NOD32 Antivirus), tried adding Chatterino to exclusions and pausing protection. None of it helped, and none of it was needed before reinstalling Windows. My network is probably standard, using an LTE internet connection. |
We might have too many requests in flight at once (we don't limit them). I notice this in local debug builds too. When opening the emote popup without a cache will take about a minute until all requests complete (for me). We might want to add some limiter on that - maybe per origin or even globally. |
Checklist
Describe your issue
After reinstalling Windows and Chatterino, any of the custom emotes don't load because of the TimeoutError. When using browser extensions such as BetterTTV, all emotes incl. 7TV and FFZ ones do work.
Screenshots
OS and Chatterino Version
Chatterino 2.5.1 (commit eafcb94) on Windows 11 Version 24H2
The text was updated successfully, but these errors were encountered: