mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-13 14:09:25 -03:00
The proxy settings allow selecting a SOCKS proxy type, but the SOCKS URL was passed to aiohttp's per-request `proxy=` argument, which only supports http(s) proxies. With a SOCKS proxy this opens a plain TCP connection to the proxy port and sends an HTTP request; the SOCKS server replies with its handshake bytes (e.g. b"\x05\xff") and aiohttp fails with "Bad status line ... Expected HTTP/, RTSP/ or ICE/". Route SOCKS proxy types through an aiohttp-socks ProxyConnector on the session instead, leaving the `proxy=` kwarg for http(s) proxies only. trust_env now keys off whether an app-level proxy is active. Adds aiohttp-socks to requirements. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
16 lines
137 B
Plaintext
16 lines
137 B
Plaintext
aiohttp
|
|
aiohttp-socks
|
|
jinja2
|
|
safetensors
|
|
piexif
|
|
Pillow
|
|
olefile
|
|
toml
|
|
numpy
|
|
natsort
|
|
GitPython
|
|
aiosqlite
|
|
beautifulsoup4
|
|
platformdirs
|
|
pyyaml
|