Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[错误报告]: 手动整理,触发多线程并发刮削,导致文件处理冲突 #3162

Open
4 tasks done
wdmcheng opened this issue Nov 18, 2024 · 0 comments
Open
4 tasks done
Labels
bug Something isn't working

Comments

@wdmcheng
Copy link
Contributor

wdmcheng commented Nov 18, 2024

确认

  • 我的版本是最新版本,我的版本号与 version 相同。
  • 我已经 issue 中搜索过,确认我的问题没有被提出过。
  • 我已经 Telegram频道 中搜索过,确认我的问题没有被提出过。
  • 我已经修改标题,将标题中的 描述 替换为我遇到的问题。

当前程序版本

2.0.6

运行环境

Docker

问题类型

主程序运行问题

问题描述

参考 #3154

报错
ERROR: local.py - 移动文件失败:[Errno 2] No such file or directory: '/config/temp/海贼王 - S01E01 - 第 1 集 - WEB-DL - 1080p-H264.nfo'

79c637e 中对事件的处理,不能解决此问题

每个事件的 event data 不同(transfer.py 中汇总信息时 meta 不一样),因此事件都会发送

self.eventmanager.send_event(EventType.MetadataScrape, {
    'meta': transfer_meta,   # title、org_string、begin_season、begin_episode 不同
    'mediainfo': media,
    'fileitem': transfer_info.target_diritem
})

发生问题时系统日志和配置文件

No response

@wdmcheng wdmcheng added the bug Something isn't working label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant