Could Not Start Resource
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 23.1k
- Forks
- 1.1k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 9
Description
While running make install, I am getting following error:
2020/07/25 11:22:23 Could not start resource: :
Post "http://localhost:2375/images/create?fromImage=vault&tag=1.2.2": dial tcp [::1]:2375:
connectex: No connection could be made because the target machine actively refused it.
FAIL go.mozilla.org/sops/v3/hcvault 8.293s
FAIL
I can see that it expects a localhost port to be listening for some requests. What should be done?
I am using Go1.14 on Windows10.
I'm facing the same issue while on the Unix platform as well.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with make install and the failing go.mozilla.org/sops/v3/hcvault package, then trace what attempts the request to localhost:2375 and how its test prerequisites are configured. Done means the install/test path no longer fails with a connection-refused error on Windows or Unix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100