-
-
Notifications
You must be signed in to change notification settings - Fork 758
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
Failed convert SVG to PNG #596
Comments
I've run into this as well, self-hosting with Vercel. Here are some more details:
|
@tycrek On Vercel this is expected since we do not have inkscape or imagick on Vercel and currently there isn't a known time when one of these will be available (this is tracked at vercel-community/php#368) |
@FajarKim Thanks for reporting 👍 Unfortunately, I can't reproduce the issue locally which makes this a difficult issue to debug. For the Demolab site which is on Heroku, it seems like sometimes it is working and sometimes it is not which means something is probably weird on Heroku's end of things. I'll make sure to provide an update if I found out any additional info. |
I made a small change in #605 that may potentially help with this issue. It seems to be working on demolab when I try it, but I can't know if it is fixed or only temporarily working. |
I seem to still run into this issue with Demolab, using this URL: https://streak-stats.demolab.com?user=tycrek&theme=dracula&hide_border=true&type=png (excluding |
The error was "Failed to convert svg to png" |
Describe the bug
A failure converting when changing an image from SVG to PNG on a website page
To Reproduce
No comment
Expected behavior
No comment
Screenshots
Smartphone (please complete the following information):
Additional context
No comment
The text was updated successfully, but these errors were encountered: