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
http_username and http_password are meant to be used if you have your own gitlab server, with HTTP authentication setup in additional to standard GitLab auth. Gitlab.com doesn't provide this.
User/password authentication has been disabled on gitlab.com, you need to use a token to authenticate.
You can have a look at #380 for the discussion and workarounds.
gl = gitlab.Gitlab('https://gitlab.com', http_username='xxxx', http_password='xxxx',api_version=4)
gitlab.exceptions.GitlabAuthenticationError: 401: 401 Unauthorized
The text was updated successfully, but these errors were encountered: