Skip to content
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

PDF creation fails for latest docker image #411

Closed
hofbi opened this issue Jan 10, 2022 · 1 comment · Fixed by #415
Closed

PDF creation fails for latest docker image #411

hofbi opened this issue Jan 10, 2022 · 1 comment · Fixed by #415
Labels
bug Something isn't working

Comments

@hofbi
Copy link

hofbi commented Jan 10, 2022

Version of Marp Tool

latest

Operating System

Other (fill out in the environment field)

Environment

How to reproduce

Using the provided docker command according to the README

docker run --rm --init -v $PWD:/home/marp/app/ -e LANG=$LANG marpteam/marp-cli slide-deck.md --pdf

Expected behavior

PDF is created

Actual behavior

PDF creation fails with the following error message:

[ ERROR ] Failed converting Markdown. (Failed to launch the browser process!
          Error relocating /usr/lib/chromium/chrome: wl_proxy_marshal_flags:
          symbol not found
          
          
          TROUBLESHOOTING:
          https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md
          )

Additional information

v1.5.0 and earlies version work. Bug was introduced with the latest version.

@hofbi hofbi added the bug Something isn't working label Jan 10, 2022
@yhatt
Copy link
Member

yhatt commented Jan 12, 2022

It's under investigation. latest tag is pointing to in-development version (main branch) for early use. As you mentioned, please try the specific version tag like v1.5.0 if you want a stable workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants