Replies: 2 comments
-
crossbar/crossbar/common/checkconfig.py Line 988 in 0089c1e and the integers must be valid IP ports, which is checked via the helper here: crossbar/crossbar/common/checkconfig.py Line 865 in 0089c1e |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using in config.yaml in the portrange parameter
which works well.
Now, I am now trying to pass a parameter from outside of start_port_range and end_port_range but I get errors when it's trying to convert it regarding the string to int conversion.
I also tried to use it as following:
but got error: yaml.constructor.ConstructorError: expected a scalar node, but found mapping
I also tried to use the !template header but it does not know it.
Do you have any idea how I can pass a parameter here?
Beta Was this translation helpful? Give feedback.
All reactions