internal/github.com/hyperledger/fabric-ca/api/client.go:393:9: undefined: csr.NewBasicKeyRequest
Open
- Dominant language
- Go
- Stars
- 9.5k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
internal/github.com/hyperledger/fabric-ca/api/client.go:393:9: undefined: csr.NewBasicKeyRequest
where is function NewBasicKeyRequest ??
Contributor guide
Research direction
Start by inspecting internal/github.com/hyperledger/fabric-ca/api/client.go around line 393 and search the repository for csr.NewBasicKeyRequest. Check the CSR package and its available constructors to determine why the referenced function is undefined. Done means the project builds without this undefined-symbol error and the relevant API usage is consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100