Can't create proxy, only one usage of each socket address (protocol/network adddress/port) is normally permitted
Open
Nobody has claimed this yet.
question
windows
- Dominant language
- Go
- Stars
- 12.4k
- Forks
- 510
- PR merge metrics
- No merged PRs in 30d
Description
Downloaded Windows CLI and ran the following
...create text_toxiproxy --listen localhost:8474 --upstream localhost:8000
Got the following message:
failed to create proxy...bind: only one usage of each socket address (protocol/network adddress/port) is normally permitted
Contributor guide
No contributing guide indexed for this repository
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 by reproducing the Windows CLI command using the listen address localhost:8474 and upstream localhost:8000, then trace where proxy creation reports the bind error. Done means identifying whether the failure is caused by the command, address handling, or an existing socket, and documenting or correcting the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100