-
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
will not start in firefox after update. Removing key file. #4968
Comments
thanks @galturok this is definitely helpful for someone out there. @alacrity26 @rdymac could we get this in the Support Center? |
I'm experiencing the same issue and have been unable to get metamask to launch. Has anyone come up with a way to fix the issue? |
same, I just get the blank screen when metamask tries to open. Is there a way to completely remove metamask data from a firefox profile? metamask works fine if I create a new profile |
okay, here's what I did to get MetaMask to work again. Note this will reset the MetaMask state, so make sure you have the seed phrase (which you should already have backed up). Open console & run the following:
If you get an As stated on Ask Ubuntu:
If you move/delete that file & restart firefox, a new |
That’s all I’ve been getting as well what’s the solution you guys think
…On Fri, Nov 16, 2018 at 15:17 perissology ***@***.***> wrote:
same, I just get the blank screen when metamask tries to open
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4968 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AjD0C_ohe3VLxhg2jpa7recY5hS2RcbXks5uvx1ygaJpZM4VywZ->
.
|
I've been opening the actual extension page which you'll find under a Once I unlock there everything works normally (though it's an annoying way to route around the problem) |
Thanks for all of these helpful instructions! I'll close this for now as any blank screen issues are already being tracked under #4894, but any help reproducing this would be greatly appreciated! We haven't been able to reproduce this issue yet. |
after a few weeks of not using metamask I was unable to get the program to launch the popup.html.
The window would just stay blank then disappear on any click out.
Debugging showed a undefined H error
I did not have my words to remake the den in another computer, but i still had the password so I needed a way to recover my vault data. Lots on online info on where to find the vault in chrome, but almost nothing out there for firefox.
I was able to recover the wallet by doing the following.
I copied the profile Firefox and inserted in in a different computer
step 1 copy the following files to a flash drive:
.... AppData\Roaming\Mozilla\Firefox\Profiles\The_profile_that_you_used
.... AppData\Local\Mozilla\Firefox\Profiles\The_profile_that_you_used
.... AppData\Roaming\Mozilla\Firefox\profiles.ini
step 2 copy and paste the "The_profile_that_you_used" into the following:
Step 3 open the profiles.ini file from your flashdrive and in the new computer with notepad.
you will see in the flashdrive file:
[Profile0]
Name=The_Name
IsRelative=1
Path=Profiles/The_Profile_that_you_used
Copy this and paste it into the profiles.ini file in the new computer. Change The [Profile0] to [Profile1].
Save the file.
You should now be able to launch firefox on the new computer and run metamask, you will not need to install metamask on the new computer, if it works, it will already have it. It will ask for you password and unlock.
You may need to launch the profile manager for firefox using the run: firefox.exe -p
Dont know it this helps anyone but it worked for me.
The text was updated successfully, but these errors were encountered: