Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

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

@jevhen-ponomarenko

Description

@jevhen-ponomarenko

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
`

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