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

CLI command node path (-r flag) is not working as expected #17

Open
blacktyger opened this issue Mar 21, 2022 · 3 comments
Open

CLI command node path (-r flag) is not working as expected #17

blacktyger opened this issue Mar 21, 2022 · 3 comments
Labels
question Further information is requested

Comments

@blacktyger
Copy link
Contributor

blacktyger commented Mar 21, 2022

CLI wallet commands with flag -r producing error "Unable to contact Node to get version info: {}" even when provided IP is correct, It also look like command is executed properly, yet confusing error is displayed.

image

@blacktyger
Copy link
Contributor Author

@johanneshahn
Copy link
Member

@blacktyger if i test with a external node or internal node then its working for me.
I can not reproduce this error. What Versions and Os you used? Node and Wallet

./epic-wallet -r https://fastepic.eu:3413 info
./epic-wallet -r http://192.168.2.117:3413 info

please check the node settings - api_http_addr = "[NETWORK IP]:3413"

@johanneshahn johanneshahn added the question Further information is requested label Apr 17, 2022
@skykingisepic
Copy link

skykingisepic commented Jul 13, 2022

I am having this issue with server running on a local PC - I had to change the node address in the toml file to 192.168.1.11:3413 and restart server for the GUI wallet to connect (Windoze version, Linux version is NOT working at all installed on Mint 20). Now the CLI version of wallet will not connect to the server with -r http://192.168.1.11:3413 but works if I change it back to 127.0.0.1:3413

Update: I changed the node address to 0.0.0:3413 from 192.168.1.11:3413 and CLI wallet and GUI wallet work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants