1

Today my dhall project has started crashing on Prelude dependencies, so the main error is:

Error: Connection establishment took too long.

I use this deps:

let List/map = https://prelude.dhall-lang.org/List/map

let Map/values = https://prelude.dhall-lang.org/Map/values

let Text/concatSep = https://prelude.dhall-lang.org/Text/concatSep 

and when I tried to generate a yaml file: dhall-to-yaml , this message appears:

Error: Connection establishment took too long

URL: https://prelude.dhall-lang.org/List/map

any help ??

javier_orta
  • 457
  • 4
  • 15
  • This is probably related to https://github.com/dhall-lang/dhall-lang/issues/1268. dhall-lang.org is up again now. – sjakobi Jan 22 '22 at 20:56

1 Answers1

1

The issue was that I had to temporarily disable IPv6 on dhall-lang.org. I later re-enabled IPv6, which fixed this problem. For more details, see: https://github.com/dhall-lang/dhall-lang/issues/1268

Gabriella Gonzalez
  • 34,863
  • 3
  • 77
  • 135