shenxianmq / Auto_Symlink

实时监控文件夹,创建与更新软链接/strm文件,自动复制与更新元数据,清空无效文件夹,清空无效软链接
535 stars 57 forks source link

同步时出现这个错误 #14

Closed xun-Q closed 7 months ago

xun-Q commented 7 months ago

2024-01-22 21:38:33,127 - INFO - 元数据复制出错:[Errno 5] Input/output error 2024-01-22 21:38:33,128 - INFO - Traceback (most recent call last): File "/app/autosync/MetadataCopyer.py", line 47, in copy_metadata self.save_metadata(source_file, target_file) File "/app/autosync/MetadataCopyer.py", line 101, in savemetadata shutil.copy2(source _file, target_file) File "/usr/local/lib/python3.11/shutil.py", line 436, in copy2 copyfile(src, dst, follow_symlinks=follow_symlinks) File "/usr/local/lib/python3.11/shutil.py", line 279, in copyfile copyfileobj(fsr, fdst) File "/usr/local/lib/python3.11/shutil.py", line 197, in copyfileobj buf = fsrc_read(length) OSError: [Errno 5] Input/output error