nextflow-io/nextflow

Improve error message when failures happen due to proxy settings

Open

#2,233 创建于 2021年7月21日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Groovy (784 fork)batch import
error-improvementshelp wanted

仓库指标

Star
 (3,382 star)
PR 合并指标
 (平均合并 16天 9小时) (30 天内合并 54 个 PR)

描述

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"

贡献者指南