yuzutech / kroki

Creates diagrams from textual descriptions!
https://kroki.io
MIT License
2.89k stars 216 forks source link

#Try - Mermaid Error 400 #1696

Closed MKE-Lorch closed 8 months ago

MKE-Lorch commented 8 months ago

In my asciidoctor-kroki project my mermaid diagrams are not rendered anymore. I've checked on https://kroki.io/#try an for me even the basic marmaid example is not working anymore. The error message is the same. Other diagrams are working properly with asciidoctor-kroki and on https://kroki.io/#try.

image

jmooring commented 8 months ago

Problem seems limited to mermaid. This fails as well:

sequenceDiagram
  participant Alice
  participant Bob
  Alice->John: Hello John, how are you?
  loop Healthcheck
    John->John: Fight against hypochondria
  end
  Note right of John: Rational thoughts prevail...
  John-->Alice: Great!
  John->Bob: How about you?
  Bob-->John: Jolly good!
ggrossetie commented 8 months ago

Hey!

It's a known issue. Mermaid has stability issues (Chrome GPU process regularly crashes). Please use the community chat at kroki.zulipchat.com to report issues with the public instance. The issue tracker is for reporting bugs and feature proposals.