Skip to content

[Bug]: Failed to get page (fingerprint) #155

@tripoloski-it

Description

@tripoloski-it

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions