-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
marp-cli docker image times out by creating title slide image #592
Comments
The similar issue has reported by others, but I cannot yet determine the root cause because I could not reproduce that. Try the debug, like them:
|
Thank you for the quick answer, I tried your args but the issue is the same. I am now using the docker image v3.3.1, which is running as expected. |
Could you share the detailed debug log when failed with |
|
Had the exact same problem for PDF and PPTX generation. #591 was merged. This triggered an update to the Docker images for To get things working, for now, we have locked into v3.4.0 which is the last stable release build of the So, if you have omitted the tag on your docker image reference, I would add it. If you have |
I'm not sure if you posted this on the other issue that was reported, but I hadn't tried the new headless for puppeteer. I think that is the source of these problems and given I don't know all the systems involved, but the stack trace points that direction, this could be the crux of it all. |
Yes, we treat The next update of Marp CLI will be major update v4 including the plan of adopting new headless mode and new browser options. The current headless mode will be removed from Google Chrome in the last of 2024, so we are going to update into using the new headless mode. |
Seeing this issue as well on Gitlab CI. |
I'm still seeing the same error message w/o docker OS: Ubuntu 24.04.1 LTS (I know I don't have to put any dependencies other than marp-cli on my slides repo, just tried to do everthing to find the cause) |
Puppeteer has several reports about timeout due to using Alpine Linux as a container. We've updated the image to use Debian instead of Alpine in #608, and it can test with |
Version of Marp Tool
marpteam/marp-cli:v3.4.0
Operating System
Linux
Environment
How to reproduce
docker run --rm -v $PWD:/home/marp/app/ -e LANG=$LANG marpteam/marp-cli PITCHME.md --image
Expected behavior
The title slide should be generated.
Actual behavior
The conversion is taking very long and finally times out.
Additional information
The text was updated successfully, but these errors were encountered: