1) Exporting transactions doesn't actually export the file until you've done it a second time. "File" > "Export Transactions" > "Export" will make a file that will be 0 bytes in size. Now do the same thing again but select a different wallet to output, the first file will now be filled in properly and the new file will be 0 bytes in size. This cycle continues with every new file that is created being 0 bytes until another export has been done. This also shows up in the error log:
(ERROR) Traceback (most recent call last):
File "/usr/lib/armory/qtdialogs.py", line 9589, in accept
if self.createFile_CSV():
File "/usr/lib/armory/qtdialogs.py", line 9723, in createFile_CSV
combinedLedger = walletGroup.getHistoryPage(page)
File "/usr/lib/armory/CppBlockUtils.py", line 2046, in getHistoryPage
def getHistoryPage(self, *args): return _CppBlockUtils.WalletGroup_getHistoryPage(self, *args)
TypeError: WalletGroup_getHistoryPage() takes exactly 4 arguments (2 given)
Traceback (most recent call last):
File "/usr/lib/armory/qtdialogs.py", line 9589, in accept
if self.createFile_CSV():
File "/usr/lib/armory/qtdialogs.py", line 9723, in createFile_CSV
combinedLedger = walletGroup.getHistoryPage(page)
File "/usr/lib/armory/CppBlockUtils.py", line 2046, in getHistoryPage
def getHistoryPage(self, *args): return _CppBlockUtils.WalletGroup_getHistoryPage(self, *args)
2) Can't restore from fragmented backups. "Import or Restore Wallet" > "Fragmented Backup" > "Continue"
(ERROR) Traceback (most recent call last):
File "/usr/lib/armory/qtdialogs.py", line 12243, in clickedOkay
dlg = DlgRestoreFragged(self.parent, self.main, doTest)
File "/usr/lib/armory/qtdialogs.py", line 12921, in __init__
doItText = tr('Test Backup' if thisIsATest else tR('Restore from Fragments'))
NameError: global name 'tR' is not defined
Traceback (most recent call last):
File "/usr/lib/armory/qtdialogs.py", line 12243, in clickedOkay
dlg = DlgRestoreFragged(self.parent, self.main, doTest)
File "/usr/lib/armory/qtdialogs.py", line 12921, in __init__
doItText = tr('Test Backup' if thisIsATest else tR('Restore from Fragments'))
NameError: global name 'tR' is not defined