Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to download template info #2101

Closed
Skyfold opened this issue May 5, 2016 · 1 comment
Closed

Failed to download template info #2101

Skyfold opened this issue May 5, 2016 · 1 comment

Comments

@Skyfold
Copy link

Skyfold commented May 5, 2016

Version 1.1.0, Git revision c545ece (3539 commits) x86_64 hpack-0.13.0

ProductName: Mac OS X
ProductVersion: 10.10.5
BuildVersion: 14F1713

I ran, stack templates outside of a project and got:

Failed to download template info. The HTTP error was: StatusCodeException (Status {statusCode = 404, statusMessage = "Not Found"}) [("Content-Security-Policy","default-src 'none'; style-src 'unsafe-inline'"),("X-XSS-Protection","1; mode=block"),("X-Frame-Options","deny"),("X-Content-Type-Options","nosniff"),("Strict-Transport-Security","max-age=31536000"),("X-GitHub-Request-Id","17EB2914:3F20:1C5845C:572B2E28"),("Content-Length","9"),("Accept-Ranges","bytes"),("Date","Thu, 05 May 2016 11:27:37 GMT"),("Via","1.1 varnish"),("Connection","keep-alive"),("X-Served-By","cache-syd1621-SYD"),("X-Cache","MISS"),("X-Cache-Hits","0"),("Vary","Authorization,Accept-Encoding"),("Access-Control-Allow-Origin","*"),("X-Fastly-Request-ID","f0dc2d065045b3bde88aa390785834676b391ef3"),("Expires","Thu, 05 May 2016 11:32:37 GMT"),("Source-Age","0"),("X-Response-Body-Start","Not Found"),("X-Request-URL","GET https://raw.githubusercontent.com:443/commercialhaskell/stack-templates/master/template-info.yaml")](CJ {expose = []})

Same error, but with some formating:

Failed to download template info. 
The HTTP error was: 
    StatusCodeException (Status {statusCode = 404, statusMessage = "Not Found"}) 
    [  ("Content-Security-Policy","default-src 'none'; style-src 'unsafe-inline'")
      ,("X-XSS-Protection","1; mode=block")
      ,("X-Frame-Options","deny")
      ,("X-Content-Type-Options","nosniff")
      ,("Strict-Transport-Security","max-age=31536000")
      ,("X-GitHub-Request-Id","17EB2914:3F20:1C5845C:572B2E28")
      ,("Content-Length","9"),("Accept-Ranges","bytes")
      ,("Date","Thu, 05 May 2016 11:27:37 GMT")
      ,("Via","1.1 varnish")
      ,("Connection","keep-alive")
      ,("X-Served-By","cache-syd1621-SYD")
      ,("X-Cache","MISS")
      ,("X-Cache-Hits","0")
      ,("Vary","Authorization,Accept-Encoding")
      ,("Access-Control-Allow-Origin","*")
      ,("X-Fastly-Request-ID","f0dc2d065045b3bde88aa390785834676b391ef3")
      ,("Expires","Thu, 05 May 2016 11:32:37 GMT")
      ,("Source-Age","0"),("X-Response-Body-Start","Not Found")
      ,("X-Request-URL","GET https://raw.githubusercontent.com:443/commercialhaskell/stack-templates/master/template-info.yaml")
    ] 
(CJ {expose = []})
@mgsloan
Copy link
Contributor

mgsloan commented May 5, 2016

Good catch! Fixed after merging commercialhaskell/stack-templates#53

@mgsloan mgsloan closed this as completed May 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants