Earnings.py problems

So I’m trying to run v0.15.3, I moved to a new IP at the same datacenter, when I run the script now I get this error:

root@localhost:~# python3 earnings.py /ext/store
Traceback (most recent call last):
  File "earnings.py", line 127, in <module>
    put_total = put_total + int(data[1])
IndexError: list index out of range

Help?

A post was merged into an existing topic: Issue running earnings.py after update to 15.2