BitShares Forum

Main => General Discussion => Topic started by: ripplexiaoshan on July 20, 2014, 06:35:25 pm

Title: [Resolved] Serious problem driving me crazy
Post by: ripplexiaoshan on July 20, 2014, 06:35:25 pm
I happened to change the log out time to an extremely big number, then this window popped out, and couldn't be closed, so I can not do anything else

(http://i.imgur.com/nRrWsAJ.png)

Even after I restart the wallet, this problem continues. I have to backup my wallet and delete all the files and re-install the wallet, however, after importing the .json file, this window is still there. :'( :'( :'(
Title: Re: Serious problem driving me crazy
Post by: bytemaster on July 20, 2014, 06:47:40 pm
Known issue... filed a bug on it over a week ago, but dev team has not had time to resolve it.    I will try to get this fixed in the next release ASAP. 
Title: Re: Serious problem driving me crazy
Post by: ripplexiaoshan on July 20, 2014, 07:04:53 pm
Known issue... filed a bug on it over a week ago, but dev team has not had time to resolve it.    I will try to get this fixed in the next release ASAP.

Is there any temporary solution? or I have to wait for the release of next version? 
Title: Re: Serious problem driving me crazy
Post by: toast on July 20, 2014, 07:12:37 pm
Try looking for something like "timeout" in the exported wallet .json and manually editing it before importing
Title: Re: Serious problem driving me crazy
Post by: bytemaster on July 20, 2014, 07:20:00 pm
Try looking for something like "timeout" in the exported wallet .json and manually editing it before importing

Code: [Select]
,{
    "type": "setting_record_type",
    "data": {
      "index": 25,
      "name": "timeout",
     "value": "1776"
    }
  }
Title: Re: Serious problem driving me crazy
Post by: ripplexiaoshan on July 20, 2014, 09:05:13 pm
Thanks BM and toast, it really works. +5%
Title: Re: Serious problem driving me crazy
Post by: alps5353 on July 21, 2014, 06:49:08 am
how does the command "wallet_create_from_json"  work? it didn't work when I typed "wallet_create_from_json <c:/xxx.json>" on console page.
Title: Re: Serious problem driving me crazy
Post by: xeroc on July 21, 2014, 07:05:23 am
how does the command "wallet_create_from_json"  work? it didn't work when I typed "wallet_create_from_json <c:/xxx.json>" on console page.
Have an error message?
Title: Re: Serious problem driving me crazy
Post by: liondani on July 21, 2014, 07:59:10 am
how does the command "wallet_create_from_json"  work? it didn't work when I typed "wallet_create_from_json <c:/xxx.json>" on console page.
Have an error message?

I think you must type:

wallet_create_from_json xxx.json   (not the path, only filename)

but have the json file on one root directory (wallets or bitsharesx or bin?)


EDIT  tried it but "Command aborted"   :-[
Title: Re: Serious problem driving me crazy
Post by: 38PTSWarrior on July 30, 2014, 01:08:38 pm
Hi liondani, did you find a solution? I also get "command aborted".
Title: Re: Serious problem driving me crazy
Post by: 38PTSWarrior on July 30, 2014, 01:17:53 pm
No worries I found it in the wiki: http://wiki.bitshares.org/index.php/BitShares_X_Solutions#Importing_a_JSON_export_from_BitShares_X

(forgot to add account name etc..)