You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2023. It is now read-only.
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')
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
`