-
Notifications
You must be signed in to change notification settings - Fork 3
Description
send-message.py http://localhost:54320
● 1523369918.47250175 - main - DEBU - options: Namespace(endpoints=['http://localhost:54320'], log_level='debug', log_no_color=False, log_output=None, log_output_metric=None, log_show_line=False, message=None, verbose=False) - {}
● 1523369918.47284508 - main - DEBU - trying to send message, None to [<Endpoint: http://localhost:54320>] - {}
● 1523369918.48292732 - client - ERRO - failed to send message, <Message: message_id=10074dee3cca11e8a393a434d953520f data="Non-100742503cca11e8a393a434d953520f"> to <Endpoint: http://localhost:54320> - {}
● 1523369918.48446798 - main - DEBU - sent message, {'message_id': '10074dee3cca11e8a393a434d953520f', 'data': 'Non-100742503cca11e8a393a434d953520f'} to <Endpoint: http://localhost:54320> - {}
I'm following the directions on the https://github.com/bosnet/isaac-consensus-protocol/blob/master/README.md, and it doesn't say to setup localhost:54320 so when I try to send message it fails. If I change the command to a node which is already running i.e. localhost:5002 it passes. I would suggest it's explained in the readme to use http://localhost:port of a running node like localhost:5002, and change the commands to reflect working ports.
send-message.py http://localhost:5002
● 1523370173.77760696 - main - DEBU - options: Namespace(endpoints=['http://localhost:5002'], log_level='debug', log_no_color=False, log_output=None, log_output_metric=None, log_show_line=False, message=None, verbose=False) - {}
● 1523370173.77791095 - main - DEBU - trying to send message, None to [<Endpoint: http://localhost:5002>] - {}
● 1523370173.78889441 - client - DEBU - sent message, <Message: message_id=a833bbb03cca11e88a10a434d953520f data="Velit-a833b1e63cca11e88a10a434d953520f"> to <Endpoint: http://localhost:5002> - {}
● 1523370173.79023504 - main - DEBU - sent message, {'message_id': 'a833bbb03cca11e88a10a434d953520f', 'data': 'Velit-a833b1e63cca11e88a10a434d953520f'} to <Endpoint: http://localhost:5002> - {}