yggdrasil-go icon indicating copy to clipboard operation
yggdrasil-go copied to clipboard

[future branch] debug_remotegetpeers admin command returns error

Open vikulin opened this issue 3 years ago • 1 comments

vadym@ubuntu:~/Downloads$ sudo ./yggdrasilctl -endpoint=tcp://localhost:9001 debug_remotegetpeers 01104a28ce2052b456293f34da38588a8eaff12933531caa9812fe6af8eabcdb
Admin socket returned an error but didn't specify any error text
vadym@ubuntu:~/Downloads$ sudo ./yggdrasilctl -endpoint=tcp://localhost:9001 getpeers
                                                                  coords  key                                                               port  
207:efb5:d731:dfad:4ba9:d6c0:cb25:c7a7                            []      01104a28ce2052b456293f34da38588a8eaff12933531caa9812fe6af8eabcdb  1     
vadym@ubuntu:~/Downloads$

vikulin avatar May 30 '21 08:05 vikulin

Correct format:

sudo ./yggdrasilctl -endpoint=tcp://localhost:9001 debug_remotegetpeers key=2506485f72886a6729ffa4bdaf270a8801b283d30aed4ea1f14518e5e8f7e9f6

BTW the issue should be fixed with appropriate message in described response.

vikulin avatar May 30 '21 08:05 vikulin

Closing as out-of-date.

neilalexander avatar Oct 21 '23 20:10 neilalexander