twitterscraper
twitterscraper copied to clipboard
AttributeError: 'NoneType' object has no attribute 'user' while running example script
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
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