Skip to content

IndexError: list index out of range (in like_history) #29

Open
@joshinils

Description

@joshinils

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions