CheshireCaat / playwright-with-fingerprints

Anonymous automation via playwright with fingerprint replacement technology.
MIT License
140 stars 11 forks source link

Uncaught Error: Unsupported OS architecture for named mutex. #34

Closed A-UNSAL closed 7 months ago

A-UNSAL commented 8 months ago

The error I got when I wanted to use it with nwjs I am using Windows 10 and 64 bit operating system. node -v / v21.7.1 image

CheshireCaat commented 7 months ago

You cannot use this plugin in the context of a browser, I am not familiar with nwjs, but apparently it performs part of the logic in the browser, which is unacceptable.

You need to make sure that the code is executed on the node side, for example, in electron, IPC is used for this, try to do or find an analogue.

A-UNSAL commented 7 months ago

I get the same error in node mode.