currently some of my builds fail with this error that dub returns while fetching dependencies:
Error executing command build: Couldn't connect to server on handle 1EB2E80
any ideas?
currently some of my builds fail with this error that dub returns while fetching dependencies:
Error executing command build: Couldn't connect to server on handle 1EB2E80
any ideas?
Am 27.03.2015 um 14:16 schrieb Stephan Dilly:
currently some of my builds fail with this error that dub returns while fetching dependencies:
Error executing command build: Couldn't connect to server on handle 1EB2E80any ideas?
Hum, the curl error messages are not very helpful... I think you'd need
to run with --vverbose
to see what the last requested URL was. But
probably this was just due to a short maintenance based outage of
code.dlang.org, or do you get it reproducibly?
On Fri, 27 Mar 2015 17:36:02 +0100, Sönke Ludwig wrote:
Am 27.03.2015 um 14:16 schrieb Stephan Dilly:
currently some of my builds fail with this error that dub returns while fetching dependencies:
Error executing command build: Couldn't connect to server on handle 1EB2E80any ideas?
Hum, the curl error messages are not very helpful... I think you'd need
to run with--vverbose
to see what the last requested URL was. But
probably this was just due to a short maintenance based outage of
code.dlang.org, or do you get it reproducibly?
no it was not reproducable, and mainly affected travis-ci builds and I think it was just related to github outages today due to a DDoS. its all working again.