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
This problem happened about 2 months ago. Work fine on other browser like Firefox, Chrome
1, go to any youtube live stream
2, open Live chat panel by click Show chat button
It load super slow and do not show any chat message, check network tab will see immediately 3 same request to https://www.youtube.com/live_chat?continuation=... with Pending status, after 20 seconds it changed to Error and Live chat panel work now. Copy curl one of 3 above call with postman will immediately get result instead of delay 20 seconds.
Can fix by block Youtube servier worker
1, adblock filter ||www.youtube.com/sw.js
2, open youtube, press F12 (right click > inspect), go to Application tab
3, click Service workers to see list, click Unregister
Done.
Not sure it is Youtube or Edge problem but other browser working fine.
The text was updated successfully, but these errors were encountered:
Thanks for reaching out, and sorry that you're experiencing this issue.
However, this repository is specific to DevTools, not to the way that Edge connects to and downloads from YouTube or other sites.
In order to send this feedback to the right teams, could you please send it again by using the browser's feedback mechanism? Here's how:
Click Settings and more (the ... button in the top-right corner of the browser).
This problem happened about 2 months ago. Work fine on other browser like Firefox, Chrome
1, go to any youtube live stream
2, open Live chat panel by click
Show chat
buttonIt load super slow and do not show any chat message, check network tab will see immediately 3 same request to
https://www.youtube.com/live_chat?continuation=...
with Pending status, after 20 seconds it changed to Error and Live chat panel work now. Copy curl one of 3 above call with postman will immediately get result instead of delay 20 seconds.Can fix by block Youtube servier worker
Not sure it is Youtube or Edge problem but other browser working fine.
The text was updated successfully, but these errors were encountered: