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
consulate register -p 3306 mysql-master no-check
Traceback (most recent call last):
File "/usr/local/bin/consulate", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/consulate/cli.py", line 283, in main
register(consul, args)
File "/usr/local/lib/python2.7/dist-packages/consulate/cli.py", line 255, in register
args.port, tags, check, interval, ttl)
File "/usr/local/lib/python2.7/dist-packages/consulate/api/agent.py", line 181, in register
raise ValueError('port must be an integer')
ValueError: port must be an integer
The text was updated successfully, but these errors were encountered:
That's pretty odd, since it should be forced to int by argparse I am forcing this to an int in CLI in an incoming patch, but I'm worried about TTL and other settings as well. What version of Python 2.7 are you running?
Error from cli:
The text was updated successfully, but these errors were encountered: