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
Describe the bug
If you try to configure the skysocks-client or the skysocks app using the hypervisor API, the operation will end with an error.
Environment information:
OS: Linux (Ubuntu 18.04.1)
Platform: Linux 4.15.0-65-generic x86_64
Steps to Reproduce
Steps to reproduce the behavior:
Start some nodes with make integration-run-proxy.
Call PUT https://localhost:4200/api/visors/031b80cd5773143a39d940dc0710b93dcccc262a85108018a7a95ab9af734f8055/apps/skysocks-client with {"pk":"024ec47420176680816e0406250e7156465e4531f5b26057c9f6297bb0303558c7"} as arguments, to try to change the public key of the proxy. It will return rpc: can't find method app-visor.SetSocksClientPK.
Call PUT https://localhost:4200/api/visors/024ec47420176680816e0406250e7156465e4531f5b26057c9f6297bb0303558c7/apps/skysocks with {"passcode":""} to try to change the password. It will return failed to start skysocks: fork/exec bin/apps/skysocks: no such file or directory
Actual behavior
The operations fail.
Expected behavior
The aperation should finish without problems and the configuration should be updated.
Additional context
The apps appear as running in the manager.
The text was updated successfully, but these errors were encountered:
Describe the bug
If you try to configure the skysocks-client or the skysocks app using the hypervisor API, the operation will end with an error.
Environment information:
Steps to Reproduce
Steps to reproduce the behavior:
make integration-run-proxy
.PUT https://localhost:4200/api/visors/031b80cd5773143a39d940dc0710b93dcccc262a85108018a7a95ab9af734f8055/apps/skysocks-client
with{"pk":"024ec47420176680816e0406250e7156465e4531f5b26057c9f6297bb0303558c7"}
as arguments, to try to change the public key of the proxy. It will returnrpc: can't find method app-visor.SetSocksClientPK
.PUT https://localhost:4200/api/visors/024ec47420176680816e0406250e7156465e4531f5b26057c9f6297bb0303558c7/apps/skysocks
with{"passcode":""}
to try to change the password. It will returnfailed to start skysocks: fork/exec bin/apps/skysocks: no such file or directory
Actual behavior
The operations fail.
Expected behavior
The aperation should finish without problems and the configuration should be updated.
Additional context
The apps appear as running in the manager.
The text was updated successfully, but these errors were encountered: