GithubHelp home page GithubHelp logo

Comments (2)

0x6d6f7468 avatar 0x6d6f7468 commented on May 21, 2024

Ran into the same issue as well. Traced the issue down the Pyppeteer itself, though not sure why it's happening yet:

https://github.com/pyppeteer/pyppeteer/blob/7486b56c072be469f5d9f7ac797f59ecea2a5c65/pyppeteer/page.py#L1249

[Update 1] I did a kludge patch in my install of Pyppeteer, looks like my scan is running now. Basically added to the conditional in that line of code. If I end up with usable screenshots, I might end up opening an issue or PR with Pyppeteer.
[Update 2] It worked. Changing line 1249 of /usr/lib/python3/dist-packages/pyppeteer/page.py to if mimeType == 'image/png' or mimeType == 'image/vnd.mozilla.apng': What a mess, though I don't think it's a WitnessMe problem.

from witnessme.

0x6d6f7468 avatar 0x6d6f7468 commented on May 21, 2024

@weuroi578 in case you're still hoping to use WitnessMe ^ Hope that helps for you.

from witnessme.

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.