<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>MultiChain Developer Q&amp;A - Recent questions tagged errorcode</title>
<link>https://www.multichain.com/qa/tag/errorcode</link>
<description>Powered by Question2Answer</description>
<item>
<title>Explorer cannot load transaction</title>
<link>https://www.multichain.com/qa/25669/explorer-cannot-load-transaction</link>
<description>&lt;p&gt;Dear Team,&lt;/p&gt;&lt;p&gt;I'm working with MC 2.0.2&amp;nbsp; and last version&amp;nbsp;of explorer.&amp;nbsp;&amp;nbsp;After installing and running with --no-serve I have the following error:&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;block_tx 281 296&lt;br&gt;block_tx 282 297&lt;br&gt;Exception at 83395&lt;br&gt;Failed to catch up {'blkfile_offset': 0, 'blkfile_number': 100000, 'chain_id': 1, 'loader': u'default', 'conf': None, 'dirname': u'/home/fabio/.multichain/testnet04', 'id': 3}&lt;br&gt;Traceback (most recent call last):&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 2903, in catch_up&lt;br&gt;&amp;nbsp; &amp;nbsp; store.catch_up_dir(dircfg)&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 3215, in catch_up_dir&lt;br&gt;&amp;nbsp; &amp;nbsp; store.import_blkdat(dircfg, ds, blkfile['name'])&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 3347, in import_blkdat&lt;br&gt;&amp;nbsp; &amp;nbsp; store.import_block(b, chain = chain)&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 1201, in import_block&lt;br&gt;&amp;nbsp; &amp;nbsp; tx['tx_id'] = store.import_tx(tx, pos == 0, chain)&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 2128, in import_tx&lt;br&gt;&amp;nbsp; &amp;nbsp; store.spent_txout_assets(txin['prevout_hash'], txin['prevout_n'], chain, tx['hash'], pos)&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 2159, in spent_txout_assets&lt;br&gt;&amp;nbsp; &amp;nbsp; address = util.hash_to_address_multichain(vers, pubkey_hash, checksum)&lt;br&gt;&amp;nbsp; File &quot;Mce/util.py&quot;, line 171, in hash_to_address_multichain&lt;br&gt;&amp;nbsp; &amp;nbsp; vh += hash[pos:pos + 5]&lt;br&gt;TypeError: cannot concatenate 'str' and 'list' objects&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;This problem is not new. You already suggested a way out here:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://www.multichain.com/qa/16963/explorer-attributeerror-nonetype-object-attribute-startswith?show=16963#q16963&quot; rel=&quot;nofollow&quot;&gt;https://www.multichain.com/qa/16963/explorer-attributeerror-nonetype-object-attribute-startswith?show=16963#q16963&lt;/a&gt;&lt;/p&gt;&lt;p&gt;but in my case it doesn't solve.&lt;/p&gt;&lt;p&gt;Can you help me?&lt;/p&gt;&lt;p&gt;Thanks for your support.&lt;/p&gt;&lt;p&gt;&amp;nbsp; Fabio&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/25669/explorer-cannot-load-transaction</guid>
<pubDate>Thu, 17 Dec 2020 00:54:09 +0000</pubDate>
</item>
<item>
<title>Cannot launch explorer - Import SHA 256 error,please help!!!</title>
<link>https://www.multichain.com/qa/23484/cannot-launch-explorer-import-sha-256-error-please-help</link>
<description>Hello community,needed some help.Whenever I have done creating all the required files etc and configured in the mc directory whenever I tried to launch the explorer by using python command the following error pops up,Could someone please help me with this,thanks!!&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
ImportError: No module named Crypto.Hash.SHA256</description>
<guid isPermaLink="true">https://www.multichain.com/qa/23484/cannot-launch-explorer-import-sha-256-error-please-help</guid>
<pubDate>Tue, 06 Oct 2020 11:26:03 +0000</pubDate>
</item>
<item>
<title>Explorer-Error &quot;AttributeError: 'NoneType' object has no attribute 'startswith'&quot;</title>
<link>https://www.multichain.com/qa/16963/explorer-attributeerror-nonetype-object-attribute-startswith</link>
<description>Can u help me to solve this error?&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
block 469 already in chain 1&lt;br /&gt;
commit&lt;br /&gt;
block 470 already in chain 1&lt;br /&gt;
commit&lt;br /&gt;
block 471 already in chain 1&lt;br /&gt;
commit&lt;br /&gt;
block 472 already in chain 1&lt;br /&gt;
commit&lt;br /&gt;
block 473 already in chain 1&lt;br /&gt;
commit&lt;br /&gt;
Exception at 174123&lt;br /&gt;
Failed to catch up {'blkfile_offset': 173281, 'blkfile_number': 100000, 'chain_id': 1, 'loader': u'default', 'conf': None, 'dirname': u'/home/Admin/.multichain/chain1', 'id': 16}&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;Mce/DataStore.py&amp;quot;, line 2903, in catch_up&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;store.catch_up_dir(dircfg)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;Mce/DataStore.py&amp;quot;, line 3215, in catch_up_dir&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;store.import_blkdat(dircfg, ds, blkfile['name'])&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;Mce/DataStore.py&amp;quot;, line 3347, in import_blkdat&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;store.import_block(b, chain = chain)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;Mce/DataStore.py&amp;quot;, line 1199, in import_block&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;tx['tx_id'] = store.import_and_commit_tx(tx, pos == 0, chain)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;Mce/DataStore.py&amp;quot;, line 2221, in import_and_commit_tx&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;tx_id = store.import_tx(tx, is_coinbase, chain)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;Mce/DataStore.py&amp;quot;, line 1961, in import_tx&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pubkey_id = store.script_to_pubkey_id(chain, txout['scriptPubKey'])&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;Mce/DataStore.py&amp;quot;, line 2819, in script_to_pubkey_id&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;script_type, data = chain.parse_txout_script(script)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;Mce/Chain/__init__.py&amp;quot;, line 247, in parse_txout_script&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return chain.parse_decoded_txout_script(decoded)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;File &amp;quot;Mce/Chain/__init__.py&amp;quot;, line 270, in parse_decoded_txout_script&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if len(decoded) &amp;gt;= 6 and decoded[2][1].startswith(&amp;quot;spkk&amp;quot;):&lt;br /&gt;
AttributeError: 'NoneType' object has no attribute 'startswith'&lt;br /&gt;
Abe initialized.&lt;br /&gt;
Listening on http://0.0.0.0:2750&lt;br /&gt;
Launched background thread to catch up tx every 60.0 seconds</description>
<guid isPermaLink="true">https://www.multichain.com/qa/16963/explorer-attributeerror-nonetype-object-attribute-startswith</guid>
<pubDate>Fri, 06 Dec 2019 09:05:32 +0000</pubDate>
</item>
<item>
<title>Transaction history not updated in Explorer since a few days.</title>
<link>https://www.multichain.com/qa/16840/transaction-history-not-updated-in-explorer-since-few-days</link>
<description>&lt;p&gt;&lt;strong&gt;-&amp;gt;See Title.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;sudo python -m Mce.abe --config chain1.conf --commit-bytes 100000 --no-serve&lt;/strong&gt;&lt;br&gt;Failed to catch up {'blkfile_offset': 0, 'blkfile_number': 1, 'chain_id': 1, 'loader': u'default', 'conf': None, 'dirname': u'/home/PwCAdmin/.multichain/chain1', 'id': 10}&lt;br&gt;Traceback (most recent call last):&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 2899, in catch_up&lt;br&gt;&amp;nbsp; &amp;nbsp; if not store.catch_up_rpc(dircfg):&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 3132, in catch_up_rpc&lt;br&gt;&amp;nbsp; &amp;nbsp; store.import_block(block, chain = chain)&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 1201, in import_block&lt;br&gt;&amp;nbsp; &amp;nbsp; tx['tx_id'] = store.import_tx(tx, pos == 0, chain)&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 1961, in import_tx&lt;br&gt;&amp;nbsp; &amp;nbsp; pubkey_id = store.script_to_pubkey_id(chain, txout['scriptPubKey'])&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 2819, in script_to_pubkey_id&lt;br&gt;&amp;nbsp; &amp;nbsp; script_type, data = chain.parse_txout_script(script)&lt;br&gt;&amp;nbsp; File &quot;Mce/Chain/__init__.py&quot;, line 247, in parse_txout_script&lt;br&gt;&amp;nbsp; &amp;nbsp; return chain.parse_decoded_txout_script(decoded)&lt;br&gt;&amp;nbsp; File &quot;Mce/Chain/__init__.py&quot;, line 270, in parse_decoded_txout_script&lt;br&gt;&amp;nbsp; &amp;nbsp; if len(decoded) &amp;gt;= 6 and decoded[2][1].startswith(&quot;spkk&quot;):&lt;br&gt;AttributeError: 'NoneType' object has no attribute 'startswith'&lt;/p&gt;&lt;p&gt;-------------------------------------------------&lt;/p&gt;&lt;p&gt;&lt;strong&gt;sudo python -m Mce.abe --config chain1.conf&lt;/strong&gt;&lt;br&gt;Failed to catch up {'blkfile_offset': 0, 'blkfile_number': 1, 'chain_id': 1, 'loader': u'default', 'conf': None, 'dirname': u'/home/PwCAdmin/.multichain/chain1', 'id': 11}&lt;br&gt;Traceback (most recent call last):&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 2899, in catch_up&lt;br&gt;&amp;nbsp; &amp;nbsp; if not store.catch_up_rpc(dircfg):&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 3132, in catch_up_rpc&lt;br&gt;&amp;nbsp; &amp;nbsp; store.import_block(block, chain = chain)&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 1199, in import_block&lt;br&gt;&amp;nbsp; &amp;nbsp; tx['tx_id'] = store.import_and_commit_tx(tx, pos == 0, chain)&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 2221, in import_and_commit_tx&lt;br&gt;&amp;nbsp; &amp;nbsp; tx_id = store.import_tx(tx, is_coinbase, chain)&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 1961, in import_tx&lt;br&gt;&amp;nbsp; &amp;nbsp; pubkey_id = store.script_to_pubkey_id(chain, txout['scriptPubKey'])&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 2819, in script_to_pubkey_id&lt;br&gt;&amp;nbsp; &amp;nbsp; script_type, data = chain.parse_txout_script(script)&lt;br&gt;&amp;nbsp; File &quot;Mce/Chain/__init__.py&quot;, line 247, in parse_txout_script&lt;br&gt;&amp;nbsp; &amp;nbsp; return chain.parse_decoded_txout_script(decoded)&lt;br&gt;&amp;nbsp; File &quot;Mce/Chain/__init__.py&quot;, line 270, in parse_decoded_txout_script&lt;br&gt;&amp;nbsp; &amp;nbsp; if len(decoded) &amp;gt;= 6 and decoded[2][1].startswith(&quot;spkk&quot;):&lt;br&gt;AttributeError: 'NoneType' object has no attribute 'startswith'&lt;br&gt;Abe initialized.&lt;br&gt;Listening on http://0.0.0.0:2750&lt;br&gt;Launched background thread to catch up tx every 60.0 seconds&lt;/p&gt;&lt;p&gt;-------------------------------------------------&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://drive.google.com/file/d/1KYwlwL9Fr0kT5yisseRnfYdykEc1Sa_m/view?usp=sharing&quot; rel=&quot;nofollow&quot;&gt;https://drive.google.com/file/d/1KYwlwL9Fr0kT5yisseRnfYdykEc1Sa_m/view?usp=sharing&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://drive.google.com/file/d/1G89gJLm5lr7x-3qp19y-gcxjw8GpT1pJ/view?usp=sharing&quot; rel=&quot;nofollow&quot;&gt;https://drive.google.com/file/d/1G89gJLm5lr7x-3qp19y-gcxjw8GpT1pJ/view?usp=sharing&lt;/a&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/16840/transaction-history-not-updated-in-explorer-since-few-days</guid>
<pubDate>Wed, 27 Nov 2019 09:33:07 +0000</pubDate>
</item>
<item>
<title>grant #address connect error code: -5 error message: Invalid address</title>
<link>https://www.multichain.com/qa/6396/grant-%23address-connect-error-error-message-invalid-address</link>
<description>&lt;p&gt;I am setting up two CentOS VMWare servers to use for my private multichain blockchain. However, after successfullly initializing the blockchain on Server2, I see the wallet address provided on the command prompt. For example:&lt;br&gt;&lt;strong&gt;&lt;em&gt;# multichaind chain1@192.168.29.135:7419&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;MultiChain 1.0 Daemon (protocol 10008)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Retrieving blockchain parameters from the seed node 192.168.29.135:7419 ...&lt;br&gt;Blockchain successfully initialized.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Please ask blockchain admin or user having activate permission to let you connect and/or transact:&lt;br&gt;multichain-cli chain1 grant 18yV9rLuwHkN5UpZRnzpceoWxpVikBoMoADyvK connect&lt;br&gt;multichain-cli chain1 grant 18yV9rLuwHkN5UpZRnzpceoWxpVikBoMoADyvK connect,send,receive&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;But when I take the provided address, and try to grant it a connect parameter on Server1, I get this error:&lt;br&gt;&lt;strong&gt;&lt;em&gt;[root@server1 chain1]# multichain-cli chain1 grant 18yV9rLuwHkN5UpZRnzpceoWxpVikBoMoADyvK connect&lt;br&gt;{&quot;method&quot;:&quot;grant&quot;,&quot;params&quot;:[&quot;18yV9rLuwHkN5UpZRnzpceoWxpVikBoMoADyvK&quot;,&quot;connect&quot;],&quot;id&quot;:1,&quot;chain_name&quot;:&quot;chain1&quot;}&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;error code: -5&lt;br&gt;error message:&lt;br&gt;Invalid address: 18yV9rLuwHkN5UpZRnzpceoWxpVikBoMoADyv&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;I have tried getting and using new addresses from Server2, but they still provide the same error. I already opened up the port/protocol (e.g., 7419) in my firewall, so I don't know if this is some firewall/security issue -- or something within Multichain I am unaware of. Do I need to reset my chain?&lt;/p&gt;&lt;p&gt;Any help would be great. Thanks.&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/6396/grant-%23address-connect-error-error-message-invalid-address</guid>
<pubDate>Mon, 28 Aug 2017 17:59:19 +0000</pubDate>
</item>
<item>
<title>error and &quot;already exists&quot; handling</title>
<link>https://www.multichain.com/qa/5025/error-and-already-exists-handling</link>
<description>I'm currently working on a nodejs application that uses the multichain-node package.&lt;br /&gt;
&lt;br /&gt;
So far I've always created unique assets through a form by just changing the name like item1, item2, item3, ect, until the chain is so dirty I just replace it.&lt;br /&gt;
&lt;br /&gt;
When it goes live however I obviously need some proper error handling.&lt;br /&gt;
&lt;br /&gt;
I was thinking about catching the &amp;quot;already exists&amp;quot; error when a user clicks submit and show a message on the form. Is there a better way to check whether something like an asset already exists? I'm probably going to have lots of assets, so searching through them with listassets is not really a good option I believe.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/5025/error-and-already-exists-handling</guid>
<pubDate>Wed, 10 May 2017 08:45:55 +0000</pubDate>
</item>
<item>
<title>Multichain Explorer: No information available about transaction (code -710)</title>
<link>https://www.multichain.com/qa/4544/multichain-explorer-information-available-about-transaction</link>
<description>&lt;p&gt;Thanks for reading. As per title this is related to running the Multichain Explorer.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;I use VirtualBox on windows 7 followed setup instructions and it works fine.&lt;/li&gt;&lt;li&gt;Problem is when I repeat the same steps and setups on Ubuntu (Trusty64) using the VMs, it fails to run the below command normally. The Chains I created runs fine.&lt;/li&gt;&lt;li&gt;all prerequisites have been installed&lt;/li&gt;&lt;li&gt;checked rpcport value and it matches&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;I run this:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&lt;span style=&quot;background-color:rgb(64, 224, 208)&quot;&gt;$python -m Mce.abe --config testchain1.conf --commit-bytes 100000 --no-serve&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;I get this:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;Failed to catch up {'blkfile_offset': 0, 'blkfile_number': 1, 'chain_id': 1, 'loader': u'default', 'conf': None, 'dirname': u'/home/atom/.multichain/testchain1', 'id': 4}&lt;br&gt;Traceback (most recent call last):&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 2892, in catch_up&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if not store.catch_up_rpc(dircfg):&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 3117, in catch_up_rpc&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tx = get_tx(rpc_tx_hash)&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 2974, in get_tx&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rpc_tx_hex = rpc(&quot;getrawtransaction&quot;, rpc_tx_hash)&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 2949, in rpc&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ret = util.jsonrpc(chain_name, url, func, *params)&lt;br&gt;&amp;nbsp; File &quot;Mce/util.py&quot;, line 246, in jsonrpc&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise JsonrpcException(resp['error'], method, params)&lt;br&gt;JsonrpcException: getrawtransaction: No information available about transaction (code -710)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The Multichain page itself shows:&lt;/p&gt;&lt;pre&gt;&lt;strong&gt;A server error occurred.  Please contact the administrator.

&lt;/strong&gt;
Please kindly advise as to the cause and resolution. Thank you so much for your time!!

Please find my relevant files here:
&lt;a href=&quot;https://drive.google.com/file/d/0Bwa5464d-RbcZm9qMkVYWjhMa0U/view?usp=sharing&quot; rel=&quot;nofollow&quot;&gt;https://drive.google.com/file/d/0Bwa5464d-RbcZm9qMkVYWjhMa0U/view?usp=sharing&lt;/a&gt;
&lt;/pre&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/4544/multichain-explorer-information-available-about-transaction</guid>
<pubDate>Mon, 27 Mar 2017 19:27:19 +0000</pubDate>
</item>
<item>
<title>Error Code -5 Invalid Permission</title>
<link>https://www.multichain.com/qa/3602/error-code-5-invalid-permission</link>
<description>&lt;p&gt;When running on a single server and tried using&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:#FFFF00&quot;&gt;multichain-cli chain -datadir=.multichain -rpcuser=admin -rpcpassword=admin grant 1Nhn4A9kN7cPrpSCcsA3gibFqpbMQxLxgwW9rm connect,send,receive&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;I get an error message&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;{&quot;method&quot;:&quot;grant&quot;,&quot;params&quot;:[&quot;1Nhn4A9kN7cPrpSCcsA3gibFqpbMQxLxgwW9rm&quot;,&quot;connect,send,recieve&quot;],&quot;id&quot;:1,&quot;chain_name&quot;:&quot;chain&quot;}&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;error code: -5&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;error message:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;Invalid permission&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif&quot;&gt;Have not seen anything on this error code....what does it mean?&lt;/span&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/3602/error-code-5-invalid-permission</guid>
<pubDate>Thu, 12 Jan 2017 02:21:39 +0000</pubDate>
</item>
<item>
<title>Error Code - Glossary</title>
<link>https://www.multichain.com/qa/2758/error-code-glossary</link>
<description>Can we have access to error code glossary with description for each?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/2758/error-code-glossary</guid>
<pubDate>Fri, 23 Sep 2016 08:30:26 +0000</pubDate>
</item>
</channel>
</rss>