mahrtayyab / tweety

Twitter Scraper
494 stars 67 forks source link

Getting "'NoneType' object has no attribute 'json_'" in some functions #179

Closed taumaturgodedatos closed 7 months ago

taumaturgodedatos commented 7 months ago

I´m getting the following:

'NoneType' object has no attribute 'json_'

When runing functions like:

app.get_blocked_users().users

app.get_user_followers(username)

but the following works fine:

app.get_user_info(username)

This started from one day to another. I´m using Python 3.9.18.

mahrtayyab commented 7 months ago

Can you please specify library version?

mahrtayyab commented 7 months ago

Fixed in latest version