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

Examples are not generating #190

Closed
Patrick-Ullrich opened this issue Oct 4, 2021 · 3 comments
Closed

Examples are not generating #190

Patrick-Ullrich opened this issue Oct 4, 2021 · 3 comments

Comments

@Patrick-Ullrich
Copy link

I pulled the repo yesterday and was unable to generate examples locally - hours later I noticed that https://spec.smarthealth.cards/examples/index.md shows a 404 now as well.

Reproduce:

  1. cd generate-examples
  2. npm run generate-keys
  3. npm run generate-examples

/node_modules/got/dist/source/core/index.js:953 error = error instanceof timed_out_1.TimeoutError ? new TimeoutError(error, this.timings, this) : new RequestError(error.message, error, this); ^ RequestError: certificate has expired at ClientRequest.<anonymous> (/Users/patrickullrich/src/health-cards/generate-examples/node_modules/got/dist/source/core/index.js:953:111) at Object.onceWrapper (node:events:514:26) at ClientRequest.emit (node:events:406:35) at ClientRequest.emit (node:domain:475:12) at ClientRequest.origin.emit (/Users/patrickullrich/src/health-cards/generate-examples/node_modules/@szmarczak/http-timer/dist/source/index.js:39:20) at TLSSocket.socketErrorListener (node:_http_client:447:9) at TLSSocket.emit (node:events:394:28) at TLSSocket.emit (node:domain:475:12) at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at TLSSocket.onConnectSecure (node:_tls_wrap:1530:34) at TLSSocket.emit (node:events:394:28) at TLSSocket.emit (node:domain:475:12) at TLSSocket._finishInit (node:_tls_wrap:944:8) at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:725:12)

@jmandel
Copy link
Member

jmandel commented Oct 4, 2021

Thanks for the report! Will evaluate ASAP.

@jmandel
Copy link
Member

jmandel commented Oct 4, 2021

Should be fixed by f3336d6 (HL7.org cert issues; I'm just going to include the example bundle in this repo so we don't hit this again.)

@jmandel jmandel closed this as completed Oct 4, 2021
@jmandel
Copy link
Member

jmandel commented Oct 4, 2021

Also, really sorry for the frustrating experience here @Patrick-Ullrich. I know what debugging this kind of thing can feel like.

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