Skip to content
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

[Bug] Stealth is not working properly #878

Open
cyeibs opened this issue Feb 29, 2024 · 3 comments
Open

[Bug] Stealth is not working properly #878

cyeibs opened this issue Feb 29, 2024 · 3 comments
Labels
issue: bug report A bug has been reported needs triage

Comments

@cyeibs
Copy link

cyeibs commented Feb 29, 2024

  • So, my point is to sign-in into PSN account.
  • `const puppeteer = require("puppeteer-extra");
    const StealthPlugin = require("puppeteer-extra-plugin-stealth");
    const proxyRouter = require("@extra/proxy-router");
    puppeteer.use(StealthPlugin());
    puppeteer.use(require("puppeteer-extra-plugin-anonymize-ua")());

puppeteer.use(
proxyRouter({
proxies: { DEFAULT: "http://EwUbB71R:LynsFhgw@109.172.18.210:64402" },
})
);

const psnSignInPage = "https://store.playstation.com/en-tr/pages/latest";

const browserConfig = {
headless: false,
executablePath:
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
ignoreHTTPSErrors: true,
ignoreDefaultArgs: ["--enable-automation"],
slowMo: 0,
args: [
"--window-size=1400,900",
"--disable-gpu",
"--no-sandbox",
"--enable-webgl",
],
};`

so, I open page of store, go to sign-in page, using page.type(selector, "value") insert email and than password, click on sign-in and get error "Can't connect to the server".
But manually in main browser (not run by puppeteer-extra) it sign-in properly.

I tried headless: true - did not help

@cyeibs cyeibs added issue: bug report A bug has been reported needs triage labels Feb 29, 2024
@dannyokec
Copy link

Loll. This could be either CDP or or you were caught spoofing navigator. Best hack around this would be to use an extension bypass. I had similar experience way back, the bypass did the trick for me

@dannyokec
Copy link

Loll. This could be either CDP or or you were caught spoofing navigator. Best hack around this would be to use an extension bypass. I had similar experience way back, the bypass did the trick for me

Can you please clarify what you mean by extension bypass? I'm having this same issue

I would ask you a couple question to enable me help you bypass the issue.

Firstly are you using puppeteer stealth in recent times? if you are they there would be an issue because stealth modifies the navigator in a way that show the navigator is not to be trusted. visit browserscan.net to see if the navigator was not trusted.

@Instantgrow
Copy link

Loll. This could be either CDP or or you were caught spoofing navigator. Best hack around this would be to use an extension bypass. I had similar experience way back, the bypass did the trick for me

Can you please clarify what you mean by extension bypass? I'm having this same issue

I would ask you a couple question to enable me help you bypass the issue.

Firstly are you using puppeteer stealth in recent times? if you are they there would be an issue because stealth modifies the navigator in a way that show the navigator is not to be trusted. visit browserscan.net to see if the navigator was not trusted.

hlo denny Sir, i have solution for it... to bypass anykind of detection..
contact me: amandeepads170@gmail.com
You Know me Very Well By the Way...

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug report A bug has been reported needs triage
Projects
None yet
Development

No branches or pull requests

3 participants