#4501 ValueError: Unknown scheme for proxy URL URL('Entry%20not%20found')

183.179* Posted at: 2 hours ago 👁10

无效的值或参数:Unknown scheme for proxy URL URL('Entry%20not%20found'):
Traceback (most recent call last):
File "videotrans\recognition\_base.py", line 143, in run
File "tenacity\__init__.py", line 338, in wrapped_f
File "tenacity\__init__.py", line 477, in call
File "tenacity\__init__.py", line 378, in iter
File "tenacity\__init__.py", line 421, in exc_check
tenacity.RetryError: RetryError[]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\util\TestSTT.py", line 17, in run
File "videotrans\recognition\__init__.py", line 265, in run
File "videotrans\recognition\_base.py", line 180, in run
File "tenacity\__init__.py", line 480, in call
File "videotrans\recognition\_deepgram.py", line 52, in _exec
File "httpx\_transports\default.py", line 152, in init
File "httpx\_config.py", line 214, in init
ValueError: Unknown scheme for proxy URL URL('Entry%20not%20found')


=
system:Windows-10-10.0.26200-SP0
version:v3.99
frozen:True
language:zh
root_dir:C:/Users/user/Documents/WhisperJAV/output/ja.whisperjav/win-pyvideotrans-v3.99-0508

1 Replies

这是由于网络代理地址填写错误导致的。Unknown scheme for proxy URL 表示程序无法识别您填入的代理地址格式(例如填入了“Entry not found”这样的无效文本)。

解决方案:

  1. 清空或修正代理地址:在主界面的“网络代理地址”输入框中,确保填写的是正确的代理服务器地址,格式如 http://127.0.0.1:10809(端口号根据实际代理客户端填写)。
  2. 如果不使用代理:请将该输入框完全留空,不要填入任何字符。错误的代理配置会导致所有网络请求失败。
  3. 修改后重新运行任务:保存设置后,再次执行语音识别或翻译任务。

请查阅相关文档:

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Related resource