BitShares Forum

Main => General Discussion => Topic started by: kinglaw0577 on September 01, 2014, 01:37:26 pm

Title: help,Windows 0.4.10 GUI can‘t cancel order
Post by: kinglaw0577 on September 01, 2014, 01:37:26 pm
Windows 0.4.10 GUI can‘t cancel order ,show error as
RPC Server Error: In method 'wallet_market_cancel_order': unknown market order (20011)
Title: Re: help,Windows 0.4.10 GUI can‘t cancel order
Post by: 麥可貓 on September 01, 2014, 02:08:30 pm
Windows 0.4.10 GUI can‘t cancel order ,show error as
RPC Server Error: In method 'wallet_market_cancel_order': unknown market order (20011)

you can use command at console tab to do this:
wallet_market_cancel_order <order_id> 
so you need to input the order_id you want to cancel
Title: Re: help,Windows 0.4.10 GUI can‘t cancel order
Post by: vegolino on September 01, 2014, 04:19:44 pm
Hi,
Where do you find order id?
Thanks  :)
Title: Re: help,Windows 0.4.10 GUI can‘t cancel order
Post by: bytemaster on September 01, 2014, 04:22:36 pm
Did you import an old wallet from JSON?
Title: Re: help,Windows 0.4.10 GUI can‘t cancel order
Post by: 麥可貓 on September 01, 2014, 05:48:51 pm
Hi,
Where do you find order id?
Thanks  :)

In your transactuon history click the rightest "date"
Then on the top you can see the transaction id
Title: Re: help,Windows 0.4.10 GUI can‘t cancel order
Post by: bitmeat on September 01, 2014, 05:55:05 pm
Having the same problem:

Code: [Select]
>> list_orders USD BTSX

TYPE        QUANTITY            PRICE                         BALANCE             COST                COLLATERAL          ID                                 
================================================================================================================================
ask_order   X,XXX.XXXXX BTSX    0.XXXXXXXXXXXXXXXXXXX USD / BTSXX,XXX.XXXXX BTSX    XXX.XXXXX USD        N/A                 BTSX9cEV********************

Code: [Select]
>> cancel_order BTSX9cEV*************** (hidden for privacy)

37002 unknown_market_order: unknown market order
...

bytemaster, sent you detailed exception call stack in pm, in case you need to analyze.
Title: Re: help,Windows 0.4.10 GUI can‘t cancel order
Post by: kinglaw0577 on September 03, 2014, 05:22:47 am
Yay,Now  I  can cancel order successful in 0.4.11。thks!
Title: Re: help,Windows 0.4.10 GUI can‘t cancel order
Post by: vikram on September 03, 2014, 03:16:40 pm
Yay,Now  I  can cancel order successful in 0.4.11。thks!

Hi, did you use the same command and it worked in 0.4.11? Or did you use the new experimental "wallet_market_cancel_order2" command?
Title: Re: help,Windows 0.4.10 GUI can‘t cancel order
Post by: kinglaw0577 on September 03, 2014, 03:26:52 pm
 I did it in 0.4.11 GUI.I don't know which command  GUI used.
Title: Re: help,Windows 0.4.10 GUI can‘t cancel order
Post by: vikram on September 10, 2014, 03:32:27 am
Are you able to successfully cancel in 0.4.13 (https://github.com/dacsunlimited/bitsharesx/releases/tag/v0.4.13) using the console commands "wallet_market_order_list" and "wallet_market_cancel_order" ?