Instagram-API icon indicating copy to clipboard operation
Instagram-API copied to clipboard

pycurl.error when trying to get a list of followers from my followers for later analysis

Open jevhen-ponomarenko opened this issue 7 years ago • 0 comments

I am running into pycurl.error while trying to iterate through a list of my followrs' followers. What surprises me the most, is that it doesn't happen immdiatelly. I can't really find a pattern in it. ////////////////////////////////////////////////////////////////////////// #`Traceback (most recent call last): File "C:/Users/Yevgen Ponomarenko/Downloads/Instagram-API-master/Instagram-API-master/examples/getFollowers.py", line 38, in for newFriends in i.getUserFollowers(str(users_list[0][1])).dict['followers']: File "C:\Users\Yevgen Ponomarenko\Downloads\Instagram-API-master\Instagram-API-master\InstagramAPI\src\Instagram.py", line 1285, in getUserFollowers + "&ig_sig_key_version=" + Constants.SIG_KEY_VERSION + "&rank_token=" + self.rank_token)[1]) File "C:\Users\Yevgen Ponomarenko\Downloads\Instagram-API-master\Instagram-API-master\InstagramAPI\src\http\HttpInterface.py", line 69, in request ch.perform() pycurl.error: (56, 'SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054')

Process finished with exit code 1 `

jevhen-ponomarenko avatar Jun 17 '17 12:06 jevhen-ponomarenko