Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build issues when using python 3 #231

Open
AdSchellevis opened this issue Jan 10, 2020 · 1 comment
Open

Build issues when using python 3 #231

AdSchellevis opened this issue Jan 10, 2020 · 1 comment
Assignees
Labels
upstream Third party issue

Comments

@AdSchellevis
Copy link
Member

AdSchellevis commented Jan 10, 2020

WARNING: dot code 'blockdiag {\n   OPNsense [shape="cisco.firewall", label=""];\n   internet [shape="cloud"];\n   private_net [shape="cloud", label="private net"];\n   Gateway1 [shape="cisco.router", label=""];\n   Gateway2 [shape="cisco.router", label=""];\n   Gateway3 [shape="cisco.router", label=""];\n   OPNsense -> Gateway1 -> internet;\n   OPNsense -> Gateway2 -> internet [style = dotted];\n   OPNsense -> Gateway3 -> private_net;\n\n}': integer argument expected, got float
WARNING: dot code 'nwdiag {\n\n    span_width = 90;\n    node_width = 180;\n    Internet [shape = "cisco.cloud"];\n    fileserver [label="File Server",shape="cisco.fileserver",address="192.168.1.10"];\n    fileserver -- switchlan;\n\n    network LAN {\n      switchlan [label="",shape = "cisco.workgroup_switch"];\n      label = " LAN";\n      address ="192.168.1.1.x/24";\n      fw1 [address="192.168.1.1/24"];\n    }\n\n    network WAN  {\n      label = " WAN";\n      fw1 [shape = "cisco.firewall", address="172.18.0.164"];\n      Internet;\n    }\n\n    network Remote {\n        Internet;\n        laptop [address="172.10.10.55 (WANIP),10.10.0.1 (IPsec)",label="Remote User",shape="cisco.laptop"];\n    }\n  }': integer argument expected, got float

blockdiag/blockdiag#111
blockdiag/blockdiag#130

@fichtner
Copy link
Member

As far as I can see this is no longer the case, closing.

@AdSchellevis AdSchellevis reopened this Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Third party issue
Development

No branches or pull requests

2 participants