astefanutti / decktape

PDF exporter for HTML presentations
MIT License
2.19k stars 176 forks source link

Docker: Cannot create pdf in latest tag due to "browser has disconnected" #194

Closed p-oswald closed 4 years ago

p-oswald commented 5 years ago

While creating a pdf with the latest docker tag I ran into this error:

Error: Navigation failed because browser has disconnected!

The command to create the pdf is as follows:

$ docker run --rm -t -v `pwd`:/slides -v /home/user/reveal/:/home/user astefanutti/decktape /home/user/index.html slides.pdf

The command works fine when I use it with the tag 2.9.

astefanutti commented 5 years ago

I haven't been able to reproduce with version 2.10.0. Could you please give it a try? Otherwise, could you provide details on your environment, like OS and Docker version?

astefanutti commented 4 years ago

Let me close this. Feel free to re-open if that is still an issue.