BitShares Forum

Main => Technical Support => Topic started by: oco101 on March 19, 2015, 04:16:28 pm

Title: Bug 0.7.0 Unknow asset bug
Post by: oco101 on March 19, 2015, 04:16:28 pm
I lost a small amount of BTS on this one.What happened :   I send 1250 Bts to bitsharegame address but it only receive 1000 BTS and my 250$ are gone. I have this error in my client :

getStackTrace@app.js:80254:28
 ○ request@app.js:89963:33
 ○ transfer@app.js:91456:30
 ○ yesSend@app.js:84433:48
 ○ ok@app.js:82255:15
 ○ $parseFunctionCall@app.js:17784:36
 ○ callback@app.js:24930:21
 ○ $eval@app.js:19337:32
 ○ $apply@app.js:19361:32
 ○ app.js:24935:31
 ○ dispatch@app.js:3208:103
 ○ handle@app.js:2980:115
35008 unknown_asset_symbol: unknown asset symbol

    {"symbol":""}
    bitshares  chain_interface.cpp:245 bts::blockchain::chain_interface::to_ugly_asset

    {"amount":"1250","symbol":""}
    bitshares  chain_interface.cpp:247 bts::blockchain::chain_interface::to_ugly_asset

    {}
    bitshares  common_api_client.cpp:3966 bts::rpc_stubs::common_api_client::wallet_transfer

[hide details]
Title: Re: Bug 0.7.0 Unknow asset bug
Post by: xeroc on March 19, 2015, 05:30:51 pm
you can check your details in the console (advances) using
history
and
balance

.. do you see your funds there?
Title: Re: Bug 0.7.0 Unknow asset bug
Post by: oco101 on March 19, 2015, 07:09:07 pm
you can check your details in the console (advances) using
history
and
balance

.. do you see your funds there?

Thanks for your help. The funds are not there. It looks like the problem is on btsgame.org part. It looks like they well receive the transaction so my wallet did in fact send 1250 BTS(transaction id=2070105) to btsgame account so it is normal that the missing funds ae not in my wallet But still this does not explain the error showing in my client.
Title: Re: Bug 0.7.0 Unknow asset bug
Post by: vikram on March 30, 2015, 07:41:34 pm
you can check your details in the console (advances) using
history
and
balance

.. do you see your funds there?

Thanks for your help. The funds are not there. It looks like the problem is on btsgame.org part. It looks like they well receive the transaction so my wallet did in fact send 1250 BTS(transaction id=2070105) to btsgame account so it is normal that the missing funds ae not in my wallet But still this does not explain the error showing in my client.

I think the JS error should have been fixed in 0.8: https://github.com/BitShares/web_wallet/issues/662