Giter VIP home page Giter VIP logo

generate-og-image's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

generate-og-image's Issues

Images not regenerated on FrontMatter changes

It seems, most of the time, when changing FrontMatter ogImage contents the actiom does not reflect the changes and posts the very first version from the given PR again and again.
(Same for the images it commits into the PR)

see staabm/staabm.github.io#21 .. the last commit adds a subtitle but it doesnt show up in the preview post

please dont take all the issues I opened personally. I am noting what I experience on first use as a newcomer. When time allows I will see whether I can send fixes for some of the issues

Strategy to handle existing files

By default, Replace an existing image file.

Provide a repository level prop to override this behavior and succeed in such a scenario.

error 100

I recently realized that the action is running into errors

https://github.com/staabm/staabm.github.io/actions/runs/3748869269/jobs/6366696199

2022-12-21T11:28:50.5760954Z Building dependency tree...
2022-12-21T11:28:50.5761687Z Reading state information...
2022-12-21T11:28:50.6115410Z Some packages could not be installed. This may mean that you have
2022-12-21T11:28:50.6115921Z requested an impossible situation or if you are using the unstable
2022-12-21T11:28:50.6116385Z distribution that some required packages have not yet been created
2022-12-21T11:28:50.6116758Z or been moved out of Incoming.
2022-12-21T11:28:50.6117140Z The following information may help to resolve the situation:
2022-12-21T11:28:50.6117392Z 
2022-12-21T11:28:50.6117565Z The following packages have unmet dependencies:
2022-12-21T11:28:50.6570026Z  google-chrome-unstable : Depends: libdrm2 (>= 2.4.75) but 2.4.74-1 is to be installed
2022-12-21T11:28:50.6570662Z                           Depends: libgbm1 (>= 17.1.0~rc2) but 13.0.6-1+b2 is to be installed
2022-12-21T11:28:50.6571049Z                           Depends: libu2f-udev but it is not installable
2022-12-21T11:28:50.6649573Z �[91mE: Unable to correct problems, you have held broken packages.
2022-12-21T11:28:52.3248770Z The command '/bin/sh -c apt-get update      && apt-get install -yq libgconf-2-4 gconf-service  libasound2  libatk1.0-0  libc6  libcairo2  libcups2  libdbus-1-3  libexpat1  libfontconfig1  libgcc1  libgconf-2-4  libgdk-pixbuf2.0-0  libglib2.0-0  libgtk-3-0  libnspr4  libpango-1.0-0  libpangocairo-1.0-0  libstdc++6  libx11-6  libx11-xcb1  libxcb1  libxcomposite1  libxcursor1  libxdamage1  libxext6  libxfixes3  libxi6  libxrandr2  libxrender1  libxss1  libxtst6  ca-certificates  fonts-liberation  libappindicator1  libnss3  lsb-release  xdg-utils  wget      && apt-get install -y wget --no-install-recommends      && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -      && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'      && apt-get update      && apt-get install -y google-chrome-unstable --no-install-recommends      && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
2022-12-21T11:28:52.3250605Z �[0m
2022-12-21T11:28:52.3251543Z ##[endgroup]
2022-12-21T11:28:52.3350006Z ##[error]Docker build failed with exit code 100

Nodejs error do not set a non-zero exit-code

Built which error with

(node:1) UnhandledPromiseRejectionWarning: YAMLException: bad indentation of a mapping entry at line 9, column 2:
[542](https://github.com/staabm/staabm.github.io/runs/7235660879?check_suite_focus=true#step:4:543)
     ogImage:
[543](https://github.com/staabm/staabm.github.io/runs/7235660879?check_suite_focus=true#step:4:544)
     ^
[544](https://github.com/staabm/staabm.github.io/runs/7235660879?check_suite_focus=true#step:4:545)
    at generateError (/usr/local/src/generate-og-image/dist/index.js:28145:10)
[545](https://github.com/staabm/staabm.github.io/runs/7235660879?check_suite_focus=true#step:4:546)
    at throwError (/usr/local/src/generate-og-image/dist/index.js:28151:9)
[546](https://github.com/staabm/staabm.github.io/runs/7235660879?check_suite_focus=true#step:4:547)
    at readBlockMapping (/usr/local/src/generate-og-image/dist/index.js:29085:7)
[547](https://github.com/staabm/staabm.github.io/runs/7235660879?check_suite_focus=true#step:4:548)
    at composeNode (/usr/local/src/generate-og-image/dist/index.js:29337:12)
[548](https://github.com/staabm/staabm.github.io/runs/7235660879?check_suite_focus=true#step:4:549)
    at readDocument (/usr/local/src/generate-og-image/dist/index.js:29497:3)
[549](https://github.com/staabm/staabm.github.io/runs/7235660879?check_suite_focus=true#step:4:550)
    at loadDocuments (/usr/local/src/generate-og-image/dist/index.js:29553:5)
[550](https://github.com/staabm/staabm.github.io/runs/7235660879?check_suite_focus=true#step:4:551)
    at Object.load (/usr/local/src/generate-og-image/dist/index.js:29574:19)
[551](https://github.com/staabm/staabm.github.io/runs/7235660879?check_suite_focus=true#step:4:552)
    at parse (/usr/local/src/generate-og-image/dist/index.js:6512:27)
[552](https://github.com/staabm/staabm.github.io/runs/7235660879?check_suite_focus=true#step:4:553)
    at Object.extractor [as default] (/usr/local/src/generate-og-image/dist/index.js:6495:12)
[553](https://github.com/staabm/staabm.github.io/runs/7235660879?check_suite_focus=true#step:4:554)
    at /usr/local/src/generate-og-image/dist/index.js:61147:54
[554](https://github.com/staabm/staabm.github.io/runs/7235660879?check_suite_focus=true#step:4:555)
(node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
[555](https://github.com/staabm/staabm.github.io/runs/7235660879?check_suite_focus=true#step:4:556)
(node:1) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Do not set a proper exit-code and therefore the action is considered successful, even though it failed

https://github.com/staabm/staabm.github.io/runs/7235660879?check_suite_focus=true

Built errors

I guess caused by one of the dependeny updates in the latest release the docker container build fails with

> [email protected] build-release /usr/local/src/generate-og-image
[971](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:971)
  > ncc build src/main.ts
[972](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:972)
  
[973](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:973)
  ncc: Version 0.20.5
[974](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:974)
  ncc: Compiling file index.js
[975](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:975)
  ncc: Using [email protected] (local user-provided)
[976](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:976)
  Error: [tsl] ERROR in /usr/local/src/generate-og-image/src/generate-html.ts(1,20)
[977](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:977)
      **  TS2307: Cannot find module 'marked'.**
[978](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:978)
      at evalmachine.<anonymous>:1:[1483065](tel:1483065)
[979](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:979)
      at eval (eval at create (evalmachine.<anonymous>:1:273347), <anonymous>:13:1)
[980](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:980)
      at processTicksAndRejections (internal/process/task_queues.js:93:5)
[981](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:981)
  npm ERR! code ELIFECYCLE
[982](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:982)
  npm ERR! errno 1
[983](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:983)
  npm ERR! [email protected] build-release: `ncc build src/main.ts`
[984](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:984)
  npm ERR! Exit status 1
[985](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:985)
  npm ERR!
[986](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:986)
  npm ERR! Failed at the [email protected] build-release script.
[987](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:987)
  npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
[988](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:988)
  
[989](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:989)
  npm ERR! A complete log of this run can be found in:
[990](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:990)
  npm ERR!     /root/.npm/_logs/2022-07-07T14_00_02_822Z-debug.log
[991](https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true#step:2:991)
  The command '/bin/sh -c npm run build-release' returned a non-zero code: 1

see https://github.com/staabm/staabm.github.io/runs/7234833282?check_suite_focus=true

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.