Giter Site home page Giter Site logo

it seems the GraphQL API is not work about blog HOT 3 CLOSED

pioug avatar pioug commented on August 30, 2024
it seems the GraphQL API is not work

from blog.

Comments (3)

ArtUsr avatar ArtUsr commented on August 30, 2024

The error seems to have been caused by Personal access tokens. You can tell which permissions you want to check.

from blog.

ArtUsr avatar ArtUsr commented on August 30, 2024
> [email protected] build /github/workspace
> npx eleventy

Problem writing Eleventy templates: (more in DEBUG output)
> Having trouble rendering njk template ./feed/feed.njk (TemplateContentRenderError)
> (unknown path)
  Error: Collection is empty in rssLastUpdatedDate filter. (Template render error):
    Template render error: (unknown path)
       Error: Collection is empty in rssLastUpdatedDate filter.
        at Object._prettifyError (/github/workspace/node_modules/nunjucks/src/lib.js:36:11)
        at /github/workspace/node_modules/nunjucks/src/environment.js:567:19
        at Template.root [as rootRenderFunc] (eval at _compile (/github/workspace/node_modules/nunjucks/src/environment.js:637:18), <anonymous>:79:3)
        at Template.render (/github/workspace/node_modules/nunjucks/src/environment.js:556:10)
 at /github/workspace/node_modules/@11ty/eleventy/src/Engines/Nunjucks.js:136:14
        at new Promise (<anonymous>)
        at /github/workspace/node_modules/@11ty/eleventy/src/Engines/Nunjucks.js:135:14
        at Template.render (/github/workspace/node_modules/@11ty/eleventy/src/TemplateContent.js:160:28)
        at process._tickCallback (internal/process/next_tick.js:68:7)
Benchmark (Configuration): "htmlDateString" Nunjucks Filter took 201ms (38.4%)
Copied 2 items and Processed 0 files in 0.39 seconds
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: `npx eleventy`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /github/home/.npm/_logs/2019-08-31T14_07_46_944Z-debug.log
 Deploying to GitHub...
[master aed2c57] Deploying to gh-pages - 14:07:46
 3 files changed, 208 insertions(+)
  create mode 100644 _site/css/index.css
 create mode 100644 _site/css/prism-base16-monokai.dark.css
 create mode 100644 _site/img/.gitkeep
1/18 (0)
2/18 (1)
3/18 (2)
4/18 (3)
5/18 (4)
6/18 (5)
7/18 (6)
8/18 (7)
9/18 (8)
10/18 (9)
11/18 (10)
12/18 (11)
13/18 (12)
14/18 (13)
15/18 (14)
16/18 (15)
17/18 (16)
18/18 (17)

from blog.

pioug avatar pioug commented on August 30, 2024

The label posts is currently required to include the issues as blog posts.

// gulpfile.js
issues
  .filter(({ node: { labels: { edges: labels } } }) =>
    labels.some(({ name }) => "posts")
  )

Can you try labelling your issues with posts? I am sorry my repo is still in early stage. I haven't thought about reusability yet.

from blog.

Related Issues (4)

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.