Author Topic: assert when trying to register an account [resolved]  (Read 1361 times)

0 Members and 1 Guest are viewing this topic.

Offline monsterer

What account are you trying to register, does it have a "." in it?

It does - turns out I got the "." in the wrong place. I tried to register monsterer.pay, when I should have created pay.monsterer instead :)
My opinions do not represent those of metaexchange unless explicitly stated.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline bytemaster

What account are you trying to register, does it have a "." in it?
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline monsterer

I've created a new account but I'm getting an assert trying to register it:

Code: [Select]
getStackTrace@app.js:26:8827
 ○ request@app.js:30:24118
 ○ wallet_account_register@app.js:31:6814
 ○ ok@app.js:28:629
 ○ app.js:7:20403
 ○ app.js:7:27250
 ○ $eval@app.js:6:48397
 ○ $apply@app.js:6:48680
 ○ app.js:7:27237
 ○ dispatch@app.js:3:14328
 ○ handle@app.js:3:11078
10 assert_exception: Assert Exception
key->has_private_key():
    {}
    bitshares  wallet.cpp:1577 bts::wallet::wallet::get_private_key

    {"addr":"BTSXCMw97WpDc671qDApio3DvshQ7qtqMiJyt"}
    bitshares  wallet.cpp:1579 bts::wallet::wallet::get_private_key

    {}
    bitshares  transaction_ledger.cpp:1242 bts::wallet::detail::wallet_impl::sign_transaction

    {"account_to_register":"monsterer.pay","public_data":{"gui_data":{"website":""}},"pay_with_account_name":"monsterer.pay","delegate_pay_rate":255}
    bitshares  wallet.cpp:2913 bts::wallet::wallet::register_account

    {"account_name":"monsterer.pay","data":{"gui_data":{"website":""}}}
    bitshares  wallet_api.cpp:616 bts::client::detail::client_impl::wallet_account_register

    {}
    bitshares  common_api_client.cpp:1315 bts::rpc_stubs::common_api_client::wallet_account_register

Any idea what could be going on here?
« Last Edit: December 04, 2014, 08:59:19 pm by bytemaster »
My opinions do not represent those of metaexchange unless explicitly stated.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads