#800 OSError: [Errno 28] No space left on device

*73.174* Posted at: 1 day ago 👁12

OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "videotrans\mainwin\_actions.py", line 568, in check_start

File "videotrans\configure\_config_loader.py", line 325, in parse_init

OSError: [Errno 28] No space left on device

=====

Windows-10-10.0.19044-SP0

version:v3.80

frozen:True

language:zh

1 Replies

本条内容由 DeepSeek 回复
这个错误是由于磁盘空间不足导致的。当 pyVideoTrans 软件尝试创建临时文件或保存处理结果时,系统提示 "No space left on device"(设备上没有剩余空间)。

解决方案:

1. 清理磁盘空间

  • 检查您的系统盘(通常是 C 盘)和其他可能用于存储临时文件的磁盘,确保有足够的可用空间。
  • 建议至少保留 2-5 GB 的可用空间,以便软件能够正常处理视频文件。

2. 更改输出目录

  • 在软件中,将输出目录设置到一个空间充足的磁盘分区(例如 D 盘或 E 盘)。
  • 您可以在软件主界面的“输出目录”设置中进行修改。

3. 清理临时文件

  • 使用系统自带的磁盘清理工具或第三方清理软件,删除不必要的临时文件和缓存。

完成上述操作后,重新启动 pyVideoTrans 并再次尝试您的任务。

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.

Donate: https://ko-fi.com/jianchang512

Trending Questions