twitterscraper icon indicating copy to clipboard operation
twitterscraper copied to clipboard

AttributeError: 'NoneType' object has no attribute 'user' while running example script

Open danielp3011 opened this issue 4 years ago • 1 comments

Hello,

I tried running the get_twitter_user_data.py example script, however it gave me an Attribute Error coming from line 41:

for user in pool.map(get_user_info,users):

Why does it arrise?

Thank you

danielp3011 avatar Aug 24 '20 11:08 danielp3011

Hi, I also got this error. In my case the problem was in the function "query_user_page" in query.py. Debug the code to find where exactly is the problem

mahdishemshadi avatar Aug 24 '21 11:08 mahdishemshadi