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 Error - noobaa api object list_objects - no rpc routing (dial tcp 127.0.0.1:0) #316

Open
guymguym opened this issue May 28, 2020 · 0 comments

Comments

@guymguym
Copy link
Member

Seems like a routing issue:

$ noobaa api object list_objects '{"bucket":"first.bucket"}'
INFO[0000] ✅ Exists: NooBaa "noobaa"
INFO[0000] ✅ Exists: Service "noobaa-mgmt"
INFO[0000] ✅ Exists: Secret "noobaa-operator"
INFO[0000] ✅ Exists: Secret "noobaa-admin"
INFO[0000] ✈️  RPC: object.list_objects() Request: map[bucket:first.bucket]
WARN[0000] RPC: GetConnection creating connection to wss://localhost:0/rpc/ 0xc000ac4140
INFO[0000] RPC: Connecting websocket (0xc000ac4140) &{RPC:0xc00003d090 Address:wss://localhost:0/rpc/ State:init WS:<nil> PendingRequests:map[] NextRequestID:0 Lock:{state:1 sema:0} ReconnectDelay:0s}
ERRO[0000] RPC: closing connection (0xc000ac4140) &{RPC:0xc00003d090 Address:wss://localhost:0/rpc/ State:init WS:<nil> PendingRequests:map[] NextRequestID:0 Lock:{state:1 sema:0} ReconnectDelay:0s}
WARN[0000] RPC: RemoveConnection wss://localhost:0/rpc/ current=0xc000ac4140 conn=0xc000ac4140
ERRO[0000] ⚠️  RPC: object.list_objects() Call failed: failed to websocket dial: failed to send handshake request: Get "https://localhost:0/rpc/": dial tcp 127.0.0.1:0: connect: can't assign requested address
FATA[0000] ❌ failed to websocket dial: failed to send handshake request: Get "https://localhost:0/rpc/": dial tcp 127.0.0.1:0: connect: can't assign requested address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant