The convert command returned an error
See original GitHub issueHello. Im running in MX Linux 19.2 patito feo. when i run matter, i got this error:
-hl bd93f8 -fg f8f8f3 -bg 282a36 \
-ff /usr/share/fonts/truetype/Ubuntu/Ubuntu\ Medium\ Nerd\ Font\ Complete.ttf \
-fn Ubuntu Nerd Font -fs 32
[I] Begin Matter install
[I] Build theme from user preferences
[I] Download debian.svg
[I] Download folder.svg
[I] Download memory.svg
[I] Download microsoft-windows.svg
[I] Download cog.svg
[I] Convert icons
convert-im6.q16: no decode delegate for this image format `' @ error/constitute.c/ReadImage/560.
convert-im6.q16: unable to open image `Repos/matter/icons/debian.svg': No such file or directory @ error/blob.c/OpenBlob/2874.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-18436rdkJflvHXxwW': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no decode delegate for this image format `' @ error/constitute.c/ReadImage/560.
convert-im6.q16: no images defined `Repos/matter/Matter/icons/debian.png' @ error/convert.c/ConvertImageCommand/3258.
[E] Stop. The convert command returned an error. ```
any help?
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Error for convert command in command line
install using command $ sudo port install ImageMagick or using Homebrew ... port install not work for me. it always return "Error: Port ......
Read more >Command '['convert', '--version']' returned non-zero exit ...
CalledProcessError: Command '['convert', '--version']' returned non-zero exit status 1. for deeplabcut==2.2b8 #925.
Read more >Command qemu-img convert returned non-zero exit status 1
Image Builder compose fails with error subprocess.CalledProcessError: Command qemu-img convert returned non-zero exit status 1.
Read more >Command '('lsb_release', '-a')' return non-zero exit status 1 ...
During dependency installation, the error message "subprocess.CalledProcessError: Command '('lsb_release', '-a')' return non-zero exit ...
Read more >Command '('lsb_release', '-a')' return non-zero exit status 1 ...
7.5 installation. Symptom. During dependency installation, the error message "subprocess.CalledProcessError: Command '('lsb_release', '-a')' return non- ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same issue on Void Linux with latest updates. Latest ImageMagick and Inkscape installed.
I found why the script bug, it seem that the
fill
andbackground
argument are applied on the document and not the path of SVG files. But I don’t know how to fix it. 😕