yuzutech / kroki

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

Service failed to generate diagrams frequently #1778

Open razonyang opened 2 months ago

razonyang commented 2 months ago

Hi, I've encountered this issue many times. I'm not sure if it's a bug.

https://github.com/user-attachments/assets/be6a547a-7902-44be-8234-b1fb5f8cc585

API: https://kroki.io/mermaid/svg

Content-Type: text/plain

Diagram:

graph TD
  A[ Anyone ] -->|Can help | B( Go to github.com/yuzutech/kroki )
  B --> C{ How to contribute? }
  C --> D[ Reporting bugs ]
  C --> E[ Sharing ideas ]
  C --> F[ Advocating ]
ggrossetie commented 2 months ago

It's a known issue. Mermaid has stability issues (Chrome GPU process regularly crashes). We didn't identify the root cause and for now the only workaround I found is to restart the browser if killed: https://github.com/yuzutech/kroki/pull/1745

scali commented 1 month ago

I've posted same kind of issue : #1783