Issue
XClIdGen.create() fails via a Couldn't get XClientTxId indices script error.
2026-07-20 14:09:11.744 | WARNING | twscrape.queue_client:get:40 - XClIdGen creation attempt 1/3 failed: Exception: Couldn't get XClientTxId indices script
2026-07-20 14:09:14.660 | WARNING | twscrape.queue_client:get:40 - XClIdGen creation attempt 2/3 failed: Exception: Couldn't get XClientTxId indices script
2026-07-20 14:09:17.809 | WARNING | twscrape.queue_client:get:40 - XClIdGen creation attempt 3/3 failed: Exception: Couldn't get XClientTxId indices script
Cause
Anonymous/logged-out requests get served a web app version that no longer includes the script INDICES_FILE_RE is looking for; whereas the authenticated sessions include it—it’s needed to compute the x-client-transaction-id header.
Issue
XClIdGen.create()fails via aCouldn't get XClientTxId indices scripterror.Cause
Anonymous/logged-out requests get served a web app version that no longer includes the script
INDICES_FILE_REis looking for; whereas the authenticated sessions include it—it’s needed to compute thex-client-transaction-idheader.