linyuan0213 / nas-tools

NAS媒体库管理工具
GNU Affero General Public License v3.0
198 stars 65 forks source link

识别词插件BUG,100%复现 #30

Closed jackloves111 closed 3 months ago

jackloves111 commented 3 months ago

image

之前我自己加了通用识别词

5725d2fff55a4c916dfe79d7b453e56

导入时的仓库内容里有同样的识别词他会报错

eeb5ee08ce1f10fd379d152099a1252

并且应该是陷入了循环,因为程序日志不在更新,卡这个进度了

可以选择跳过

jackloves111 commented 3 months ago
<html>
<body>
<!--StartFragment-->
2024/04/12 08:58:09 | stdout | TypeError: 'NoneType' object is not subscriptable
-- | -- | --
2024/04/12 08:58:09 | stdout | year=tmdb_info.get(
2024/04/12 08:58:09 | stdout | File "/nas-tools/app/plugins/modules/customwordimport.py", line 242, in __custom_word_import
2024/04/12 08:58:09 | stdout | retval = job.func(*job.args, **job.kwargs)
2024/04/12 08:58:09 | stdout | File "/usr/local/lib/python3.10/site-packages/apscheduler/executors/base.py", line 125, in run_job
2024/04/12 08:58:09 | stdout | Traceback (most recent call last):
2024/04/12 08:58:09 | stdout | Job "CustomWordImport.__custom_word_import (trigger: date[2024-04-12 08:58:04 CST], next run at: 2024-04-12 08:58:04 CST)" raised an exception
2024/04/12 08:58:09 | stdout | 2024-04-12 08:58:09,590 INFO: 【Meta】634492 查询结果:蜘蛛夫人:超感觉醒
2024/04/12 08:58:08 | stdout | 2024-04-12 08:58:08,640 INFO: 【Meta】正在查询TMDB电影:634492 ...
2024/04/12 08:58:08 | stdout | 2024-04-12 08:58:08,640 INFO: 【Plugin】自定义识别词导入 - 开始导入:634492
2024/04/12 08:58:07 | stdout | 2024-04-12 08:58:07,717 INFO: 【Plugin】自定义识别词导入 - 开始下载规则:https://raw.githubusercontent.com/linyuan0213/MediaRecognitionRule/master/movie.yaml

<!--EndFragment-->
</body>
</html>
linyuan0213 commented 3 months ago

已修复