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

[Twitter] setting "locked" to "wait" doesn't work with these settings #5370

Open
a84r7a3rga76fg opened this issue Mar 24, 2024 · 2 comments
Open

Comments

@a84r7a3rga76fg
Copy link

It aborts by itself when Twitter locks the account

			"include": ["avatar", "background", "timeline", "media"],
			"image-filter": "author is user",
			"quoted": true,
			"locked": "wait",
			"twitpic": true,
			"videos": true,
			"cards": false,
			"expand": false,
			"pinned": true,
			"unique": true,
			"skip": true,
			"path-extended": false,
			"retries": 1,
			"retry-codes": [429, 430],
			"metadata": true,
@mikf
Copy link
Owner

mikf commented Mar 25, 2024

Could you post a --verbose log so I don't have to guess what error you're getting?

locked only works for "this account is temporarily locked" errors (#5300).
Yours might be a different one.

@a84r7a3rga76fg
Copy link
Author

[twitter][debug] Sleeping 2.99 seconds (request)
[urllib3.connectionpool][debug] https://twitter.com:443 "GET /i/api/graphql/xxxxxxxxxxxxxx/SearchTimeline?variables=%7B%22rawQuery%22%3A%22from%3Axxxxxxxxxxxxxx+max_id%xxxxxxxxxxxxxx+filter%3Alinks%22%2C%22count%22%3A100%2C%22querySource%22%3A%22%22%2C%22product%22%3A%22Latest%22%2C%22cursor%22%3A%22DAADDAABCgABFYsC-xxxxxxxxxxxxxx%22%7D&features=%7B%22responsive_web_graphql_exclude_directive_enabled%22%3Atrue%2C%22verified_phone_label_enabled%22%3Afalse%2C%22creator_subscriptions_tweet_preview_api_enabled%22%3Atrue%2C%22responsive_web_graphql_timeline_navigation_enabled%22%3Atrue%2C%22responsive_web_graphql_skip_user_profile_image_extensions_enabled%22%3Afalse%2C%22c9s_tweet_anatomy_moderator_badge_enabled%22%3Atrue%2C%22tweetypie_unmention_optimization_enabled%22%3Atrue%2C%22responsive_web_edit_tweet_api_enabled%22%3Atrue%2C%22graphql_is_translatable_rweb_tweet_is_translatable_enabled%22%3Atrue%2C%22view_counts_everywhere_api_enabled%22%3Atrue%2C%22longform_notetweets_consumption_enabled%22%3Atrue%2C%22responsive_web_twitter_article_tweet_consumption_enabled%22%3Atrue%2C%22tweet_awards_web_tipping_enabled%22%3Afalse%2C%22freedom_of_speech_not_reach_fetch_enabled%22%3Atrue%2C%22standardized_nudges_misinfo%22%3Atrue%2C%22tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled%22%3Atrue%2C%22rweb_video_timestamps_enabled%22%3Atrue%2C%22longform_notetweets_rich_text_read_enabled%22%3Atrue%2C%22longform_notetweets_inline_media_enabled%22%3Atrue%2C%22responsive_web_media_download_video_enabled%22%3Atrue%2C%22responsive_web_enhance_cards_enabled%22%3Afalse%7D HTTP/1.1" 401 89
[twitter][error] 401 Unauthorized (Could not authenticate you)
[twitter][debug] Using TwitterMediaExtractor for 'https://twitter.com/xxxxxxxxxxxxxx/media'
[twitter][debug] Sleeping 3.00 seconds (request)
[urllib3.connectionpool][debug] https://twitter.com:443 "GET /i/api/graphql/xxxxxxxxxxxxxx/UserMedia?variables=%7B%22userIdxxxxxxxxxxxxxxincludePromotedContent%22%3Afalse%2C%22withClientEventToken%22%3Afalse%2C%22withBirdwatchNotes%22%3Afalse%2C%22withVoice%22%3Atrue%2C%22withV2Timeline%22%3Atrue%7D&features=%7B%22responsive_web_graphql_exclude_directive_enabled%22%3Atrue%2C%22verified_phone_label_enabled%22%3Afalse%2C%22creator_subscriptions_tweet_preview_api_enabled%22%3Atrue%2C%22responsive_web_graphql_timeline_navigation_enabled%22%3Atrue%2C%22responsive_web_graphql_skip_user_profile_image_extensions_enabled%22%3Afalse%2C%22c9s_tweet_anatomy_moderator_badge_enabled%22%3Atrue%2C%22tweetypie_unmention_optimization_enabled%22%3Atrue%2C%22responsive_web_edit_tweet_api_enabled%22%3Atrue%2C%22graphql_is_translatable_rweb_tweet_is_translatable_enabled%22%3Atrue%2C%22view_counts_everywhere_api_enabled%22%3Atrue%2C%22longform_notetweets_consumption_enabled%22%3Atrue%2C%22responsive_web_twitter_article_tweet_consumption_enabled%22%3Atrue%2C%22tweet_awards_web_tipping_enabled%22%3Afalse%2C%22freedom_of_speech_not_reach_fetch_enabled%22%3Atrue%2C%22standardized_nudges_misinfo%22%3Atrue%2C%22tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled%22%3Atrue%2C%22rweb_video_timestamps_enabled%22%3Atrue%2C%22longform_notetweets_rich_text_read_enabled%22%3Atrue%2C%22longform_notetweets_inline_media_enabled%22%3Atrue%2C%22responsive_web_media_download_video_enabled%22%3Atrue%2C%22responsive_web_enhance_cards_enabled%22%3Afalse%7D HTTP/1.1" 401 89
[twitter][error] 401 Unauthorized (Could not authenticate you)

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

2 participants