David Magalhães

Results 21 comments of David Magalhães

I'm having the same issue on Debian, but in OSX that issue doesn't happen. Any thoughts ?

I have the same issue, I've increased the timeout to 30_000 but still getting 15000 timeout.

I will check with a different ISP (maybe is AWS), I'm from Europe and the S3 bucket is from Singapore. I will test your configuration also, thanks!

Just to be clear, is normal for every Digital PIN do be inverted or just the pin LEDs ?

Not sure what could be the error, but looking into [this](https://github.com/puppeteer/puppeteer/issues/3870) issue try to increase the timeout (I think the default is 5000ms). Because it might be running in a...

So, with the error above we can confirm that the task is giving timeout. Not sure we can do anything. I've used similar services before, but it was deployed under...

The file for `puppeteer_pdf` doesn't exists. You can define it with: ``` config :puppeteer_pdf, exec_path: "/usr/local/bin/puppeteer-pdf" ```

Hi @ddink, I'm not using any project with this library right now and since `pdf_generator` has an option to use puppeteer I would suggest using that library. Related to your...

It should work with the local install. Can you try to run the same command that this library runs with the local binary of puppeteer-pdf ? If I have some...

I think `13` is from `PermissionError: [Errno 13] Permission denied.` Can you check if you have permission +x (execution) to that file?