lllyasviel / lllyasviel/ControlNet
ValueError: Unknown scheme for proxy URL URL('socks://127.0.0.1:10801/')
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 34.1k
- Forks
- 3k
- PR merge metrics
- No merged PRs in 30d
Description
python gradio_canny2image.py
logging improved.
Traceback (most recent call last):
File "gradio_canny2image.py", line 6, in <module>
import gradio as gr
...
ValueError: Unknown scheme for proxy URL URL('socks://127.0.0.1:10801/')
How to solve this problem in Ubuntu?
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 with gradio_canny2image.py and the import gradio traceback shown in the report, then inspect the Ubuntu proxy environment and how the application reads it. Reproduce the unknown socks scheme error and determine whether it is a project issue or an environment configuration problem; done means documenting or validating a project-specific resolution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100