ethereum / mist

[DEPRECATED] Mist. Browse and use Ðapps on the Ethereum network.
http://ethereum.org
GNU General Public License v3.0
7.45k stars 2.12k forks source link

Tabs disappeared and cannot access accounts #1732

Open ghost opened 7 years ago

ghost commented 7 years ago

All of the left-hand side tabs have disappeared (except for Oasis Pro), including my accounts. Therefore, I am unable to access any of my accounts with Mist or interact with contracts. screen shot 2017-03-14 at 12 07 35 pm

console-mist-log.txt

System information

Version: `0.8.9`
OS & Version: windows/linux/osx
Node type: `eth/geth(default)`
evertonfraga commented 7 years ago

You can try to delete the file ~/Library/Application\ Support/Mist/mist.lokidb and restart Mist.

Make sure to back this file up, as it'll reset your current tabs.

Please let me know if that works. I'll make additional tests in the meantime.

On Tue, 14 Mar 2017 at 13:09 patjnolan notifications@github.com wrote:

All of the left-hand side tabs have disappeared (except for Oasis Pro), including my accounts. Therefore, I am unable to access any of my accounts with Mist or interact with contracts.

console-mist-log.txt https://github.com/ethereum/mist/files/841946/console-mist-log.txt System information

Version: 0.8.9 OS & Version: windows/linux/osx Node type: eth/geth(default)

Please check the already existing issues to keep duplicates at a minimum.

Furthermore several work-arounds have been collected in the Mist-Troubleshooting-Guide https://github.com/ethereum/wiki/wiki/Mist-Troubleshooting-Guide.

If possible add the following to your report:

-

Screenshots

Check the console, of Mist (CTRL/CMD + ALT + i) and take a screenshot

Log files

  • go to menu -> accounts -> backup -> application data
    • zip and upload node.log and all other node.log.X files

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ethereum/mist/issues/1732, or mute the thread https://github.com/notifications/unsubscribe-auth/AAC4BDYKkl7kIvxUj0ECD3l7KExCkL63ks5rlrurgaJpZM4Mcy40 .

ghost commented 7 years ago

@evertonfraga thank you!! that worked. you guys are the best!

luclu commented 7 years ago

Related: https://github.com/ethereum/mist/issues/1699

evertonfraga commented 7 years ago

For future reference:

When that happens, please open the developer tools (Developer > Developer Tools > Mist UI), then type on console: Tabs.find({}).fetch() and paste here the result.

bones7242 commented 7 years ago

@evertonfraga I had this same issue just now.

Version: 0.8.9 OS & Version: windows 7 Node type: geth 1.5.9 (go)

Tabs.find({}).fetch() returned an array with five objects:

[Object_id: "8LsxfuB3Qix8yznTY"appBar: nullicon: "https://cdn03.gitter.im/_s/a321a0b/images/favicon-normal.ico"menu: ObjectmenuVisible: falsename: "ethereum/welcome - Gitter"nameFull: "ethereum/welcome - Gitter"permissions: Objectposition: 4url: "https://gitter.im/ethereum/welcome"webviewId: 16__proto__: Object, Object_id: "Z8gcb9itqvdod4wYp"appBar: nullicon: ""menu: ObjectmenuVisible: falsename: "Create a cryptocurrency contract in Ethe…"nameFull: "Create a cryptocurrency contract in Ethereum"permissions: Objectposition: 3url: "https://ethereum.org/token#the-code"webviewId: 17__proto__: Object, Object_id: "browser"appBar: nullicon: "https://cdn03.gitter.im/_s/a321a0b/images/favicon-normal.ico"menuVisible: truename: "ethereum/welcome - Gitter"nameFull: "ethereum/welcome - Gitter"position: 0url: "http://ethereum.org/token#the-code"webviewId: 6__proto__: Object, Object_id: "wallet"appBar: "transparent"badge: "41.93 ETH"icon: "https://wallet.ethereum.org/wallet-icon.png"menu: Objectname: "Ethereum Wallet"nameFull: "Ethereum Wallet"permissions: Objectposition: 1url: "https://wallet.ethereum.org/"webviewId: 19__proto__: Object, Object_id: "tests"appBar: nullicon: ""menu: Objectname: "Tests"nameFull: "Tests"permissions: Objectposition: -1url: "file:///C:/Program%20Files/Mist/resources/app.asar/tests/mocha-in-browser/runner.html"webviewId: 20__proto__: Object]

screenshot 2017-04-02 18 44 53