closed python access local plantuml server, always get initial uml image

0 votes
asked Jun 29, 2021 in Question / help by BruceLee (120 points)
closed Jun 30, 2021 by BruceLee
I set up a docker plantuml-server locally. and I generate plantuml txt send to plantuml-server througn python, but always get the initial uml image, like :

@startuml
Bob -> Alice : hello
@enduml
closed with the note: error url cause to this problem
...