You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just found out that the tool breaks when the filepath contains the # symbol. My filename looks like this /Users/dasheck/Projects/Javascript/Nodejs/.../cli/output/svg/item#00000.svg. Might be true for other symbols as well. The errors message looks like this:
Error: Unable to load file (Error: net::ERR_FILE_NOT_FOUND at file:///Users/dasheck/Projects/Javascript/Nodejs/.../cli/output/svg/item#00000.svg): /Users/dasheck/Projects/Javascript/Nodejs/.../cli/output/svg/item#00000.svg
Workaround is to remove the # before proceeding. However, it would be great if this wouldn't be an issue :)
The text was updated successfully, but these errors were encountered:
Hi,
just found out that the tool breaks when the filepath contains the
#
symbol. My filename looks like this/Users/dasheck/Projects/Javascript/Nodejs/.../cli/output/svg/item#00000.svg
. Might be true for other symbols as well. The errors message looks like this:Workaround is to remove the
#
before proceeding. However, it would be great if this wouldn't be an issue :)The text was updated successfully, but these errors were encountered: