-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 Firefox Extension Not Loading #22355
Comments
@Astrit11 Can you expand the error messages in the screenshot you just showed? In particular, where the error says "An unexpected error occured". Can you click the arrow next to then and take a screenshot of the extra information that is then showed? |
@Astrit11 You may be able to extract your Secret Recovery Phrase and then reinstall by following these steps:
(A video of the above 7 steps is here: firefoxvaultexport.mp4Now you have your vault data. you can now go to https://metamask.github.io/vault-decryptor/ and enter that data and your password to decrypt the vault and get your SRP / seed phrase (you also have the option of forking and downloading that code and running it locally) Following these steps may be the fastest way to recover in your current situation. We of course will try to solve the bug that is causing this, but the above steps should be faster than waiting for us to fix the bug (As a reminder, as you work to recover your seed or fix the MetaMask install, never give your vault data or your password or your seed phrase to anyone. MetaMask employees will never ask you for it, and if anyone does ask you for it, they are trying to rob you.) |
@danjm I resolved the issue by exporting the data under the extensions folder inside firefox(based on extension uuid) by extracting binary file to readable format and decrypted the data with vault decryptor than I uninstalled and installed metamask extension again and now it seems to work(I could not do it inside my firefox->debug extension because somehow I have cleared everything trying to resolve the issue). As per the issue I cant say it now since it's fixed but I don't think there was any clear message inside the "An unexpected error occurred" if I remember correctly it was empty and it was pointing to the source of the extension because I was debugging it for myself why the issue was happening and was trying to resolve I thought it was something related to sentry since it was not initialized properly and it was causing the popup.html not to open,but if that happens to me again in the feature I will try to catch all the logs. Thank you! |
Thanks @Astrit11 , and I'm glad you were able to recover your vault and successfully re-install |
Hi all, facing the exactly same problem as the OP Firefox Version: 122.0.1 It has been working fine for months and since yesterday I cannot access the wallet anymore. |
Same issue, it just stopped working with all my funds locked in wallet. Re-installation did not help. |
I have the same issue. Is the only option to re-install? I have an active Event running in metamask with "Airstream"and my concern is that after re-installation this Airstream event is not working anymore. |
Try my solution that I've just posted at #9196 |
@Astrit11 could you please elaborate on extracting the binary file and converting it to readable format? Which file should be extracted, how did you convert it? I'm in the exact same boat, same errors, Firefox, Linux. Debugging storage seems to be empty. |
@normie take a look at @SKYBITDev3 reply. I had the same issue as you and their post worked for me. TLDR; a file is named wrong need to access the sqlite table to find what the file should really be named will work after that. |
Same situation as @normie here |
What is this about?
The MetaMask Firefox extension is not loading properly. Despite updating Firefox, the extension remains unresponsive and does not open,it was working fine for me until today and I'm not able to get it through I need to log ASAP.
I tried clearing the cache,updated firefox to latest version and everything but still the issue remains I cant remove and install again because I'm not sure about seed phrase.
MM version:11.6.2
Firefox:Version 121.0 (64-bit)
OS:ubuntu
Scenario
Design
[No specific design-related information at this time]
Technical Details
[No specific technical details at this time]
Threat Modeling Framework
[No specific threat modeling details at this time]
Acceptance Criteria
Stakeholder review needed before the work gets merged
I tried to open it directly but its still the same infinite loading screen :
References
No response
The text was updated successfully, but these errors were encountered: