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.

WorkerError: Processing /folder/paht/.cache/caches/default-site-plugin/25582de259075d7cc9b5818039d56 380/reg-img.png failed

See original GitHub issue

i’m update some plugin in my gatsby project.

“gatsby-source-graphql”: “^2.1.33”, to current latest version “gatsby-transformer-sharp”: “^2.3.13”, to current latest version “gatsby-plugin-sharp”: “^2.4.3”, to current latest version “gatsby-source-filesystem”: “^2.1.46”, to current latest version

after update and remove node_modules,package-lock.js, run gatsby clean commands install npm pacakge after installation “gatsby develop” command generate error.

Processing /projectPath/.cache/caches/default-site-plugin/25582de259075d7cc9b5818039d56380/reg-img.png failed

Original error:

WorkerError: Processing /projectPath/.cache/caches/default-site-plugin/25582de259075d7cc9b5818039d56 380/reg-img.png failed jobs-manager.ts:318 enqueueJob task_queues.js:97 processTicksAndRejections

not finished run static queries - 8.371s not finished Generating image thumbnails - 1.030s

After revert to previous npm package version.same error generate

Envirnoment “gatsby”: “^2.19.7”, Ubuntu OS,

Screenshot from 2020-09-01 00-04-46

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
byronshillycommented, Aug 31, 2020

Also hitting this issue. Reverting to 2.6.28 fixed the issue. Have not tried 2.6.29 and 2.6.30.

0reactions
KamranMaqboolcommented, Sep 1, 2020

same issue after revert my previous versions

Read more comments on GitHub >

github_iconTop Results From Across the Web

WorkerError, Failed to process image. Gatsby - Stack Overflow
As a temporary solution I used in the build process (Dockerfile) whilst waiting for the pull request to make it all the way...
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