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

Chromium skip install without error log when terminal behind socks5 proxy on Mac. #4401

Closed
ekil1100 opened this issue May 8, 2019 · 2 comments

Comments

@ekil1100
Copy link

ekil1100 commented May 8, 2019

Steps to reproduce

Tell us about your environment:

  • Puppeteer version: 1.15.0
  • Platform / OS version: MacOS 10.14.4
  • URLs (if applicable):
  • Node.js version: 10.15.3

What steps will reproduce the problem?

Please include code that reproduces the issue.

  1. export all_proxy=socks5://127.0.0.1:1080/
  2. npm -g i puppeteer

What is the expected result?

➜ npm -g i puppeteer

> puppeteer@1.15.0 install /Users/Like/.nvm/versions/node/v10.15.3/lib/node_modules/puppeteer
> node install.js

Downloading Chromium r650583 - 87.7 Mb [====================] 100% 0.0s
Chromium downloaded to /Users/Like/.nvm/versions/node/v10.15.3/lib/node_modules/puppeteer/.local-chromium/mac-650583
+ puppeteer@1.15.0
added 43 packages from 22 contributors in 19.111s

What happens instead?

➜ npm -g i puppeteer

> puppeteer@1.15.0 install /Users/Like/.nvm/versions/node/v10.15.3/lib/node_modules/puppeteer
> node install.js

+ puppeteer@1.15.0
added 43 packages from 22 contributors in 6.571s

.local-chromiun under puppetter package is empty.

spacelatte added a commit to spacelatte/puppeteer that referenced this issue Jul 24, 2020
Using `ALL_PROXY=socks...` and `proxy=socks...` in `npmrc` causes installer to fail silently. This patch allows usage of socks proxies.

Fixes: puppeteer#4401
@stale
Copy link

stale bot commented Jun 27, 2022

We're marking this issue as unconfirmed because it has not had recent activity and we weren't able to confirm it yet. It will be closed if no further activity occurs within the next 30 days.

@stale stale bot added the unconfirmed label Jun 27, 2022
@stale
Copy link

stale bot commented Jul 27, 2022

We are closing this issue. If the issue still persists in the latest version of Puppeteer, please reopen the issue and update the description. We will try our best to accomodate it!

@stale stale bot closed this as completed Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant