SubtitleEdit / subtitleedit

the subtitle editor :)
http://www.nikse.dk/SubtitleEdit/Help
GNU General Public License v3.0
8.59k stars 896 forks source link

the proxy setting not work #8504

Open smllin opened 4 months ago

smllin commented 4 months ago

the proxy setting not work at all. no matter how I put the 'host:port' format.such as: '127.0.01:1080' or 'sock5://127.0.01:1080' ...

niksedk commented 4 months ago

Where and what are you doing?

smllin commented 4 months ago

settings-network-proxy server settings proxy address:

niksedk commented 4 months ago

Thx, and where do you require proxy? Download of mpv/ffmpeg? Translate via Google V1? or ? (screenshots always help)

ivandrofly commented 3 months ago

I've been aware about this issue, there are several places were we are using httpclient directly without setting the proxy by default, that can cause leaks* where proxy will work for some request and not for other!

Fix suggestion is anything that is doing local call (using localhost) shouldn't go through proxy otherwise proxy is mandatory once is set/enabled in settings