Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Central Dashboard Manage Contributors Unable to add new contributor for user: [object Object] #234

Open
amybachir opened this issue Oct 8, 2021 · 2 comments

Comments

@amybachir
Copy link

Hi! I'm running off latest commit in argoflow as of today (commit hash cdce0fc). I'm unable to add a contributor to my workspace. Attempting to a add a user returns the following error:
Unable to add new contributor for user: [object Object]

image

@CodeBooster97
Copy link
Contributor

Do you have some news on this?

@amybachir
Copy link
Author

@GetOn4 Nope and I haven't had a chance to troubleshoot this yet. I think it might be a problem in the central dashboard cuz I can add contributors manually through kubectl by following the documentation on kubeflow

I did notice that add-contributor endpoint sometimes gets a 404 and sometimes a 400 response code
image

This is the error log from the central dashboard pod:

Unable to add new contributor for abachir: [object Object]
Unable to add new contributor for abachir: [object Object]
Unable to add new contributor for abachir: Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) {
  errno: 'EAI_AGAIN',
  code: 'EAI_AGAIN',
  syscall: 'getaddrinfo',
  hostname: 'profiles-kfam.kubeflow'
}
Unable to add new contributor for abachir: Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) {
  errno: 'EAI_AGAIN',
  code: 'EAI_AGAIN',
  syscall: 'getaddrinfo',
  hostname: 'profiles-kfam.kubeflow'
}
Unable to add new contributor for abachir: Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) {
  errno: 'EAI_AGAIN',
  code: 'EAI_AGAIN',
  syscall: 'getaddrinfo',
  hostname: 'profiles-kfam.kubeflow'
}
Unable to add new contributor for abachir: Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) {
  errno: 'EAI_AGAIN',
  code: 'EAI_AGAIN',
  syscall: 'getaddrinfo',
  hostname: 'profiles-kfam.kubeflow'
}```

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants