etotheipi / BitcoinArmory

Python-Based Bitcoin Software
Other
826 stars 618 forks source link

Armoryd Index Error: wallet unusable anymore #297

Closed bhugo closed 9 years ago

bhugo commented 9 years ago

I use armoryd on a regular basis, and today, out of the blue I've got a recurent error on one of my wallets (and only this one). When I use the RPC command "getledgersimple" python returns an IndexError.

Here is the full traceback: File "~/BitcoinArmory/armoryengine/Decorators.py", line 79, in inner rv=func(_args, *_kwargs) File "~/BitcoinArmory/armoryd.py", line 1353, in jsonrpc_getledger self.serverLBMap.values()) File "~/BitcoinArmory/armoryengine/MultiSigUtils.py", line 125, in scrAddr_to_displayStr if scrAddr[0] in (SCRADDR_P2PKH_BYTE, SCRADDR_P2SH_BYTE): IndexError: string out of range

I'm looking into it and I still run my 2 other wallets as usual, I'll update the topic if the situation evolves.

AndyOfiesh commented 9 years ago

This is a known issue that will be addressed 0.93.2 which is due out soon.

bhugo commented 9 years ago

Thank you for the answer.