Failed to get followers count of 'b'USERNAME'' ~empty list
Current Behavior
its successful login to the account but after some time we got 2 failed messages, before opening the target user profile we are facing this issue
Failed to get followers count of 'b'USERNAME'' ~empty list Failed to get following count of 'b'USERNAME'' ~empty list
Traceback (most recent call last):
File "C:\Users\Noman\Desktop\instapy-quickstart-master\quickstart_templates\basic_follow-unfollow_activity.py", line 35, in
I have the same issue as well
same issue
same!
Hi.
I have same issue.
Not get shared_data in getUserData method.(Line 497 of util.py. The value of the variable shared_data is None) But I don't know why.
#6615
Same issue. Any updates anyone?
@HollywoodHillsPreviz
I don't know if it will work, but give it a try. https://github.com/InstaPy/InstaPy/issues/6615#issuecomment-1171706411
I am having the same issue does anyone have the solution for this?
Same here
Any update on this
No not yet.
On Wed, 13 Jul, 2022, 10:30 pm Pavan Kunchala, @.***> wrote:
Any update on this
— Reply to this email directly, view it on GitHub https://github.com/InstaPy/InstaPy/issues/6627#issuecomment-1183467324, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYMPP55654NN6DOD2QJJ3WLVT3Y4JANCNFSM5Z2FQWHQ . You are receiving this because you commented.Message ID: @.***>
still doesnt work
same
Still no solution :(
Still no solution?? 😥😥😥
Lol, I will just going to create my own library...
same
If there is someone willing to push the project, I can donate.
If there is someone willing to push the project, I can donate.
Hey I would donate too!!
@martini09617 @ndr3x I could be maintainer if @timgrossmann would make me so. Although my latest version isn't working well due to lack of time to fix it, these donations can make it worth the time spent.
For sure. How much? On Sat, Jul 30, 2022 at 2:22 PM victorccaldas @.***> wrote:
@martini09617 https://github.com/martini09617 @ndr3x https://github.com/ndr3x I could be maintainer if @timgrossmann https://github.com/timgrossmann would make me so. Although my latest version isn't working well due to lack of time to fix it, these donations can make it worth the time spent.
— Reply to this email directly, view it on GitHub https://github.com/InstaPy/InstaPy/issues/6627#issuecomment-1200270001, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS73DF3D4DDMLA3SPTQBMKTVWVXFVANCNFSM5Z2FQWHQ . You are receiving this because you were mentioned.Message ID: @.***>
--
same!
Guessing Instapy is really dead...
Same error! Any solution so far?
Same, with Instapy quickstart !
having this error too
I was able to work around this by making two changes to util.py of the InstaPy package. This doesn't fix the functionality but simply allows the program to continue after it errors out getting follower data.
Starting at line 492 502 of util.py: we need to add in a try/except to keep the program moving when it errors out from the data call here like so:

Then on line 2235 of util.py we need to give the DB a phony input so change the code on this line to:
cur.execute(sql (id, 5, 5, 5)
ive same issue, any solution so far?
Nah, instapy is dead after the Instagram changes from June '22
On Mon, Sep 12, 2022 at 21:53 Epen Flow @.***> wrote:
ive same issue, any solution so far?
— Reply to this email directly, view it on GitHub https://github.com/InstaPy/InstaPy/issues/6627#issuecomment-1244798799, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIIP73ENUKTULEFFAJ4CFWLV57NAXANCNFSM5Z2FQWHQ . You are receiving this because you commented.Message ID: @.***>
-- Nate Tunningley
I comment out lines 475-478 in the instapy.py file. and basic functionality start for me
# self.followed_by = log_follower_num(self.browser, self.username, self.logfolder)
# self.following_num = log_following_num(
# self.browser, self.username, self.logfolder
# )
but errors in log:
WARNING [2022-09-13 09:55:17] [***] Unable to save account progress, skipping data update
b"'NoneType' object has no attribute 'get'"
...
INFO [2022-09-13 11:32:31] [***] Like# [1/19]
INFO [2022-09-13 11:32:31] [***]] https://www.instagram.com/p/Cib2ZXYryhs/
WARNING [2022-09-13 11:32:37] [***]] Unavailable Page: b'https://www.instagram.com/p/Cib2ZXYryhs/'
INFO [2022-09-13 11:32:37] [***]] --> Image not liked: b'Unavailable Page'
waiting for a solution to the problem