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

get_trends() easily got KeyError 'trend' when using category other than trending #91

Open
CocoaRush opened this issue May 6, 2024 · 0 comments

Comments

@CocoaRush
Copy link

the error:
File "/usr/local/lib/python3.10/site-packages/twikit/client.py", line 2582, in get_trends
trend_info = item['item']['content']['trend']

I am wondering if some item may not have the key trend, it may need to do a key existing test, and only valid trend_info could be added to results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant