-
Notifications
You must be signed in to change notification settings - Fork 118
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
使用订阅方式自动下载云盘中的指定目录时,会持续报错 Error happened, func: fs_list, err: 'NoneType' object has no attribute 'get', retrying #541
Comments
感谢试用KS,麻烦提供一下Alist的版本号以及Alist的日志情况 |
alist版本:xhofe/alist:v3.36.0 alist全部日志
|
从KS日志来看,KS在开始是能正常工作的,但后续可能触发Alist的某种机制导致无法获取对应的列表资源 2024-07-31 09:47:14,193-INFO: Start general file download:http://172.16.20.23:5244/d/aliyun_disk_1/push_to_kubespider/test.jpg?modified=2024-07-31T01:45:36.415Z&sign=
2024-07-31 09:47:14,195-INFO: Create download task result:[<aria2p.downloads.Download object at 0x7febf28c6ad0>]
2024-07-31 09:47:14,195-INFO: Find new resource:alist_source_provider/http://172.16.20.23:5244/d/aliyun_disk_1...
2024-07-31 09:47:14,195-INFO: filter downloader type:None, names:['aria2']
2024-07-31 09:47:14,195-INFO: download link type general, with provider size 1
2024-07-31 09:47:14,195-INFO: Download general file with downloader(aria2)
2024-07-31 09:47:14,196-INFO: Start general file download:http://172.16.20.23:5244/d/aliyun_disk_2/push_to_kubespider/test.jpg?modified=2024-07-31T01:45:55.87Z&sign=
2024-07-31 09:47:14,198-INFO: Create download task result:[<aria2p.downloads.Download object at 0x7febf28bdf10>]
2024-07-31 09:47:14,198-INFO: Find new resource:alist_source_provider/http://172.16.20.23:5244/d/baiduyun_disk...
2024-07-31 09:47:14,198-INFO: filter downloader type:None, names:['aria2']
2024-07-31 09:47:14,198-INFO: download link type general, with provider size 1
2024-07-31 09:47:14,198-INFO: Download general file with downloader(aria2)
2024-07-31 09:47:14,200-INFO: Start general file download:http://172.16.20.23:5244/d/baiduyun_disk_1/push_to_kubespider/test.jpg?modified=2024-07-31T01:45:36Z&sign=
2024-07-31 09:47:14,202-INFO: Create download task result:[<aria2p.downloads.Download object at 0x7febf2dce750>]
2024-07-31 10:47:13,050-ERROR: Error happened, func: fs_list, err: 'NoneType' object has no attribute 'get', retrying...
2024-07-31 10:47:14,051-ERROR: Error happened, func: fs_list, err: 'NoneType' object has no attribute 'get', retrying...
2024-07-31 10:47:15,052-ERROR: Error happened, func: fs_list, err: 'NoneType' object has no attribute 'get', retrying... 能否提供debug模式下的Alist日志情况?目前Alist默认日志信息太少,无法确定问题 |
会不会是这个原因:
|
alist debug信息如下:
对应的KS日志:
|
删除 |
state.yaml文件是用于下载去重的,没有下载任务完成该文件不会被更新 能否提供下你现有KS中有关alist的配置,因为根据你上面的描述在测试过程中是完全可行的 |
@evell1992 大佬也帮忙看看,我对alist这块不太熟悉 |
这是配置目录的所有文件,密码已经清理,其它没动 |
同样的问题,部署后稳定运行了一段时间。 突然开始报错。 后面删除state.yaml,重启docker容器,修改监听目录无效。 最后通过停止容器,再启动恢复了。很奇怪的问题。。。 |
@leijuly 感谢报告,我来跟踪下这个问题,能否辛苦提供下alist版本,我搭建下验证环境。 |
使用订阅方式自动下载云盘中的指定目录时,会持续报错
Error happened, func: fs_list, err: 'NoneType' object has no attribute 'get', retrying
kubespider版本:v0.7.0
部署方式:docker
docker 启动脚本:
kubespider/source_provider.yaml
中的配置日志错误:
The text was updated successfully, but these errors were encountered: