-
Notifications
You must be signed in to change notification settings - Fork 105
Crawler for "followers" stops after opening follower list #25
Comments
I had a similar issue. |
What exactly has to be done to solve this issue? I am not able to fix it. Will there be an update, otherwise this app has to be flagged as not working. |
I fixed it little but its not perfect |
And could you tell us WHAT you changed? |
I changed it to parse the html (maybe '_driver.page_source' in code) everytime after scroll down. |
The problem is inside scrape_followers_or_following. I added some debug text and it does find the list of followers:
==> generates: ('found list', u'peko11jun123\njun\nFollow\n_tural_255\nSherif\nFollow\njlidoctor\nJoseph Li\nFollow\ncamalmemmedov690\ncamal memmedov\nFollow\nsevgi.unvani\nSeVgi.Unvani \U0001f1e6\U0001f1ffAZE\nFollow\ntada0724\n\u30bf\u30c3\u30c9\nFollow\ntfvwbsevha\nBjSz2ID35HK2Y\nFollow\niwaishida\n\u5d0e\u5ca9\nFollow\nspchie137\nMorita.Chieko\nFollow\nismayil.62.840\nIsmayil Hesenov\nFollow') However, the list is of length 1. It's being interpreted ad a single item. I've never used this framework so not familiar with how it's supposed to interpret lists.
==> ('list len', 1) |
Are there any solutions for it right now? Doesn't find a solution for this... |
It's really the problem, that "num_of_shown_follow" is 1, even if there is a whole full follower list. What is the problem there? |
When I print out the exception in this snippet
I get this exception Message:
|
After calling this:
python instagramcrawler.py -q 'instagram' -t 'followers' -n 30 -a auth.json
the process works well till it opens the follower list. After opening it, it stucks. Nothing happens anymore. Weeks ago it worked well with autoscrolling down of follower list and getting all followers.
Does instagram changed something in their code? Is there a solution for it?
The text was updated successfully, but these errors were encountered: