Skip to content
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

[Bug]: Almost unusable after most recent updates #18378

Closed
RnbWd opened this issue Mar 30, 2023 · 11 comments
Closed

[Bug]: Almost unusable after most recent updates #18378

RnbWd opened this issue Mar 30, 2023 · 11 comments
Labels

Comments

@RnbWd
Copy link

RnbWd commented Mar 30, 2023

Describe the bug

The app is constantly freezing. I need to reset my browser after about 10 transactions. I need to open and close the extension multiple times between transactions because the loading screen will not disappear. It loses sync with hardware wallets and the only way to regain connection is to reset metamask. Also the app has become about 20x slower than it used to be when loading transactions. Almost 50% of the time I open the app and there's an error message with a javascript function method that doesn't exist crashing the app. Each time I update the extension there are more bugs than the previous version.

Steps to reproduce

  1. Use metamask for anything, preferably with a hardware wallet.

Error messages or log output

No response

Version

10.27.0

Build type

None

Browser

Chrome

Operating system

MacOS

Hardware wallet

No response

Additional context

No response

@RnbWd RnbWd added the type-bug label Mar 30, 2023
@NinjaTurtle007
Copy link

Same here, i can barely send anything because it keeps the loading screen indefinitely after like 10 refreshes i'm sometimes able to get to the confirm transaction screen.

@danjm
Copy link
Contributor

danjm commented Mar 30, 2023

@RnbWd @NinjaTurtle007 Can you share any error messages that you are seeing? Also, what browsers are you using?

@seaona
Copy link
Contributor

seaona commented Mar 31, 2023

Might be the same as #17467

@NinjaTurtle007
Copy link

@danjm There are no error messages just hanging on the loading circle screen indefinitely

@seaona
Copy link
Contributor

seaona commented Mar 31, 2023

@NinjaTurtle007 whenever MetaMask stays loading, could you right click it, go to Inspect, and open the console?
In case you see any errors could you paste them here? Let us know if this makes sense. Thank you in advance

@RazvanPacala
Copy link

RazvanPacala commented Apr 3, 2023

The following error appears in the console when this behavior is occurring:

Error in event handler: Error: StreamProvider - Unknown response id for response: [object Object]
  at a._onResponse (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/ui-3.js:1:489340)
  at a._write (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/ui-3.js:1:489565)
  at _ (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-3.js:1:34397)
  at chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-3.js:1:37581
  at y.write (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-3.js:1:37608)
  at t.m (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-3.js:1:26357)
  at d (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-0.js:99:215887)
  at o.emit (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-0.js:99:218882)
  at w (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-3.js:1:21157)
  at v (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-3.js:1:20972)
  at _.push (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-3.js:1:21786)
  at a.exports._write (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-2.js:8:959973)
  at _ (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-3.js:1:34397)
  at chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-3.js:1:37581
  at y.write (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-3.js:1:37608)
  at t.exports.m (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-3.js:1:26357)
  at d (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-0.js:99:215887)
  at o.emit (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-0.js:99:218882)
  at w (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-3.js:1:21157)
  at v (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-3.js:1:20972)
  at _.push (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-3.js:1:21786)
  at t.exports._onMessage (chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-1.js:12:255693)
  at chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/common-1.js:12:255540

Screenshot: https://www.screencast.com/t/r1k08mNarro

The behavior is indefinite loading either at the start or after confirming a transaction (the app should close but remains in loading state).
This has been tested on Mozilla Firefox/Microsoft Edge/Google Chrome/Safari (latest version to date).

Note*: This only happens with the latest version of Metamask. 10.27.0 . Reverting to an older version fixes the issue

@danielhursan
Copy link

danielhursan commented Apr 3, 2023

I have this issue as well, on both 10.25 and 10.27.
On 10.23.2 (December 23rd, 2022) it used to work correctly, so some bug recently introduced.
@seaona , any ETA from the team on fixing this issue? We might have to postpone release to production because of it :(

@seaona
Copy link
Contributor

seaona commented Apr 3, 2023

Thank you all for your reports @RazvanPacala @NinjaTurtle007 @danielhursan @RnbWd and apologies for the inconvenience. Indeed, that is the same issue as this one, which is already fixed, but not deployed yet to production.

The fix should be included in the next release 10.28.0, @danjm could you confirm an ETA?

@gregors
Copy link

gregors commented Apr 4, 2023

same as #18234 as well! I bet this issue has been reported more than a few times in separate issues.

@danjm
Copy link
Contributor

danjm commented Apr 9, 2023

v10.28.2 has now been released to 100% of chrome users. Please comment here if you still experience issues like described above on v10.28.2

@danjm
Copy link
Contributor

danjm commented Apr 28, 2023

Was fixed in v10.282

@danjm danjm closed this as completed Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants