#5865 Traceback (most recent call last): File

36.148* Posted at: 4 hours ago

Traceback (most recent call last):
File "videotrans\task\_mult_video.py", line 25, in run
KeyError: 'clear_cache'


=
Windows-10-10.0.19045-SP0
version:v3.79
frozen:True
language:zh

1 Replies

这个错误是软件内部代码的一个兼容性问题,出现在较旧版本(v3.79)中。clear_cache 键在配置字典中缺失,导致程序在读取时出现 KeyError

解决方案:

  1. 升级软件:请前往 pyVideoTrans 官网 下载最新版本(v4.06),新版本已修复此问题。
  2. 临时规避(不推荐):若无法升级,可尝试在软件根目录下的 videotrans/params.json 文件中手动添加 "clear_cache": false 字段,保存后重启软件。(注意:修改配置前请备份原文件)。

建议优先升级到最新版本,以获得更好的稳定性和功能支持。

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.

Dondate via ko-fi.com

Dondate via PayPal

Related resource