Open DasGandlaf opened 1 year ago
That is due to uBlock treating stats upload url as AD connection and block it. Please check https://easylist.to/ .
Thank you, yeah thats true. Do you know if there is a way to disable this stats colletction in the code? I would see that if the request fails three times or so, I would stop making the request.
No, there is no way to disable stats collection. We will treat it as an improvement point of web sdk. Thanks.
No, there is no way to disable stats collection. We will treat it as an improvement point of web sdk. Thanks.
Is there any way to work around this issue or so? I really would not like to go into production with a site that throws thousands of exceptions... I tried to change the source code to not make these requests, but I cannot find where the actual human-readable code is. All I find is the bundled js file of AgoraRTC N-production.js. How can I change it?
Hello team, i have the same error with the Agora rtc react.
I tried all Agora code examples. The error persists. I need help please :pray: .
Hello team, i have the same error with the Agora rtc react.
I tried all Agora code examples. The error persists. I need help please 🙏 .
Okay, we will try to mitigate this problem.
Hello team, i have the same error with the Agora rtc react. I tried all Agora code examples. The error persists. I need help please 🙏 .
Okay, we will try to mitigate this problem.
Thanks, we recently ran into the same issues. Would appreciate if it can be turned off or stopped after multiple failed attempts
AgoraRTC SDK version
4.3.0
Fail Rate
100%
Link to minimal reproduction
https://github.com/AgoraIO-Community/VideoUIKit-Web-React
Steps to reproduce
What is expected?
No errors being thrown.
What is actually happening?
~4 Errors being thrown every second (amounts to thousands in a just a few minutes)
System Info
No response
Any additional comments?
No response