We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A go error happens when trying to ls pr from bitbucket server
2.01
windows 10
git version 2.36.1.windows.1
PS C:\xxxx\gir_repo>gk pr view Workspace: Data Engineering panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x98 pc=0x142f30b]
goroutine 77 [running]: github.com/gitkraken/cli/pkg/infrastructure/domain.PullRequestRestRepository.listFromRepos.func1.1(0x1, {{0x0, 0x0}, {0x0, 0x0}, {0xc000784380, 0x20}, {0x0, 0x0}, {0xc0007ce473, ...}, ...}) /Users/runner/work/cli/cli/pkg/infrastructure/domain/pull_request_rest_repository.go:174 +0x6ab created by github.com/gitkraken/cli/pkg/infrastructure/domain.PullRequestRestRepository.listFromRepos.func1 in goroutine 8 /Users/runner/work/cli/cli/pkg/infrastructure/domain/pull_request_rest_repository.go:146 +0x453
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
A go error happens when trying to ls pr from bitbucket server
GitKraken CLI Version
2.01
OS Version
windows 10
Git Version
git version 2.36.1.windows.1
Logs, Screenshots, Screen Captures, URLs, etc
PS C:\xxxx\gir_repo>gk pr view
Workspace: Data Engineering
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x98 pc=0x142f30b]
goroutine 77 [running]:
github.com/gitkraken/cli/pkg/infrastructure/domain.PullRequestRestRepository.listFromRepos.func1.1(0x1, {{0x0, 0x0}, {0x0, 0x0}, {0xc000784380, 0x20}, {0x0, 0x0}, {0xc0007ce473, ...}, ...})
/Users/runner/work/cli/cli/pkg/infrastructure/domain/pull_request_rest_repository.go:174 +0x6ab
created by github.com/gitkraken/cli/pkg/infrastructure/domain.PullRequestRestRepository.listFromRepos.func1 in goroutine 8
/Users/runner/work/cli/cli/pkg/infrastructure/domain/pull_request_rest_repository.go:146 +0x453
The text was updated successfully, but these errors were encountered: