You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After checking the logs, I noticed that this was due to a 403 error.
PlantUmlDiagrams.diagram.plantuml.generate:103 - Failed to connect to the server: HTTP Error 403: Forbidden (http://www.plantuml.com/plantuml/) Falling back to local rendering...
I ran Wireshark, analyzed the HTTP call made and noticed that the error comes from the user agent which seems to generate a 403 on the plantuml side. So I propose to remove it.
I wanted to use your PlantUml extension (aka: https://github.com/evandrocoan/PlantUmlDiagrams)
for sublime text and I can't generate the image.
After checking the logs, I noticed that this was due to a 403 error.
I ran Wireshark, analyzed the HTTP call made and noticed that the error comes from the user agent which seems to generate a 403 on the plantuml side. So I propose to remove it.
Indeed, if it is not present the call works.
With user agent
Without user agent
The text was updated successfully, but these errors were encountered: