iSarabjitDhiman / TweeterPy

TweeterPy is a python library to extract data from Twitter. TweeterPy API lets you scrape data from a user's profile like username, userid, bio, followers/followings list, profile media, tweets, etc.
MIT License
123 stars 17 forks source link

The following features cannot be null: verified_phone_label_enabled, responsive_web_graphql_timeline_navigation_enabled, responsive_web_media_download_video_enabled, responsive_web_graphql_exclude_directive_enabled, responsive_web_graphql_skip_user_profile_image_extensions_enabled #24

Closed ihabpalamino closed 11 months ago

ihabpalamino commented 11 months ago

i am using async_await branch i got the his message ;"The following features cannot be null: verified_phone_label_enabled, responsive_web_graphql_timeline_navigation_enabled, responsive_web_media_download_video_enabled, responsive_web_graphql_exclude_directive_enabled, responsive_web_graphql_skip_user_profile_image_extensions_enabled" and return and empty list

iSarabjitDhiman commented 11 months ago

i am using async_await branch i got the his message ;"The following features cannot be null: verified_phone_label_enabled, responsive_web_graphql_timeline_navigation_enabled, responsive_web_media_download_video_enabled, responsive_web_graphql_exclude_directive_enabled, responsive_web_graphql_skip_user_profile_image_extensions_enabled" and return and empty list

Could u please tell what kind of data you are trying to fetch ? Or which TweeterPy method u r using?

codilau commented 11 months ago

@ihabpalamino, off-topic, but i suggest trying to synthetize the titles of the issues, it's unhelpful and unesthetic to paste the error code there. Thanks

ihabpalamino commented 11 months ago

it's working again i just needed to do update

iSarabjitDhiman commented 11 months ago

it's working again i just needed to do update

Alright, thanks for the update. Closing the issue for now.