Our company is using the Confluence plug-in to draw sequence diagrams.I have noticed that existing drawings suddenly show this error::Error: https://imgur.com/a/pu-error-wGI6gwU
Related code that has not changed and used to work:https://imgur.com/a/kMIBpDB
Thank you!
This error also occurs on our company's Confluence. I have checked the same unchanged sequence diagrams on this site using the Online server, and I am experiencing the same issues as we have in Confluence.
Also checked in here: https://editor.plantuml.com/and it is not working there as well.
Sure, it looks like I found the issue.
The latest version no longer supports NBSP/tabs, whereas previous versions did.
I discovered this by copying the diagram into Notepad and noticing the presence of NBSP characters.
Here is a failing diagram:
@startumlparticipant Monolithactivate Monolithalt Toggles ON Monolith -> Monolith : Do something 1else Toggles OFF Monolith -> Monolith : Do something 2enddeactivate Monolith@enduml
@startumlparticipant Monolith
activate Monolith
alt Toggles ON Monolith -> Monolith : Do something 1else Toggles OFF Monolith -> Monolith : Do something 2end
deactivate Monolith
@enduml
This one is the working one:
@startumlparticipant Monolithactivate Monolithalt Toggles ONMonolith -> Monolith : Do something 1else Toggles OFFMonolith -> Monolith : Do something 2enddeactivate Monolith@enduml
alt Toggles ONMonolith -> Monolith : Do something 1else Toggles OFFMonolith -> Monolith : Do something 2end
Hope it helps.
Updated with NBSP.I'm not entirely sure why these were added to my diagrams, but I can confirm that they worked this way as well.https://editor.plantuml.com/uml/SoWkIImgAStDuUKg038oapCB4lDA57ppy_9pCaioUBbukHAJIpBB4ajIKGLpIXH2yjFJSrAB5VpzUBaEBJYq02Qle6i7LwjWfU2Ihr2SdvjQaf6PbwvWoCkLcbESYj3hvaQyPYEWvhmKaFKfgLXTvG2K1le50000
(--------)
Hello,
Could you copy the text of your diagram in this thread?
You could also check if it is working on https://editor.plantuml.com/
Thanks!