FungibilityMatters/MoneroMixer

IndexError: list index out of range

Opened this issue · 0 comments

Hello,
First I want to thank you for putting together such a great tool.

Every time I try to refresh my wallet, it ends pretty quickly and I get the following error:
Traceback (most recent call last): File "../../scripts/python3/MoneroMixer.py", line 150, in <module> torpydo_handler = TorPydoHandler(args) File "../../scripts/python3/MoneroMixer.py", line 43, in __init__ self.monero_wallet = wallet.MoneroWallet(self.inputDict) File "/home/user/Desktop/MoneroMixer/scripts/python3/wallet.py", line 12, in __init__ self.total_balance = float(balanceList[0].replace(",", "")) IndexError: list index out of range
This error also shows at the top of my Main Menu when I first launch MoneroMixer. Any help in troubleshooting this issue would be appreciated!