tomer8007 / whatsapp-web-incognito

A Chrome extension that disables read receipts and presence updates on WhatsApp Web
MIT License
312 stars 74 forks source link

Group Messages Crash Page with Minified React Error #129

Closed BarAppTeam closed 10 months ago

BarAppTeam commented 11 months ago

Issue Title: Group Messages Crash Page with Minified React Error #130

Description: When clicking on a group to read the messages, the page crashes, and the console shows a Minified React error #130. The error message mentions that the full message can be found at React Error Decoder.

Steps to Reproduce:

  1. Navigate to the chat list or any group.
  2. Click on a group to open the conversation and read the messages.

Expected Behavior: The group chat should open successfully, and the messages should be visible without any errors or crashes.

Actual Behavior: Upon clicking on a group to read the messages, the page crashes, and the Minified React error #130 is thrown in the console.

Additional Information:

Environment:

Additional Information and Screenshots: image

tomer8007 commented 11 months ago

Yes, I also saw this happening sometimes, but unfortunately it's hard for me to reproduce this deterministically. I suspect that this is related to ba1d17fa943b04090ff0bc4ca0319c676d7083ae, so you could check if it's happening before this commit or not,

tomer8007 commented 11 months ago

BTW The Caller at Object.promise error is raised from a function named isLegitErrorStack that's checking if the call stack is from a legit WhatsApp client or not.

tomer8007 commented 11 months ago

@BarAppTeam Thank you for the detailed report. I released version 1.0.7 and if you still have this error I will be glad to hear more on how to reproduce it.

BarAppTeam commented 11 months ago

Hey @tomer8007 Thank you for the help, but the problem still exists. The error does not happen every time, but it is fixed after I refresh my page. Here are the steps to reproduce this error:

  1. Open WhatsApp Web on my PC.
  2. Click on a group to read the messages from them (it doesn't matter which type of chat it is).

Error: image

tomer8007 commented 11 months ago

@BarAppTeam OK, I think I managed to change something in version 2.0.9 (36a0f5bdf68063cd7b3ef05a9ab7465787a7b448). Please let me know

tomer8007 commented 10 months ago

@BarAppTeam Closing because of in-activity.