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
I encountered this when trying out the C4Builder-Demo. Since I was trying out something new, I was expecting problems and wasn't too thrown off, but we're setting up this to be used by all developers on our projects, an error message would be really helpful.
Make sure .c4builder has "plantumlServerUrl": "https://www.plantuml.com/plantuml",, using https instead of the supported http
rm -rf docs && c4builder
Expected result
docs/context.png should be a valid PNG.
Actual result
docs/context.png is 0 bytes, and there is no error message. This is the output from running:
$ rm -rf docs && c4builder
_ _ _ _ _ _
___| || | | |__ _ _(_) | __| | ___ _ __
/ __| || |_| '_ \| | | | | |/ _` |/ _ \ '__|
| (__|__ _| |_) | |_| | | | (_| | __/ |
\___| |_| |_.__/ \__,_|_|_|\__,_|\___|_|
Blow up your software documentation writing skills
building documentation in ./docs
parsed 7 folders
generating images
processed 8/8 images
generating markdown files
processed 7/7 files
generating docsify site
generating complete pdf file
built in 6.945 seconds
to view the generated website run
> c4builder site
The text was updated successfully, but these errors were encountered:
dvrensk
changed the title
Using "generateLocalImages": true fails without error when local server is missing
Using "generateLocalImages": true fails without error when server URL is bad
Mar 25, 2021
I encountered this when trying out the C4Builder-Demo. Since I was trying out something new, I was expecting problems and wasn't too thrown off, but we're setting up this to be used by all developers on our projects, an error message would be really helpful.
Steps to reproduce
c4builder
cd C4Builder-Demo
pdf.css
as per Path to pdf.css is broken C4Builder-Demo#1.c4builder
has"plantumlServerUrl": "https://www.plantuml.com/plantuml",
, usinghttps
instead of the supportedhttp
rm -rf docs && c4builder
Expected result
docs/context.png
should be a valid PNG.Actual result
docs/context.png
is 0 bytes, and there is no error message. This is the output from running:The text was updated successfully, but these errors were encountered: