question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ERROR #85901 GRAPHQL : Unexpected error value: "failed to process

See original GitHub issue

“gatsby develop” not download .png image file

give me error TaskImgError

tihis same error on some other pages

My GraphQL Query like this query GET_PAGE($id: ID!) { wpgraphql { page(id: $id) { id pageId uri title content featuredImage { sourceUrl altText imageFile { childImageSharp { fluid(maxWidth: 1200, maxHeight:600, quality: 80, cropFocus: CENTER) { ...GatsbyImageSharpFluid_withWebp_noBase64 } } } } } }

Wordpress GraphQL Query wpQuery

Gatsby GraphQL Query wpqueryone

before above query work file but now it’s give me error when click on imageFile node like below

Screenshot from 2020-09-03 00-15-28

imageFile {} object only show in gatsbyjs wpgraphQL but why not show in WPGraphQL Query.i don’t understand what this happen some days ago this working perfect

Environment

Ubuntu OS “gatsby”: “^2.24.50”, “gatsby-image”: “^2.4.16”, “gatsby-plugin-sharp”: “^2.6.28”, “gatsby-source-graphql”: “^2.7.2”, “gatsby-transformer-sharp”: “^2.5.13”,

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
MKlblangenoiscommented, Sep 3, 2020

I’ve the same issue, process return error when he’s trying to download PNG file


Processing /Users/loganblangenois/Documents/Sites/Gatsby/Clients/gatsby-studyfr-v5/.cache/caches/gatsby-source-wordpress-experimental/a1aa62e5163bc8656a334d10837722b0/Warmadewa University Logo.png failed

Original error:

  WorkerError: Processing /Users/loganblangenois/Documents/Sites/Gatsby/Clients/gatsby-studyfr-v5/.cache/caches/gatsby-source-wordpress-experimental/a1aa62e5163bc8656a334d10837722b0/  Warmadewa University Logo.png failed
  Original error:
  
  - jobs-manager.ts:318 enqueueJob
    [gatsby-studyfr-v5]/[gatsby]/src/utils/jobs-manager.ts:318:21
  
  - runMicrotasks
  
  - task_queues.js:97 processTicksAndRejections
    internal/process/task_queues.js:97:5
  • “gatsby”: “^2.24.50”,
  • “gatsby-image”: “^2.4.16”,
  • “gatsby-plugin-sharp”: “^2.6.28”,
  • “gatsby-source-wordpress-experimental”: “^1.3.8”,
  • “gatsby-transformer-sharp”: “^2.5.13”,
0reactions
github-actions[bot]commented, Nov 9, 2020

Hey again!

It’s been 60 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m HUMAN_EMOTION_SORRY. Please feel free to comment on this issue or create a new one if you need anything else. As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!

Thanks again for being part of the Gatsby community! 💪💜

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error in GraphQL query it says Unknown type "ContentfulSizes"
Any solutions? ERROR #85901 GRAPHQL. There was an error in your GraphQL query: Unknown type "ContentfulSizes". Did you mean "ContentfulSecondTry ...
Read more >
GraphQL query on certain documents - Developing with Prismic
ERROR #85901 GRAPHQL There was an error in your GraphQL query: Expected Iterable, but did not find one for field Blog.body.
Read more >
Troubleshooting Common Errors | GatsbyJS 中文网
If the error is describing an Unknown field 'X' on type 'Query' , the content type you are trying to source is likely...
Read more >
graphql cannot query field on type query - You.com
Because of the nature of this error message, I spent most of my morning puzzling over my backend code. But it turned out...
Read more >
Creating a Gatsby Site with WordPress Data - CSS-Tricks
We'll use WPGraphQL to enable GraphQL API in WordPress and open up ... Now, if we open up localhost:8000 in a browser, we...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found