The following features cannot be null: communities_web_enable_tweet_community_results_fetch

Support / help / discussion forum for twitter bot
Post Reply
Rev
Posts: 44
Joined: Sat Jan 13, 2024 5:13 am

The following features cannot be null: communities_web_enable_tweet_community_results_fetch

Post by Rev »

I believe "DoRandom:True" is the culprit here. Processes without it don't get these errors. It seems that "twitter.com/i/api/graphql/..." calls are missing their "communities_web_enable_tweet_community_results_fetch" strings when the "Random action before" option is enabled.

Logs ID: 37285

Code: Select all

RunSearch: UserLiked with: [USERNAME] max: 1
04:49:44: baseUrl: https://twitter.com/i/api/graphql/[ID]/Likes?variables=...
04:49:44: Searching page: 0 UserLiked https://twitter.com/[USERNAME]/status/[ID]
04:49:44: get url: https://twitter.com/i/api/graphql/[ID]/Likes?variables=...
04:49:44: GET: https://twitter.com/i/api/graphql/[ID]/Likes?variables=... [USERNAME] [EMAIL] [PROXY]
04:49:44: WARNING: HTTP response error: [USERNAME] [EMAIL] [PROXY] The following features cannot be null: communities_web_enable_tweet_community_results_fetch
04:49:44: * TESTING for known failure text: The following features cannot be null: communities_web_enable_tweet_community_results_fetch [USERNAME] [EMAIL] [PROXY]
04:49:44: Logged HTTP response: id: http_error_[ID]
04:49:44: GET: 400

Code: Select all

04:49:44: CheckFailedMsg
04:49:44: Check flows: 400
https://twitter.com/i/api/graphql/[ID]/Likes?variables=... [USERNAME] [EMAIL] [PROXY]
04:49:44: check handleaccess
04:49:44: CheckForBounceUrl
04:49:44: Failed JSON response: 400
https://twitter.com/i/api/graphql/[ID]/Likes?variables=...
{"errors":[{"message":"The following features cannot be null: communities_web_enable_tweet_community_results_fetch","extensions":{"name":"BadRequestError","source":"Client","code":336,"kind":"Validation","tracing":{"trace_id":"[ID]"}},"code":336,"kind":"Validation","name":"BadRequestError","source":"Client","tracing":{"trace_id":"[ID]"}}]}
04:49:44: Checking JsonErrResp: 400
https://twitter.com/i/api/graphql/[ID]/Likes?variables=...
{"errors":[{"message":"The following features cannot be null: communities_web_enable_tweet_community_results_fetch","extensions":{"name":"BadRequestError","source":"Client","code":336,"kind":"Validation","tracing":{"trace_id":"[ID]"}},"code":336,"kind":"Validation","name":"BadRequestError","source":"Client","tracing":{"trace_id":"[ID]"}}]}
04:49:44: ERROR RESP FROM TWITTER: 336 The following features cannot be null: communities_web_enable_tweet_community_results_fetch
04:49:44: * TESTING for known failure text: The following features cannot be null: communities_web_enable_tweet_community_results_fetch [USERNAME] [EMAIL] [PROXY]
04:49:44: * FAILED: [ID] : The following features cannot be null: communities_web_enable_tweet_community_results_fetch
04:49:44: WARNING: no resp found: Errors in row: 2
04:49:44: Multiple no response received, drop out...
04:49:44:  ERROR: run random: feedsearch_likes Exception of type 'LibProcessing.ExActionFailed' was thrown.
User avatar
martin@rootjazz
Site Admin
Posts: 34766
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: The following features cannot be null: communities_web_enable_tweet_community_results_fetch

Post by martin@rootjazz »

should be fixed.

TOOLS > DOWNLOAD TWITTER DATA FILE



Regards,
Martin
Post Reply