huaying / instagram-crawler

Get Instagram posts/profile/hashtag data without using Instagram API
MIT License
1.17k stars 288 forks source link

Issue with the code #112

Closed SharonGao1992 closed 3 years ago

SharonGao1992 commented 3 years ago

Does anyone meet the same problem as me? When I try to crawl data using the author's commands, it shows this error: line 104, in get_user_profile post_num, follower_num, following_num = statistics ValueError: not enough values to unpack (expected 3, got 0)

SuhyunL commented 3 years ago

Does anyone meet the same problem as me? When I try to crawl data using the author's commands, it shows this error: line 104, in get_user_profile post_num, follower_num, following_num = statistics ValueError: not enough values to unpack (expected 3, got 0)

Did you solve it? I'm facing the same problem.