trustery
trustery copied to clipboard
Unable to run trustery add
I am unable to add an attribute. Please see the error message. What am I missing?
I have published the contract at Remix (0xd73ca910af172bb194a4f7139cac7c336ebdb7af)
Attribute type: NewAttribute
Attribute identifier: NewIdentifier
Attribute data []:
Traceback (most recent call last):
File "/Users/siddharth/anaconda/bin/trustery", line 11, in
Did you edit https://github.com/musalbas/trustery/blob/master/pytrustery/trustery/ethapi.py#L12?
Yes, I did edit it. Please check my file attached. Also, attached the Contract ABI. You may find contract details here - https://ropsten.etherscan.io/address/0xd73ca910af172bb194a4f7139cac7c336ebdb7af#code. https://ropsten.etherscan.io/address/0xd73ca910af172bb194a4f7139cac7c336ebdb7af#code Can I connect with you sometime through TeamViewer? Your help would be really beneficial, I've been trying to set up the project for more than a week now :)
Thanks, Siddharth
On Wed, Mar 21, 2018 at 10:47 PM, Mustafa Al-Bassam < [email protected]> wrote:
Did you edit https://github.com/musalbas/trustery/blob/master/ pytrustery/trustery/ethapi.py#L12?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/musalbas/trustery/issues/5#issuecomment-374910891, or mute the thread https://github.com/notifications/unsubscribe-auth/AEwhuXiL3-Sx2upkDgrT5pFMzbF9nrFVks5tgj3HgaJpZM4SzDh5 .
Not sure then. I would suggest printing the response object received from eth_rpc_client and seeing what the non-JSON response is, this seems to be an issue specific to eth_rpc_client rather than Trustery.
This may be because ethereum-rpc-client - the library Trustery uses to communicate with the local Ethereum node - is deprecated (https://github.com/pipermerriam/ethereum-rpc-client).