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
I have a node running on my Linux VM. When i connect from the Win client, i get a wrong response code error. I do not have this behavior if i run the wallet from the node itself. I checked my node and confirmed the api_http_addr was updated to 0.0.0.0. At this point i am not sure if it I am missing something in the server config file, or if something is wrong with the windows binary.
Error for reference:
C:\Users\xxx\Documents\Wallets\Grin>grin-wallet.exe -r http://192.168.1.111:3413 info
Password: 20190302 14:41:56.091 ERROR grin_refwallet::node_clients::http - Get chain height error: Request error: Wrong response code
Just a note, the node is fully sync'd.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Once i copied the .api_secret from ~/.grin/main/.api_secret on the Grin Node to %USERPROFILE%.grin\main.api_secret on my Windows client, it started working.
I'll send some coins to the new wallet and see how it goes.
I have a node running on my Linux VM. When i connect from the Win client, i get a wrong response code error. I do not have this behavior if i run the wallet from the node itself. I checked my node and confirmed the api_http_addr was updated to 0.0.0.0. At this point i am not sure if it I am missing something in the server config file, or if something is wrong with the windows binary.
Error for reference:
C:\Users\xxx\Documents\Wallets\Grin>grin-wallet.exe -r http://192.168.1.111:3413 info
Password: 20190302 14:41:56.091 ERROR grin_refwallet::node_clients::http - Get chain height error: Request error: Wrong response code
Just a note, the node is fully sync'd.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: