-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
usage of proxies is broken in nightly release (net::ERR_FAILED) #2698
Comments
Hi there, thanks for reporting. Is this still the case? |
hello @jef , Yes it is still Broken. I've done some research: I've list all the commit between HEAD and Tag v3.5.0 and tested the versions. Proxy Test Results
thanks! |
I reverted that puppeteer change, which may have done some damage. Do you mind testing with this commit? 5e9b3db chore: revert puppeteer, run linter And to clarify, it works with the commit just prior to the one you posted? 4e3eade chore: bump node 16.5.0 |
Hello @jef , And to clarify, it works with the commit just prior to the one you posted? Exactly, it work with the commit just prior the one posted:
Same failure net::ERR_FAILED with the docker nightly build, as of now.
|
If it's of help, I had to roll back to https://github.com/jef/streetmerchant/pkgs/container/streetmerchant/3431703 to get things working. |
Oh, I came across the same issue. It is present in 0906f64 (nightly). I'm happy to help :) Anything we can do here to help you solve the issue? |
Expected Behavior
Using proxies with the docker nightly build or nodejs (using the latest code from github) should works fine without net::ERR_FAILED error.
Current Behavior
Using proxies with the nightly build or nodejs (using the latest code from github) return net::ERR_FAILED error. It works as expected using latest docker image.
Steps to Reproduce
run -it --rm --env-file ./dotenv -v $(pwd)/global.proxies:/app/global.proxies ghcr.io/jef/streetmerchant:nightly
OR
npm run start
Environment
dotenv
global.proxies
Logs
Using proxies with the nightly build we got net::ERR_FAILED error.
Exactly the same config works as expected with the latest docker image
The text was updated successfully, but these errors were encountered: