Bug Report: Armory 0.96.0.3-testing-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
BUG #1Offline Transactions > Sign/Broadcast transaction > Load file ...The file loading function in Offline Transactions seem to be broken. In order to load the file you have to open the .tx files with the notepad and copy/paste the text. *** PROBABLY SOLVED: (.TX) DATA WITH 0.96.0.2 CREATED ***
armorylog.txt2017-06-19 16:15:25 (ERROR) -- qtdialogs.pyc:5836 - Error showing TxOut
Traceback (most recent call last):
File "qtdialogs.pyc", line 5834, in showTxOutDialog
File "qtdialogs.pyc", line 6074, in __init__
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 51: ordinal not in range(128)
2017-06-19 16:16:55 (ERROR) -- Traceback (most recent call last):
File "ui\TxFrames.pyc", line 2091, in loadTx
UnicodeEncodeError: 'ascii' codec can't encode character u'\xd6' in position 16: ordinal not in range(128)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
BUG #2Select Offline Wallet > Send > Open address book > Select addressThis button is also still broken (like double-click). Addresses can only be chosen via the address book by right-click copy address and paste it into the address field in the sending dialoge.
armorylog.txt2017-06-19 16:36:41 (ERROR) -- Traceback (most recent call last):
File "qtdialogs.pyc", line 8086, in acceptAddrSelection
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 4: ordinal not in range(128)
2017-06-19 16:36:42 (ERROR) -- Traceback (most recent call last):
File "qtdialogs.pyc", line 7995, in dblClickAddressRx
File "qtdialogs.pyc", line 8086, in acceptAddrSelection
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 4: ordinal not in range(128)
2017-06-19 16:36:47 (ERROR) -- Traceback (most recent call last):
File "qtdialogs.pyc", line 8086, in acceptAddrSelection
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 4: ordinal not in range(128)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
BUG #3Right-click tx in global ledger (main window) > Select "bump fee"This function (menu button) also seems to be broken. When you click on it, nothing happens (like Bug #1).
*** PROBABLY SOLVED: INSUFFICIENT FUNDING (MAX. INPUT SPENDING) ***
armorylog.txt2017-06-19 19:24:43 (ERROR) -- Traceback (most recent call last):
File "ArmoryQt.py", line 3379, in showContextMenuLedger
File "ArmoryQt.py", line 5920, in bumpFee
File "ui\TxFrames.pyc", line 1296, in prefillFromBatch
File "ui\TxFrames.pyc", line 1335, in prefill
File "ui\TxFrames.pyc", line 335, in addOneRecipient
File "ui\TxFrames.pyc", line 500, in resolveCoinSelection
RuntimeError: Invalid spend value
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Kind regards :-)