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
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.
The text was updated successfully, but these errors were encountered:
@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
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.
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.
The text was updated successfully, but these errors were encountered: