You are viewing a single comment's thread from:

RE: Creating a follower/following bot using Python part #3 (full code)

in #steemit7 years ago

not sure whats happening now, any ideas with this?

Getting my followers...
Getting my following...
Getting my follower list...
Traceback (most recent call last):
  File "./followafollower.py", line 66, in <module>
    myFollowerNameList = get_my_followers_list(followerCount)    #Get the names of my followers
  File "./followafollower.py", line 27, in get_my_followers_list
    followersStart = tempFollowers[99]['follower']
TypeError: 'NoneType' object is not subscriptable