arbtt-graph icon indicating copy to clipboard operation
arbtt-graph copied to clipboard

Error running `update`

Open jbriales opened this issue 4 years ago • 1 comments

Hi! I just started using arbtt and your visualization solution (neat work!). I think I followed your instructions properly but here is what I do for now and what I get:

$ cd Apps && git clone https://github.com/rejuvyesh/arbtt-graph.git
$ cd arbtt-graph
$ ./update
Processing data [===========================] 100%
Processing data [===========================] 100%
Traceback (most recent call last):
  File "readArbttStats.py", line 146, in <module>
    main()
  File "readArbttStats.py", line 143, in main
    dailyUsage(dailyCsv, minuteCsv, categoryName)
  File "readArbttStats.py", line 78, in dailyUsage
    tag = row[1].split(':')[1]
IndexError: list index out of range

Thanks!

jbriales avatar Apr 13 '20 13:04 jbriales

I found a fix and explained the issue here.

jbriales avatar Apr 13 '20 13:04 jbriales