Skip to content

IndexError: list index out of range #6

@ishandutta2007

Description

@ishandutta2007

$ python example_extensive.py

Error:

Traceback (most recent call last):
  File "example_extensive.py", line 3, in <module>
    tag_cloud(link=22656, lim_num_tags=1000, image_dims=(3840, 2160),
  File "/Users/ishandutta2007/Documents/Projects/stackoverflow_tag_cloud/stackoverflow_users_taginfo.py", line 252, in tag_cloud
    info = taginfo(link=link, lim_num_tags=lim_num_tags)    
  File "/Users/ishandutta2007/Documents/Projects/stackoverflow_tag_cloud/stackoverflow_users_taginfo.py", line 164, in taginfo
    info1 = info_mainpage(start_link + '1')
  File "/Users/ishandutta2007/Documents/Projects/stackoverflow_tag_cloud/stackoverflow_users_taginfo.py", line 66, in info_mainpage
    str0 = find_between(str(soup.find_all("span", class_="count")))
  File "/Users/ishandutta2007/Documents/Projects/stackoverflow_tag_cloud/stackoverflow_users_taginfo.py", line 12, in find_between
    return in_str.split(start)[1].split(end)[0]
IndexError: list index out of range

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