-
Notifications
You must be signed in to change notification settings - Fork 88
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
Regression 0.4.0: "Error converting __.svg into ___.png" with GitBook #71
Comments
Yup, we have recently update from PhantomJS to Puppeteer. @MichaelHeerklotz is leading the work, so he might be more helpful. |
There seem to be some problems when running on Windows. I am working on a fix. |
I just ran into this today in debian. @MichaelRoosz any word on that fix? |
In https://gitlab.com/cliutils/modern-cmake, I'm hitting this as of a week or two ago, and it's not tied to 0.3/0.4, I tried pinning the older one and it didn't fix it, and newer ones used to be fine. I think an underlying library must have changed. Any idea of what it might be, or how to see a more informative error message? Edit: manually running it produces:
Edit: I think puppeteer 3.3.0 broke svgexport. I have no idea how to force puppeteer <3.3.0 in the nested dependency for npm. |
Ahh, the SVG is a 404 not found! That's why. Now just have to figure out which badge it was, out of way too many... Nevermine, not a problem here (though a better error if a 404 page is returned for the svg would be fantastic). |
Regression
Without any relevant changes on my end an AppVeyor job I have running GitBook CLI fails when using
0.4.0
while trying to convert an SVG into a PNG:✔️ https://ci.appveyor.com/project/bkimminich/pwning-juice-shop/builds/30108321
(before release of
0.4.0
, dependency resolving to0.3.2
)❌ https://ci.appveyor.com/project/bkimminich/pwning-juice-shop/builds/30265687
(since release of
0.4.0
)✔️ https://ci.appveyor.com/project/bkimminich/pwning-juice-shop/builds/30271052
(after pinning to
0.3.2
)The text was updated successfully, but these errors were encountered: