nextflow-io/nextflow

Improve error message when failures happen due to proxy settings

Open

#2,233 opened on Jul 21, 2021

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Groovy (784 forks)batch import
error-improvementshelp wanted

Repository metrics

Stars
 (3,382 stars)
PR merge metrics
 (Avg merge 16d 9h) (54 merged PRs in 30d)

Description

We should have a useful message on the console when the failures happen due to proxy settings.

At the moment, these are only available in the .nextflow.log files

Jul-21 11:01:18.239 [main] ERROR o.p.update.DefaultUpdateRepository - Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"
java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"

Contributor guide