You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{'errors': [{'code': 366, 'message': 'flow name LoginFlow is currently not accessible g;XXXXXXXXX:-YYYYYYYYYYY:ZZZZZZZZZZ:3'}]}
Changing for fn in [flow_start, flow_instrumentation, flow_username, flow_password, flow_duplication_check]: to for fn in [flow_start, flow_instrumentation, flow_username, flow_password] fixes the issue but I wanted to see what the underlying issue for this is.
Changing for fn in [flow_start, flow_instrumentation, flow_username, flow_password, flow_duplication_check]: to for fn in [flow_start, flow_instrumentation, flow_username, flow_password] fixes the issue but I wanted to see what the underlying issue for this is.
This has been tried before, and you can get it by polling several times, but it has been changed now. You may only get it once after polling dozens of times. How can we communicate? Add a contact method!
Uh oh!
There was an error while loading. Please reload this page.
I have been having an issue for the last day logging in to Twitter.
My code is:
and this returns:
The json data being passed to
flow_duplication_check
is{'json': {'flow_token': 'g;XXXXXXXXX:-YYYYYYYYYYY:ZZZZZZZZZZ:3', 'subtask_inputs': [{'subtask_id': 'AccountDuplicationCheck', 'check_logged_in_account': {'link': 'AccountDuplicationCheck_false'}}]}}
which returns:
Changing
for fn in [flow_start, flow_instrumentation, flow_username, flow_password, flow_duplication_check]:
tofor fn in [flow_start, flow_instrumentation, flow_username, flow_password]
fixes the issue but I wanted to see what the underlying issue for this is.Edit: Nevermind, this fix worked one time but now it returns 404 when trying to poll https://twitter.com/i/api/graphql/nK1dw4oV3k4w5TdtcAdSww/SearchTimeline
The text was updated successfully, but these errors were encountered: