Skip to content
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

unable to produce plantuml C4 diagram #1673

Closed
danieleades opened this issue Nov 3, 2023 · 1 comment
Closed

unable to produce plantuml C4 diagram #1673

danieleades opened this issue Nov 3, 2023 · 1 comment

Comments

@danieleades
Copy link

having issues generating a plantuml diagram.

WARNING: kroki plantuml diagram (svg) with source '@startuml\n!include <C4/C4_Container>\n\nPerson(personAlias, "Label", "Optional Description")\nContainer(containerAlias, "Label", "Technology", "Optional Description")\nSystem(systemAlias, "Label", "Optional Description")\n\nRel(personAlias, containerAlias, "Label", "Optional Technology")\n@enduml\n': kroki did not produce a diagram

Exception occurred:
File "/workspace/.cache/virtualenvs/sb-bcps-xS3fZVNL-py3.12/lib/python3.12/site-packages/sphinxcontrib/kroki/transform.py", line 60, in render
raise SkipNode from exc
docutils.nodes.SkipNode

the diagram itself is included by path like so

.. kroki:: path/to/diagram.puml
    :name: some name
    :caption: some caption

any ideas?

@ggrossetie
Copy link
Member

This is not the right repository, it seems related to /sphinxcontrib/kroki/transform.py. You will have to provide the log from the Kroki server otherwise I cannot help.

Please join https://kroki.zulipchat.com/. The issue tracker is reserved for bug reports and formal proposals for an enhancement.

@ggrossetie ggrossetie closed this as not planned Won't fix, can't repro, duplicate, stale Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants