2016-09-27 23:25 (ERROR) -- Traceback (most recent call last):
File "./ArmoryQt.py", line 6637, in method_signal
method()
File "./ArmoryQt.py", line 6689, in completeBlockchainProcessingInitialization
self.setupBDV()
File "./ArmoryQt.py", line 6655, in setupBDV
self.walletMap[wltId].registerWallet()
File "/home/user/BitcoinArmory/armoryengine/PyBtcWallet.py", line 284, in registerWallet
self.cppWallet = TheBDM.registerWallet(prefixedKeys, self.uniqueIDB58, isNew)
File "/home/user/BitcoinArmory/armoryengine/BDM.py", line 116, in inner
return func(*newArgs, **kwargs)
File "/home/user/BitcoinArmory/armoryengine/BDM.py", line 246, in registerWallet
return self.bdv().registerWallet(uniqueIDB58, prefixedKeys, isNew)
File "/home/user/BitcoinArmory/CppBlockUtils.py", line 1417, in registerWallet
def registerWallet(self, *args): return _CppBlockUtils.BlockDataViewer_registerWallet(self, *args)
RuntimeError: data is too large for fcgi packet
apparently the one wallet is so large it created a serialized packet over the per packet 64kB limit. Will fix it at some point.