You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-10-30 15:54:09,666 [�[1;31mERROR�[0m] :: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object Traceback (most recent call last): File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\tweeterpy\tweeterpy.py", line 78, in _handle_pagination data = [item for item in reduce( ^^^^^^^ TypeError: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object
Im using get_user_data, get_followers and get_tweets from a session.
Did anyone encounter this issue as well?
The text was updated successfully, but these errors were encountered:
Hello,
I get the following error message
2024-10-30 15:54:09,666 [�[1;31mERROR�[0m] :: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object Traceback (most recent call last): File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\tweeterpy\tweeterpy.py", line 78, in _handle_pagination data = [item for item in reduce( ^^^^^^^ TypeError: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object
Im using get_user_data, get_followers and get_tweets from a session.
Did anyone encounter this issue as well?
The text was updated successfully, but these errors were encountered: