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
{{ message }}
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
I created the stack with oauth key/secret for my bitbucket account. I webhook that calls the GitPullLambda runs when I push the code, however, I get this error:
Traceback (most recent call last):
File "/var/task/lambda_function.py", line 191, in lambda_handler
repo = create_repo(repo_path, remote_url, creds)
File "/var/task/lambda_function.py", line 69, in create_repo
repo = clone_repository(remote_url, repo_path, callbacks=creds)
File "/var/task/pygit2/__init__.py", line 263, in clone_repository
check_error(err)
File "/var/task/pygit2/errors.py", line 64, in check_error
raise GitError(message)
GitError: Failed to authenticate SSH session: Waiting for USERAUTH response
The key/secret for the Oauth consumer in my bitbucket account has read access to projects and repositories. Does it need more access?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I created the stack with oauth key/secret for my bitbucket account. I webhook that calls the GitPullLambda runs when I push the code, however, I get this error:
The key/secret for the Oauth consumer in my bitbucket account has read access to projects and repositories. Does it need more access?
The text was updated successfully, but these errors were encountered: