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

error send-message.py http://localhost:54320 per readme.md #6

Open
ghost opened this issue Apr 10, 2018 · 0 comments
Open

error send-message.py http://localhost:54320 per readme.md #6

ghost opened this issue Apr 10, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Apr 10, 2018

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> - {}

@spikeekips spikeekips added the enhancement New feature or request label Apr 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant