Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official
by
helloge
on 05/03/2014, 01:36:22 UTC
Hi, when issuance an asset  I find a error:  

 raise exceptions.RPCError('{}'.format(response_json['error']))lib.exceptions.RPCError: {'message': 'Server error', 'code': -32000, 'data': {'message': "'address'", 'args': ['address'], 'type': 'KeyError'}}

what happened to my address???my command is "counterpartyd issuance --source=1Ej2******b --asset=****--quantity=10000000 --divisible --description=""

need help. thanks

Someone else just showed me a similar error. Which branch are you using? Are you on the develop branch?

Looks like the error involves the communication with bitcoind

I don't think so, it looks normal about communication with bitcoind ,and the "balance" function is OK, but the other functions like "send"  "issuance" always shows the error as above, I really don't know about the problem of my btc "address" ,in which address  there are a bit  btc and xcp both.
need help.