Open apmunch opened 4 years ago
This is due to #1. Hopefully fixed with #3, if you could please test
Does not seem to be working for me.
`$ git pull Already up to date. ~/tools/reddit-analyzer$ python3 reddit-analyzer.py USERNAME --- fetching data for user: USERNAME ---
[+] location based reddit(s): set()
Comment Activity
###############################################################################
████████████████ 37 asknetsec
███████████ 25 security
██████████ 23 sysadmin
█████ 13 eero
███ 8 crossfit
███ 7 netsec
█ 3 cybersecurity
█ 3 iama
2 asktechnology
2 k12sysadmin
2 nest
2 citrix
2 malware
2 documentaries
1 hacking
1 protonmail
1 sccm
1 csharp
1 mildlyinteresting
1 music
1 aww
1 earthporn
Traceback (most recent call last):
File "reddit-analyzer.py", line 190, in
@apmunch The line numbers from the stacktrace do not match the changes from #3. Make sure you are using the file from https://github.com/coryshaw1/reddit-analyzer
Unclear why git pull didn't work, but a complete lift and replace fixed it. Thank you for the help.
Any idea what dependency will resolve the following error?
Traceback (most recent call last): File "reddit-analyzer.py", line 190, in <module> timeGraph(timelist) File "reddit-analyzer.py", line 142, in timeGraph d.append(tuple([g, tgdata[e][1]])) IndexError: list index out of range