-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not working after new update : FingerprintSwitcher key is missing / invalid format error #120
Comments
was on node 18.16 then updated to 20.17 LTS, previous plugin works but after chrome 127 update (npm update) new engine doesn't work |
Greetings! According to the last engine update now it's necessary to specify the service key for the plugin using the Check out this document: const { plugin } = require('puppeteer-with-fingerprints');
plugin.setServiceKey('SERVICE_KEY');
const fingerprint = await plugin.fetch({
tags: ['Microsoft Windows', 'Chrome'],
});
plugin.useFingerprint(fingerprint);
await plugin.launch(); If you use a fingerprint from a file, you still need to use the key. |
@singhaditya4 why are you writing about this here, write to the email related to the service and payments, I am not connected with this and can not help in any way. |
I did but this doesn't help dude i am stuck here and the payment gateway is so sketchy . I can't launch the browser and locked out for doing anything. |
You can use the plugin without the premium version. |
Fetch free fingerprints and use them until the problem with the key is solved. |
why are we now required to have active key to use fingerprints we fetched way before? |
@singhaditya4 @dr3adx you can read additional info here. My opinion is that the new approach is correct, it would just be better to add it earlier. I do not know of any service that would allow you to use the functionality of the paid version without the paid version itself. These changes are not my decision. In any case, for my part, I also can't change this in any way, just try to help with solving problems with the plugin, not with the service. I think that further discussions here are pointless. |
I agree from the business perspective its right and essential. |
You are not a business but a circus, there for it should remain free. |
Hi |
When trying to fetch
and
when using JSON file
The text was updated successfully, but these errors were encountered: