CA
harsh-harlequin

Error Cannot find module 'nodebuffer'

Hi everyone, im trying to use the code from the example here (https://apify.github.io/fingerprint-suite/docs/guides/fingerprint-injector/) but when I run the code I get the following error: " Error: Cannot find module 'node:buffer' ". Tried googling this but nothing I could find fixed it. Sorry if this is obvious or my issue - TYIA
Fingerprint Injector | Fingerprint Suite
The Fingerprint injector is a sparse javascript library built for stealth override of browser signatures or so-called fingerprints. Overriding browser fingerprints help simulate real user browsers.
6 Replies
Alexey Udovydchenko
Please share run or error stack if you only have local version
harsh-harlequin
harsh-harlequinOP3y ago
This is what I get
No description
Alexey Udovydchenko
Try to change proxy settings or use custom proxy, if it does not help add issue to https://github.com/apify/proxy-chain/issues?q=is%3Aissue+buffer+ - nothing similar to your error was reported so far, so either something wrong in internal package or specific to your local environment.
fair-rose
fair-rose3y ago
Are you using CommonJS or ESModules? It shouldn't affect it, but it definitely seems to be an import issue within one of the libs
ugly-tan
ugly-tan3y ago
I get a similar issue using commonjs. Anyone have a solution?
optimistic-gold
optimistic-gold3y ago
Generally, there is no need to use the fingerprint suite as it is built by default into Crawlee You probably just had old Node JS.

Did you find this page helpful?