Coder Social home page Coder Social logo

No @startuml found about gravizo HOT 6 CLOSED

tlmak0 avatar tlmak0 commented on June 16, 2024
No @startuml found

from gravizo.

Comments (6)

jeanrajotte avatar jeanrajotte commented on June 16, 2024

In case it's my diagram definition that's problematic, here's its source.

@startuml

object partner

object partner_option

partner_option : x.mode.new.02.00 = null or Y

object end_user

end_user : x_mode = null or Y

object subscription
object sku

sku : mode = null or Y

object sku_set

partner o-- partner_option
partner o-- end_user
end_user o-- subscription
sku o-- subscription
sku_set o-- partner 
sku_set o-- sku

@enduml

from gravizo.

jeanrajotte avatar jeanrajotte commented on June 16, 2024

FYI, while playing around a little... Removing the @ in front of @enduml also yields the "No @startuml found" image. Possibly the "No @startuml found" error is a red herring...

from gravizo.

jeanrajotte avatar jeanrajotte commented on June 16, 2024

Wow! Now it works. url-encoded returns an image. I end every line with semi-colon now. Was that the issue?

from gravizo.

TLmaK0 avatar TLmaK0 commented on June 16, 2024

yes sure! When the request arrives to the server, it arrives without carriage returns, so, adding ";" is the only way to take care about this.

from gravizo.

jeanrajotte avatar jeanrajotte commented on June 16, 2024

But, aren't carriage returns url-encoded?

from gravizo.

TLmaK0 avatar TLmaK0 commented on June 16, 2024

Yes, if you use url encode of course, but if you use a direct link no, so the system always expect a ;

from gravizo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.