Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spawn EACCESS error #28

Open
infinite4evr opened this issue Jul 7, 2020 · 2 comments
Open

Spawn EACCESS error #28

infinite4evr opened this issue Jul 7, 2020 · 2 comments

Comments

@infinite4evr
Copy link

infinite4evr commented Jul 7, 2020

The latest commit breaks the package and It's not working fine

Error: spawn /home/converterbot/node_modules/webp-converter/bin/libwebp_linux/bin/dwebp EACCES
    at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
    at onErrorNT (internal/child_process.js:469:16)
    at processTicksAndRejections (internal/process/task_queues.js:84:21) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'spawn /home/converterbot/node_modules/webp-converter/bin/libwebp_linux/bin/dwebp',
  path: '/home/converterbot/node_modules/webp-converter/bin/libwebp_linux/bin/dwebp',
  spawnargs: [
    '/home/converterbot/temp/330959283/file_375.webp',
    '-o',
    '/home/converterbot/temp/330959283/octopusagad3.png'
  ],
  cmd: '/home/converterbot/node_modules/webp-converter/bin/libwebp_linux/bin/dwebp /home/converterbot/temp/330959283/file_375.webp -o /home/converterbot/temp/330959283/octopusagad3.png'                                                                                       
}

I have rolled back to version 2.2.3 for now.

@anthinkingcoder
Copy link

chmod +x /home/converterbot/node_modules/webp-converter/bin/libwebp_linux/bin/dwebp

@sbalko
Copy link

sbalko commented Jul 26, 2020

Can the binaries please be packaged with the right file permissions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants