-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Metamask does not show popups after 6.2.2 #6299
Comments
Is there already a MetaMask Notification/Popup up already? |
I tried with and without pending notifications, I also tried restarting the browsers. |
@wmsouza I can't reproduce with 6.2.2 on Chrome. What dapp are you using? And you're certain there's no MetaMask popup already open and hidden behind another window? Any errors in the extension console? |
Several different dapps: cryptokitties, axie, opensea. I will try to see if I find anything wrong. |
Only thing wrong on the logs is 404 trying to get the conversion rate:
Looks like it is not sending any pairs to it I tried with different accounts too, same result |
Are you using multiple monitors? My guess is it "is" popping up, but on another screen, maybe even behind other windows. |
Hmm it is possible Chrome didn't update the extension properly, try resetting the extension in the extension list by toggling. |
opened this issue, possibly related #6306 |
I got the error, it goes to the console once if I restart the browser: Error handling response: TypeError: Error in invocation of windows.create(optional object createData, optional function callback): Error at parameter 'createData': Error at property 'top': Invalid type: expected integer, found number. I was trying to install the dev environment so I could debug it and submit a PR but couldn't make it run on windows yet, but I suspect is related to #6271 : I tested on: Somehow that is returning a number and not an integer. |
Ok, it happens when notificationTop is decimal and not integer, i will make a PR for that |
Since the 6.2.2 update today, MetaMask stopped showing popups, it shows the number of pending requests on the plugin icon, but no popups are shown.
I'm using Chrome and Brave on Windows 10.
Seems to be a regression of issue #4006
The text was updated successfully, but these errors were encountered: