-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Describe the bug
Error when fetch fingerprint: Failed to get page http://162.19.226.235/prepare?id=...&data=... with HttpClient
Code example
process.env.FINGERPRINT_TIMEOUT = 1000 * 60 * 15;
const fingerprint = await plugin.fetch({
tags: ['Desktop', 'Microsoft Windows', 'Chrome'],
timeLimit: '60 days',
maxWidth: 1980,
maxHeight: 720,
});
return plugin.useFingerprint(fingerprint).useProxy(proxy, {
changeTimezone: false,
});
Expected behavior
Get fingerprint successfully
System:
"puppeteer": "^24.12.0"
"puppeteer-core": "^24.12.0"
"puppeteer-with-fingerprints": "^2.3.2"
- Node version: 22.15.1
Metadata
Metadata
Assignees
Labels
No labels