since when i use pythoni get this same error with the package _tkinter: #21,
i tried using python3, but alas:
nils@niels:~/YouTube-Report$ python3 report.py
Could not parse comments.
Traceback (most recent call last):
File "report.py", line 33, in <module>
like, all_likes = HTML().like_history()
File "/home/nils/YouTube-Report/parse.py", line 107, in like_history
link = r"https://www.youtube.com/watch?v=" + match_list[-1][11:]
IndexError: list index out of range
i have made sure to downlaod the report in english, that was a previous "mistake"
since when i use
pythoni get this same error with the package _tkinter: #21,i tried using
python3, but alas:nils@niels:~/YouTube-Report$ python3 report.py Could not parse comments. Traceback (most recent call last): File "report.py", line 33, in <module> like, all_likes = HTML().like_history() File "/home/nils/YouTube-Report/parse.py", line 107, in like_history link = r"https://www.youtube.com/watch?v=" + match_list[-1][11:] IndexError: list index out of rangei have made sure to downlaod the report in english, that was a previous "mistake"