Skip to content

Instantly share code, notes, and snippets.

@imesut
Created June 17, 2024 12:43
Show Gist options
  • Save imesut/cbe8429602390940e5cb6e1194fbe435 to your computer and use it in GitHub Desktop.
Save imesut/cbe8429602390940e5cb6e1194fbe435 to your computer and use it in GitHub Desktop.
Captain's Log Engage Script Output
Last login: Mon Jun 17 15:41:46 on ttys001
❯ /Users/mesut/Desktop/engage.command ; exit;
> captainslog@1.0.0 publish
> npm run build; netlify deploy --dir=public --prod;
> captainslog@1.0.0 build
> tinacms dev -c "hugo; npm run images"; npm run pdf
Starting Tina Dev Server
Indexing local files ⠋
○ Tina Dev Server is running... ──────────────────────────────────────────╮
│ │
│ 🦙 Tina Config │
│ CMS: <your-dev-server-url>/admin/index.html │
│ API playground: <your-dev-server-url>/admin/index.html#/graphql │
│ API url: http://localhost:4001/graphql │
│ │
│ 🤖 Auto-generated files │
│ GraphQL Client: tina/__generated__/client.js │
│ Typescript Types: tina/__generated__/types.ts │
│ │
│ │
├──────────────────────────────────────────────────────────────────────────╯
Starting subprocess: hugo; npm run images
Start building sites …
hugo v0.125.7+extended darwin/arm64 BuildDate=2024-05-08T14:46:24Z VendorInfo=brew
| EN
-------------------+-----
Pages | 38
Paginator pages | 1
Non-page files | 1
Static files | 38
Processed images | 0
Aliases | 8
Cleaned | 0
Total in 110 ms
> captainslog@1.0.0 images
> node fetchIMDBFeaturedImages.mjs
Cannot return null for non-nullable field Review.SpinoffCode.
GraphQL request:6:11
5 | node {
6 | SpinoffCode,
| ^
7 | Episode,
Analyzing 14 episode reviews.
DIS-0501 image exist, will not fetch image
DIS-0502 image exist, will not fetch image
DIS-0503 image exist, will not fetch image
DIS-0504 image exist, will not fetch image
DIS-0505 image exist, will not fetch image
DIS-0506 image exist, will not fetch image
DIS-0507 image exist, will not fetch image
DIS-0508 image exist, will not fetch image
DIS-0509 image exist, will not fetch image
DIS-0510 image exist, will not fetch image
TNG-0121 image exist, will not fetch image
TOS-0001 image exist, will not fetch image
TOS-0212 image exist, will not fetch image
TOS-0214 image exist, will not fetch image
child process exited with code 0
> captainslog@1.0.0 pdf
> /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --headless --print-to-pdf=public/captainslog.pdf --no-pdf-header-footer file://$(pwd)/public/pdf/index.html; cp public/captainslog.pdf content/captainslog.pdf;
[0617/154157.094803:ERROR:trust_store_mac.cc(361)] Error parsing certificate:
ERROR: Failed normalizing string
tag: 19
ERROR: Failed normalizing subject
[0617/154157.100587:ERROR:trust_store_mac.cc(752)] Error parsing certificate:
ERROR: Failed normalizing string
tag: 19
ERROR: Failed normalizing subject
905293 bytes written to file public/captainslog.pdf
Deploy path: /Users/mesut/Documents/GitHub/captainslog/public
Deploying to main site URL...
⠋ Uploading blobs to deploy store...
Netlify Build
────────────────────────────────────────────────────────────────
❯ Version
@netlify/build 29.41.5
❯ Flags
deployId: 66702f1bee25650a07ba5511
dir: public
open: false
prod: true
prodIfUnlocked: false
skipFunctionsCache: false
❯ Current directory
/Users/mesut/Documents/GitHub/captainslog
❯ Config file
No config file was defined: using default values.
❯ Context
✔ Finished uploading blobs to deploy store
✔ No cached functions were found
✔ Finished hashing
✔ CDN requesting 3 files
✔ Finished uploading 3 assets
✔ Deploy is live!
Build logs: https://app.netlify.com/sites/captainslogme/deploys/66702f1bee25650a07ba5511
Function logs: https://app.netlify.com/sites/captainslogme/functions
Unique deploy URL: https://66702f1bee25650a07ba5511--captainslogme.netlify.app
Website URL: https://captainslog.mesut.me
Saving session...completed.
[Process completed]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment