Coder Social home page Coder Social logo

Comments (5)

klauskades avatar klauskades commented on May 18, 2024 3

Just as a short update in case sombody still hast the problem. In my case installing xvfb in Ubuntu 20.04 resolved the issue:

sudo apt-get install xvfb

from imgkit.

parthasaradhikonda avatar parthasaradhikonda commented on May 18, 2024

Any update on this?

from imgkit.

mike1703 avatar mike1703 commented on May 18, 2024

this is the reason for the issue: https://bugs.alpinelinux.org/issues/9617
In config.py the xvfb-run command is not found and therefore b'' is stored. You cannot execute the empty string.

A possible solution until xvfb-run is packaged in alpine is to add the file manually (the one from here works for example: https://github.com/cjpetrus/alpine_webkit2png)

There should be some error handling code if no executable is found to assist in the debugging.

from imgkit.

mike1703 avatar mike1703 commented on May 18, 2024

opened pull request #33 to have better error handling which shows an error if xvfb-run is not available

from imgkit.

jarrekk avatar jarrekk commented on May 18, 2024
PermissionError: [Errno 13] Permission denied: b''

This error is caused by not found xvfb-run, so b'' means the final xvfb-run path. Fixed in https://github.com/jarrekk/imgkit/blob/V1.1.0/imgkit/config.py

from imgkit.

Related Issues (20)

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.