Issue Summary

Alpha

GitGig is currently running in an Alpha release. For more information on our Alpha mode, check out our documentation. Join our telegram @git_gig to stay up to date.

Issue Details
GitHub Issue
node-html-to-image timout error inside docker container frinyvonnick/node-html-to-image#225
Bounty History
[MAINTAINER CLAIM] 50.0 USDC bounty on frinyvonnick/node-html-to-image#225 gitgig-io/bounties#24
Status Pending Maintainer Claim
Description

My code for generating image looks like

async generateImage(html: string) {
        return nodeHtmlToImage({
            html: html.toString(),
            puppeteerArgs: {
                args: ['--no-sandbox', '--disable-setuid-sandbox'],
                executablePath: '/usr/bin/google-chrome',
            },
            timeout: 50000
        });
    }

it is actually working when i star it locally

error:

Error: Timeout hit: 50000
    at /build/node_modules/puppeteer-cluster/dist/util.js:69:23
    at Generator.next (<anonymous>)
    at fulfilled (/build/node_modules/puppeteer-cluster/dist/util.js:5:58)

how i installed puppeteer:

FROM node:18

# Install Google Chrome Stable and fonts
# Note: this installs the necessary libs to make the browser work with Puppeteer.
RUN apt-get update && apt-get install gnupg wget -y && \
    wget --quiet --output-document=- https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor > /etc/apt/trusted.gpg.d/google-archive.gpg && \
    sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' && \
    apt-get update && \
    apt-get install google-chrome-stable -y --no-install-recommends && \
    rm -rf /var/lib/apt/lists/*
Issue Bounties
Bounty Contract Maintainer Reward Resolver Reward Event History
0x8297a...a6b0
5.0 USDC (~5.0 USD)
45.0 USDC (~45.0 USD)
View Event History