Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination: .get on NoneType #87

Closed
maffeo886 opened this issue Oct 30, 2024 · 0 comments
Closed

Pagination: .get on NoneType #87

maffeo886 opened this issue Oct 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@maffeo886
Copy link

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?

@iSarabjitDhiman iSarabjitDhiman added the bug Something isn't working label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants