nextflow-io/nextflow

Improve error message when failures happen due to proxy settings

Open

#2.233 aberto em 21 de jul. de 2021

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

Métricas do repositório

Stars
 (3.382 stars)
Métricas de merge de PR
 (Mesclagem média 16d 9h) (54 fundiu PRs em 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"

Guia do colaborador