giuliov / hugo-vsts-extension

Generate a site using Hugo, a Fast and Flexible Website Generator, running in Visual Studio Team Services or Team Foundation Server.
MIT License
24 stars 15 forks source link

Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. #18

Open Duncanma opened 3 years ago

Duncanma commented 3 years ago

I'm getting this error on new DevOps builds... not sure if there are any existing guides on troubleshooting as I'm not sure where to start figuring out what could be causing this.

2021-01-25T02:50:43.8834939Z ##[section]Starting: Hugo generate 
2021-01-25T02:50:43.9048621Z ==============================================================================
2021-01-25T02:50:43.9049395Z Task         : Hugo
2021-01-25T02:50:43.9049854Z Description  : Generate a static web site using Hugo, a Fast and Flexible Website Generator
2021-01-25T02:50:43.9050545Z Version      : 1.1.1
2021-01-25T02:50:43.9050950Z Author       : Giulio Vian
2021-01-25T02:50:43.9051536Z Help         : [More Information on Task](https://github.com/giuliov/hugo-vsts-extension/README.md), for [Information on Hugo](https://gohugo.io/).
2021-01-25T02:50:43.9052288Z ==============================================================================
2021-01-25T02:55:11.2140326Z ##[error]Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
2021-01-25T02:55:11.2555183Z ##[section]Finishing: Hugo generate 
Duncanma commented 3 years ago

Might close this, as the issue seems to have been transient. I believe there could be an issue fetching the Hugo exe in some cases, but if that continues to happen I may do a PR to add more specific error handling for that case