Hi, thanks for this library.
After recent update by X (probably?) I get an issue with that error OnDemandFileUrlResolutionError: Unable to resolve the X ondemand chunk URL from the homepage runtime, I could try to investigate it some day, but create issue first currently
Using version 0.22.3
Reproducable code, but it's quite easy one
import { Scraper } from "@the-convocation/twitter-scraper";
const cookies = '';
const scrapper = new Scraper({ experimental: { xClientTransactionId: true, xpff: true } });
await scrapper.setCookies(cookies.toString().split(";"));
UPD: Tried it without experimental features and it works, may be caused by temporary problems from X?
Hi, thanks for this library.
After recent update by X (probably?) I get an issue with that error
OnDemandFileUrlResolutionError: Unable to resolve the X ondemand chunk URL from the homepage runtime, I could try to investigate it some day, but create issue first currentlyUsing version 0.22.3
Reproducable code, but it's quite easy one
UPD: Tried it without experimental features and it works, may be caused by temporary problems from X?