Error tx open

0 votes
177.133.187.151 - - [02/Mar/2017 05:10:56] "GET /KriptaChain/recent?random=0.4112699652628333 HTTP/1.1" 200 469
Traceback (most recent call last):
  File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run
    self.result = application(self.environ, self.start_response)
  File "/home/ubuntu/multichain-explorer/Mce/abe.py", line 321, in __call__
    handler(page)
  File "/home/ubuntu/multichain-explorer/Mce/abe.py", line 1194, in handle_tx
    return abe.show_tx(page, tx)
  File "/home/ubuntu/multichain-explorer/Mce/abe.py", line 1668, in show_tx
    row_to_html(txout, 'o', 'i', 'Not yet redeemed')
  File "/home/ubuntu/multichain-explorer/Mce/abe.py", line 1595, in row_to_html
    abe.show_tx_row_to_html_impl(chain, body, asset_txid_dict, binscript, script_type)
  File "/home/ubuntu/multichain-explorer/Mce/abe.py", line 1474, in show_tx_row_to_html_impl
    opreturn_type, val = util.parse_op_return_data(data, chain)
UnboundLocalError: local variable 'data' referenced before assignment
asked Mar 2, 2017 by rafaelwdornelas
Thanks for reporting this - we'll take a look.

1 Answer

0 votes
 
Best answer
Thanks for the bug report.  Should be fixed now.  Please use the latest version of the explorer.  Thanks.
answered Mar 3, 2017 by simon
selected Mar 3, 2017 by rafaelwdornelas
It's working perfectly tks
...