willnorris / willnorris/imageproxy
Giving a local URL instead a remote URL
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4k
- Forks
- 513
- PR merge metrics
- No merged PRs in 30d
Description
When I give a local URL instead of a remote URL, it gives me following error. Is it possible to handle to local URLs as well?
error fetching remote image: Get http://localhost:5000/1.jpg#200x200: Get http://localhost:5000/1.jpg: dial tcp 127.0.0.1:5000: connect: connection refused
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 by reproducing the reported error with the localhost image URL and trace the remote image-fetching path that produces it. Determine how local URLs are expected to be handled, then verify that the requested URL works without the current connection-refused failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100