linyuan0213 / nas-tools

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

已支持馒头,有什么问题在这里反馈 #17

Closed linyuan0213 closed 3 weeks ago

jackloves111 commented 3 months ago

image

linyuan0213 commented 3 months ago

image

  • 这里有一些不明白的,就是cookie+User-Agent,是原先的逻辑。
  • 如果cookie换成令牌,也需要User-Agent嘛?

带了令牌是不需要User-Agent的,但是为了不必要的麻烦,最好带上

jackloves111 commented 3 months ago

image

这是馒头的站点数据无法获取的报错吗?

image

实际已经正确添加了,可以搜索资源

jackloves111 commented 3 months ago
<html>
<body>
<!--StartFragment-->
2024/04/02 17:14:38 | stdout | 2024-04-02 17:14:38,069 ERROR: 【Sites】站点 m-team 获取流量数据失败:'NoneType' object has no attribute 'update'
-- | -- | --
2024/04/02 17:14:38 | stdout |  
2024/04/02 17:14:38 | stdout |  
2024/04/02 17:14:38 | stdout | AttributeError: 'NoneType' object has no attribute 'update'
2024/04/02 17:14:38 | stdout | site_headers.update({'User-Agent': ua})
2024/04/02 17:14:38 | stdout | File "/nas-tools/app/sites/site_userinfo.py", line 83, in build
2024/04/02 17:14:38 | stdout | site_user_info = self.build(url=site_url,
2024/04/02 17:14:38 | stdout | File "/nas-tools/app/sites/site_userinfo.py", line 180, in __refresh_site_data
2024/04/02 17:14:38 | stdout | Traceback (most recent call last):
2024/04/02 17:14:38 | stdout | Callstack:
2024/04/02 17:14:38 | stdout | Exception: 'NoneType' object has no attribute 'update'

<!--EndFragment-->
</body>
</html>

这个地方应该是有个小BUG,问了一下AI

报错信息显示,在尝试更新一个站点的流量数据时,程序遇到了一个AttributeError,具体来说是'str' object has no attribute 'update'。这个错误表明,在期望对一个字典对象调用update方法时,实际上却操作了一个字符串对象。

错误发生在site_headers.update({'User-Agent': ua})这一行,意味着site_headers在这个上下文中是一个字符串,而不是预期的字典。
linyuan0213 commented 3 months ago
<html>
<body>
<!--StartFragment-->
2024/04/02 17:14:38 | stdout | 2024-04-02 17:14:38,069 ERROR: 【Sites】站点 m-team 获取流量数据失败:'NoneType' object has no attribute 'update'
-- | -- | --
2024/04/02 17:14:38 | stdout |  
2024/04/02 17:14:38 | stdout |  
2024/04/02 17:14:38 | stdout | AttributeError: 'NoneType' object has no attribute 'update'
2024/04/02 17:14:38 | stdout | site_headers.update({'User-Agent': ua})
2024/04/02 17:14:38 | stdout | File "/nas-tools/app/sites/site_userinfo.py", line 83, in build
2024/04/02 17:14:38 | stdout | site_user_info = self.build(url=site_url,
2024/04/02 17:14:38 | stdout | File "/nas-tools/app/sites/site_userinfo.py", line 180, in __refresh_site_data
2024/04/02 17:14:38 | stdout | Traceback (most recent call last):
2024/04/02 17:14:38 | stdout | Callstack:
2024/04/02 17:14:38 | stdout | Exception: 'NoneType' object has no attribute 'update'

<!--EndFragment-->
</body>
</html>

这个地方应该是有个小BUG,问了一下AI

# ... 省略其他代码 ...  

# 在调用 update 方法之前,确保 site_headers 是一个字典  
if not isinstance(site_headers, dict):  
    site_headers = {}  

# 现在可以安全地调用 update 方法了  
site_headers.update({'User-Agent': ua})  

# ... 省略其他代码 ...

我处理下

linyuan0213 commented 3 months ago
<html>
<body>
<!--StartFragment-->
2024/04/02 17:14:38 | stdout | 2024-04-02 17:14:38,069 ERROR: 【Sites】站点 m-team 获取流量数据失败:'NoneType' object has no attribute 'update'
-- | -- | --
2024/04/02 17:14:38 | stdout |  
2024/04/02 17:14:38 | stdout |  
2024/04/02 17:14:38 | stdout | AttributeError: 'NoneType' object has no attribute 'update'
2024/04/02 17:14:38 | stdout | site_headers.update({'User-Agent': ua})
2024/04/02 17:14:38 | stdout | File "/nas-tools/app/sites/site_userinfo.py", line 83, in build
2024/04/02 17:14:38 | stdout | site_user_info = self.build(url=site_url,
2024/04/02 17:14:38 | stdout | File "/nas-tools/app/sites/site_userinfo.py", line 180, in __refresh_site_data
2024/04/02 17:14:38 | stdout | Traceback (most recent call last):
2024/04/02 17:14:38 | stdout | Callstack:
2024/04/02 17:14:38 | stdout | Exception: 'NoneType' object has no attribute 'update'

<!--EndFragment-->
</body>
</html>

这个地方应该是有个小BUG,问了一下AI

# ... 省略其他代码 ...  

# 在调用 update 方法之前,确保 site_headers 是一个字典  
if not isinstance(site_headers, dict):  
    site_headers = {}  

# 现在可以安全地调用 update 方法了  
site_headers.update({'User-Agent': ua})  

# ... 省略其他代码 ...

我处理下

这个问题修复了

jackloves111 commented 3 months ago

好了,现在就剩下刷流是不是有点问题 a1c628ac-cff8-404d-9f53-42c7aed06f44

<html>
<body>
<!--StartFragment-->
2024/04/02 20:31:43 | stdout | 2024-04-02 20:31:43,133 INFO: 【Brush】任务 123 本次添加了 0 个下载
-- | -- | --
2024/04/02 20:31:38 | stdout |  
2024/04/02 20:31:38 | stdout |  
2024/04/02 20:31:38 | stdout | TypeError: argument of type 'NoneType' is not iterable
2024/04/02 20:31:38 | stdout | if 'm-team' in media_info.page_url and media_info.enclosure is None:
2024/04/02 20:31:38 | stdout | File "/nas-tools/app/downloader/downloader.py", line 324, in download
2024/04/02 20:31:38 | stdout | _, download_id, retmsg = self.downloader.download(
2024/04/02 20:31:38 | stdout | File "/nas-tools/app/brushtask.py", line 622, in __download_torrent
2024/04/02 20:31:38 | stdout | if self.__download_torrent(taskinfo=taskinfo,
2024/04/02 20:31:38 | stdout | File "/nas-tools/app/brushtask.py", line 271, in check_task_rss
2024/04/02 20:31:38 | stdout | Traceback (most recent call last):
2024/04/02 20:31:38 | stdout | Callstack:
2024/04/02 20:31:38 | stdout | Exception: argument of type 'NoneType' is not iterable
2024/04/02 20:31:38 | stdout |  
2024/04/02 20:31:38 | stdout | 2024-04-02 20:31:38,733 INFO: 处理事件:download.add - [<function Webhook.send at 0x7f902b095cf0>]

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

好了,现在就剩下刷流是不是有点问题 a1c628ac-cff8-404d-9f53-42c7aed06f44

<html>
<body>
<!--StartFragment-->
2024/04/02 20:31:43 | stdout | 2024-04-02 20:31:43,133 INFO: 【Brush】任务 123 本次添加了 0 个下载
-- | -- | --
2024/04/02 20:31:38 | stdout |  
2024/04/02 20:31:38 | stdout |  
2024/04/02 20:31:38 | stdout | TypeError: argument of type 'NoneType' is not iterable
2024/04/02 20:31:38 | stdout | if 'm-team' in media_info.page_url and media_info.enclosure is None:
2024/04/02 20:31:38 | stdout | File "/nas-tools/app/downloader/downloader.py", line 324, in download
2024/04/02 20:31:38 | stdout | _, download_id, retmsg = self.downloader.download(
2024/04/02 20:31:38 | stdout | File "/nas-tools/app/brushtask.py", line 622, in __download_torrent
2024/04/02 20:31:38 | stdout | if self.__download_torrent(taskinfo=taskinfo,
2024/04/02 20:31:38 | stdout | File "/nas-tools/app/brushtask.py", line 271, in check_task_rss
2024/04/02 20:31:38 | stdout | Traceback (most recent call last):
2024/04/02 20:31:38 | stdout | Callstack:
2024/04/02 20:31:38 | stdout | Exception: argument of type 'NoneType' is not iterable
2024/04/02 20:31:38 | stdout |  
2024/04/02 20:31:38 | stdout | 2024-04-02 20:31:38,733 INFO: 处理事件:download.add - [<function Webhook.send at 0x7f902b095cf0>]

<!--EndFragment-->
</body>
</html>

这个应该之前就修复了

jackloves111 commented 3 months ago

好了,现在就剩下刷流是不是有点问题 a1c628ac-cff8-404d-9f53-42c7aed06f44

<html>
<body>
<!--StartFragment-->
2024/04/02 20:31:43 | stdout | 2024-04-02 20:31:43,133 INFO: 【Brush】任务 123 本次添加了 0 个下载
-- | -- | --
2024/04/02 20:31:38 | stdout |  
2024/04/02 20:31:38 | stdout |  
2024/04/02 20:31:38 | stdout | TypeError: argument of type 'NoneType' is not iterable
2024/04/02 20:31:38 | stdout | if 'm-team' in media_info.page_url and media_info.enclosure is None:
2024/04/02 20:31:38 | stdout | File "/nas-tools/app/downloader/downloader.py", line 324, in download
2024/04/02 20:31:38 | stdout | _, download_id, retmsg = self.downloader.download(
2024/04/02 20:31:38 | stdout | File "/nas-tools/app/brushtask.py", line 622, in __download_torrent
2024/04/02 20:31:38 | stdout | if self.__download_torrent(taskinfo=taskinfo,
2024/04/02 20:31:38 | stdout | File "/nas-tools/app/brushtask.py", line 271, in check_task_rss
2024/04/02 20:31:38 | stdout | Traceback (most recent call last):
2024/04/02 20:31:38 | stdout | Callstack:
2024/04/02 20:31:38 | stdout | Exception: argument of type 'NoneType' is not iterable
2024/04/02 20:31:38 | stdout |  
2024/04/02 20:31:38 | stdout | 2024-04-02 20:31:38,733 INFO: 处理事件:download.add - [<function Webhook.send at 0x7f902b095cf0>]

<!--EndFragment-->
</body>
</html>

这个应该之前就修复了

可以了,可以了,完美!

decretumer commented 3 months ago

/ D6CA3F64-07AC-423B-A451-62E8089FB7C2 大佬,馒头配置好了,站点检测是正常的,也可以获取种子了,但是签到报405,这个是配错了吗

linyuan0213 commented 3 months ago

/ D6CA3F64-07AC-423B-A451-62E8089FB7C2 大佬,馒头配置好了,站点检测是正常的,也可以获取种子了,但是签到报405,这个是配错了吗

看下配置

decretumer commented 3 months ago

F3F71DD2-BACD-4D0F-A4D2-8B362D67474E 0BE17B7E-5E04-449A-A88E-1F7932AA5B0B 92F1AC62-2D18-4290-923A-73F288AA59D8 198A6D3C-6D2A-49F9-A668-E8086322B84F目前的配置如上

linyuan0213 commented 3 months ago

F3F71DD2-BACD-4D0F-A4D2-8B362D67474E 0BE17B7E-5E04-449A-A88E-1F7932AA5B0B 92F1AC62-2D18-4290-923A-73F288AA59D8 198A6D3C-6D2A-49F9-A668-E8086322B84F目前的配置如上

去掉后面的网址后面的index

linyuan0213 commented 3 months ago
大佬,只输入令牌该如何配置啊。刚看了一下馒头最新安全设定,二级验证好像必须开启,要么为密码+动态码,要么为密码+邮箱,这样录入cookie进去登不上。
cookie空着测试站点直接提示未配置站点cookie,请求头参数输入{"x-api-key": "馒头存取令牌"}保存退出后再次点维护直接没东西了,版本 v3.2.3 7e226da。

带上请求头参数就行,cookie 不用,其他问题已经修复了

huang3370 commented 3 months ago

image image 一直进不去,cup一直拉满

linyuan0213 commented 3 months ago

image image 一直进不去,cup一直拉满

给我看下完整的日志

huang3370 commented 3 months ago
024-04-03 22:02:47 | stderr | from app.brushtask import BrushTask -- | -- | -- 2024-04-03 22:02:47 | stderr | File "/nas-tools/app/brushtask.py", line 12, in 2024-04-03 22:02:46 | stderr | from app.utils import SystemUtils, RequestUtils 2024-04-03 22:02:46 | stderr | File "/nas-tools/app/utils/__init__.py", line 10, in 2024-04-03 22:02:46 | stderr | from .torrent import Torrent 2024-04-03 22:02:46 | stderr | File "/nas-tools/app/utils/torrent.py", line 7, in 2024-04-03 22:02:46 | stderr | import libtorrent 2024-04-03 22:02:46 | stderr | ModuleNotFoundError: No module named 'libtorrent' 2024-04-03 22:02:46 | stderr | Traceback (most recent call last): 2024-04-03 22:02:46 | stderr | File "/nas-tools/run.py", line 29, in 2024-04-03 22:02:46 | stderr | from web.action import WebAction 2024-04-03 22:02:46 | stderr | File "/nas-tools/web/action.py", line 22, in 2024-04-03 22:02:46 | stderr | from app.brushtask import BrushTask 2024-04-03 22:02:46 | stderr | File "/nas-tools/app/brushtask.py", line 12, in 2024-04-03 22:02:46 | stderr | from app.downloader import Downloader 2024-04-03 22:02:46 | stderr | File "/nas-tools/app/downloader/__init__.py", line 1, in 2024-04-03 22:02:46 | stderr | from .downloader import Downloader 2024-04-03 22:02:46 | stderr | File "/nas-tools/app/downloader/downloader.py", line 11, in 2024-04-03 22:02:46 | stderr | from app.conf import ModuleConf 2024-04-03 22:02:46 | stderr | File "/nas-tools/app/conf/__init__.py", line 1, in 2024-04-03 22:02:46 | stderr | from .systemconfig import SystemConfig 2024-04-03 22:02:46 | stderr | File "/nas-tools/app/conf/systemconfig.py", line 3, in 2024-04-03 22:02:46 | stderr | from app.helper import DictHelper 2024-04-03 22:02:46 | stderr | File "/nas-tools/app/helper/__init__.py", line 1, in 2024-04-03 22:02:46 | stderr | from .chrome_helper import ChromeHelper, init_chrome 2024-04-03 22:02:46 | stderr | File "/nas-tools/app/helper/chrome_helper.py", line 11, in 2024-04-03 22:02:45 | stderr | from app.helper import DictHelper 2024-04-03 22:02:45 | stderr | File "/nas-tools/app/helper/__init__.py", line 1, in 2024-04-03 22:02:45 | stderr | from .chrome_helper import ChromeHelper, init_chrome 2024-04-03 22:02:45 | stderr | File "/nas-tools/app/helper/chrome_helper.py", line 11, in 2024-04-03 22:02:45 | stderr | from app.utils import SystemUtils, RequestUtils 2024-04-03 22:02:45 | stderr | File "/nas-tools/app/utils/__init__.py", line 10, in 2024-04-03 22:02:45 | stderr | from .torrent import Torrent 2024-04-03 22:02:45 | stderr | File "/nas-tools/app/utils/torrent.py", line 7, in 2024-04-03 22:02:45 | stderr | import libtorrent 2024-04-03 22:02:45 | stderr | ModuleNotFoundError: No module named 'libtorrent' 2024-04-03 22:02:45 | stderr | Traceback (most recent call last): 2024-04-03 22:02:45 | stderr | File "/nas-tools/run.py", line 29, in 2024-04-03 22:02:45 | stderr | from web.action import WebAction 2024-04-03 22:02:45 | stderr | File "/nas-tools/web/action.py", line 22, in 2024-04-03 22:02:45 | stderr | from app.brushtask import BrushTask 2024-04-03 22:02:45 | stderr | File "/nas-tools/app/brushtask.py", line 12, in 2024-04-03 22:02:45 | stderr | from app.downloader import Downloader 2024-04-03 22:02:45 | stderr | File "/nas-tools/app/downloader/__init__.py", line 1, in 2024-04-03 22:02:45 | stderr | from .downloader import Downloader 2024-04-03 22:02:45 | stderr | File "/nas-tools/app/downloader/downloader.py", line 11, in 2024-04-03 22:02:45 | stderr | from app.conf import ModuleConf 2024-04-03 22:02:45 | stderr | File "/nas-tools/app/conf/__init__.py", line 1, in 2024-04-03 22:02:45 | stderr | from .systemconfig import SystemConfig 2024-04-03 22:02:45 | stderr | File "/nas-tools/app/conf/systemconfig.py", line 3, in 2024-04-03 22:02:43 | stderr | from .torrent import Torrent 2024-04-03 22:02:43 | stderr | File "/nas-tools/app/utils/torrent.py", line 7, in 2024-04-03 22:02:43 | stderr | import libtorrent 2024-04-03 22:02:43 | stderr | ModuleNotFoundError: No module named 'libtorrent' 2024-04-03 22:02:43 | stderr | Traceback (most recent call last): 2024-04-03 22:02:43 | stderr | File "/nas-tools/run.py", line 29, in 2024-04-03 22:02:43 | stderr | from web.action import WebAction 2024-04-03 22:02:43 | stderr | File "/nas-tools/web/action.py", line 22, in 2024-04-03 22:02:43 | stderr | from app.brushtask import BrushTask 2024-04-03 22:02:43 | stderr | File "/nas-tools/app/brushtask.py", line 12, in 2024-04-03 22:02:43 | stderr | from app.downloader import Downloader 2024-04-03 22:02:43 | stderr | File "/nas-tools/app/downloader/__init__.py", line 1, in 2024-04-03 22:02:43 | stderr | from .downloader import Downloader 2024-04-03 22:02:43 | stderr | File "/nas-tools/app/downloader/downloader.py", line 11, in 2024-04-03 22:02:43 | stderr | from app.conf import ModuleConf 2024-04-03 22:02:43 | stderr | File "/nas-tools/app/conf/__init__.py", line 1, in 2024-04-03 22:02:43 | stderr | from .systemconfig import SystemConfig 2024-04-03 22:02:43 | stderr | File "/nas-tools/app/conf/systemconfig.py", line 3, in 2024-04-03 22:02:43 | stderr | from app.helper import DictHelper 2024-04-03 22:02:43 | stderr | File "/nas-tools/app/helper/__init__.py", line 1, in 2024-04-03 22:02:43 | stderr | from .chrome_helper import ChromeHelper, init_chrome 2024-04-03 22:02:43 | stderr | File "/nas-tools/app/helper/chrome_helper.py", line 11, in 2024-04-03 22:02:43 | stderr | from app.utils import SystemUtils, RequestUtils 2024-04-03 22:02:43 | stderr | File "/nas-tools/app/utils/__init__.py", line 10, in 2024-04-03 22:02:42 | stderr | from app.downloader import Downloader 2024-04-03 22:02:42 | stderr | File "/nas-tools/app/downloader/__init__.py", line 1, in 2024-04-03 22:02:42 | stderr | from .downloader import Downloader 2024-04-03 22:02:42 | stderr | File "/nas-tools/app/downloader/downloader.py", line 11, in 2024-04-03 22:02:42 | stderr | from app.conf import ModuleConf 2024-04-03 22:02:42 | stderr | File "/nas-tools/app/conf/__init__.py", line 1, in 2024-04-03 22:02:42 | stderr | from .systemconfig import SystemConfig 2024-04-03 22:02:42 | stderr | File "/nas-tools/app/conf/systemconfig.py", line 3, in 2024-04-03 22:02:42 | stderr | from app.helper import DictHelper 2024-04-03 22:02:42 | stderr | File "/nas-tools/app/helper/__init__.py", line 1, in 2024-04-03 22:02:42 | stderr | from .chrome_helper import ChromeHelper, init_chrome 2024-04-03 22:02:42 | stderr | File "/nas-tools/app/helper/chrome_helper.py", line 11, in 2024-04-03 22:02:42 | stderr | from app.utils import SystemUtils, RequestUtils 2024-04-03 22:02:42 | stderr | File "/nas-tools/app/utils/__init__.py", line 10, in 2024-04-03 22:02:42 | stderr | from .torrent import Torrent 2024-04-03 22:02:42 | stderr | File "/nas-tools/app/utils/torrent.py", line 7, in 2024-04-03 22:02:42 | stderr | import libtorrent 2024-04-03 22:02:42 | stderr | ModuleNotFoundError: No module named 'libtorrent' 2024-04-03 22:02:42 | stderr | Traceback (most recent call last): 2024-04-03 22:02:42 | stderr | File "/nas-tools/run.py", line 29, in 2024-04-03 22:02:42 | stderr | from web.action import WebAction 2024-04-03 22:02:42 | stderr | File "/nas-tools/web/action.py", line 22, in 2024-04-03 22:02:42 | stderr | from app.brushtask import BrushTask 2024-04-03 22:02:42 | stderr | File "/nas-tools/app/brushtask.py", line 12, in 2024-04-03 22:02:41 | stderr | from .chrome_helper import ChromeHelper, init_chrome 2024-04-03 22:02:41 | stderr | File "/nas-tools/app/helper/chrome_helper.py", line 11, in 2024-04-03 22:02:41 | stderr | from app.utils import SystemUtils, RequestUtils 2024-04-03 22:02:41 | stderr | File "/nas-tools/app/utils/__init__.py", line 10, in 2024-04-03 22:02:41 | stderr | from .torrent import Torrent 2024-04-03 22:02:41 | stderr | File "/nas-tools/app/utils/torrent.py", line 7, in 2024-04-03 22:02:41 | stderr | import libtorrent 2024-04-03 22:02:41 | stderr | ModuleNotFoundError: No module named 'libtorrent'
huang3370 commented 3 months ago

图像 图像一直进不去,杯一直拉满

给我看完整的日志

用绿联的docker和ssh安装都一样,,用SSH安装旧版在升级,找不到刷流这个功能了

linyuan0213 commented 3 months ago

图像 图像一直进不去,杯一直拉满

给我看完整的日志

用绿联的docker和ssh安装都一样,,用SSH安装旧版在升级,找不到刷流这个功能了

刷流这个功能是对pt站注册满30天的用户提供的,我在考虑要不要去掉这个限制

huang3370 commented 3 months ago

我还没有正常登入PT账号。

linyuan0213 commented 3 months ago

我还没有正常登入PT账号。

那需要你登下pt账号

huang3370 commented 3 months ago

我还没有正常登入PT账号。

那需要你登下pt账号

麒麟站不支持,能修复下么,www.hdkyl.in

linyuan0213 commented 3 months ago

我还没有正常登入PT账号。

那需要你登下pt账号

麒麟站不支持,能修复下么,www.hdkyl.in

我没这个站点,要修复的话,可以协助一下,明天我建个 tg 群吧

huang3370 commented 3 months ago

我还没有正常登入PT账号。

那需要你登下pt账号

麒麟站不支持,能修复下么,www.hdkyl.in

我没这个站点,要修复的话,可以协助一下,明天我建个 tg 你留个邮箱,我发你邀请

huang3370 commented 3 months ago

你留个邮箱,我发你邀请

linyuan0213 commented 3 months ago

你留个邮箱,我发你邀请

linyuan213@gmail.com

huang3370 commented 3 months ago

linyuan213@gmail.com

已发。还有站点不行,到时候后,有邀请,我发你

linyuan0213 commented 3 months ago

linyuan213@gmail.com

已发。还有站点不行,到时候后,有邀请,我发你

ok 这个明天我就先处理了

huang3370 commented 3 months ago

linyuan213@gmail.com

已发。还有站点不行,到时候后,有邀请,我发你

ok 这个明天我就先处理了 https://www.okpt.net/ 这个站点已发 需要预注册账号你的邮箱前面的linyuan213 这个临时邀请7天及时注册

huang3370 commented 3 months ago

我安装过一个版本,检测免费到期,下载速度降低1kb 希望能加入

huang3370 commented 3 months ago

你留邮箱个,我发你邀请

linyuan213@gmail.com

大佬加入站点支持,好弄么,一般要多久

linyuan0213 commented 3 months ago

你留邮箱个,我发你邀请

linyuan213@gmail.com

大佬加入站点支持,好弄么,一般要多久

这个解析完一个站点了,今天下午有点事,估计明天两个站点都会上线

huang3370 commented 3 months ago

是麒麟还是OkPt

------------------ 原始邮件 ------------------ 发件人: Lin Yuan @.> 发送时间: 2024年4月4日 12:01 收件人: linyuan0213/nas-tools @.> 抄送: huang3370 @.>, Comment @.> 主题: Re: [linyuan0213/nas-tools] 已支持馒头,有什么问题在这里反馈 (Issue #17)

你留邮箱个,我发你邀请

@.***

大佬加入站点支持,好弄么,一般要多久

这个解析完一个站点了,今天下午有点事,估计明天两个站点都会上线

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

huang3370 commented 3 months ago

我需要怎么使用,需要更新吗?

------------------ 原始邮件 ------------------ 发件人: Lin Yuan @.> 发送时间: 2024年4月4日 12:01 收件人: linyuan0213/nas-tools @.> 抄送: huang3370 @.>, Comment @.> 主题: Re: [linyuan0213/nas-tools] 已支持馒头,有什么问题在这里反馈 (Issue #17)

你留邮箱个,我发你邀请

@.***

大佬加入站点支持,好弄么,一般要多久

这个解析完一个站点了,今天下午有点事,估计明天两个站点都会上线

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

huang3370 commented 3 months ago

你留邮箱个,我发你邀请

linyuan213@gmail.com

大佬加入站点支持,好弄么,一般要多久

这个解析完一个站点了,今天下午有点事,估计明天两个站点都会上线

已经可以用了,还是明天才行

linyuan0213 commented 3 months ago

你留邮箱个,我发你邀请

linyuan213@gmail.com

大佬加入站点支持,好弄么,一般要多久

这个解析完一个站点了,今天下午有点事,估计明天两个站点都会上线

已经可以用了,还是明天才行

明天,明天一起上线了,晚上还得测一下

huang3370 commented 3 months ago

你留邮箱个,我发你邀请

linyuan213@gmail.com

大佬加入站点支持,好弄么,一般要多久

这个解析完一个站点了,今天下午有点事,估计明天两个站点都会上线

已经可以用了,还是明天才行

明天,明天一起上线了,晚上还得测一下

谢谢🙏😍

linyuan0213 commented 3 months ago

你留邮箱个,我发你邀请

linyuan213@gmail.com

大佬加入站点支持,好弄么,一般要多久

这个解析完一个站点了,今天下午有点事,估计明天两个站点都会上线

已经可以用了,还是明天才行

明天,明天一起上线了,晚上还得测一下

谢谢🙏😍

已经支持麒麟和OKPT,更新就能用

huang3370 commented 3 months ago

你留邮箱个,我发你邀请

linyuan213@gmail.com

大佬加入站点支持,好弄么,一般要多久

这个解析完一个站点了,今天下午有点事,估计明天两个站点都会上线

已经可以用了,还是明天才行

明天,明天一起上线了,晚上还得测一下

谢谢🙏😍

已经支持麒麟和OKPT,更新就能用

已经用上了,感谢, 测试下刷流

guobaizhu commented 3 months ago

最近几版更新后,mt刷流报异常哦。 Exception: 'NoneType' object is not subscriptable Callstack: Traceback (most recent call last): File "/nas-tools/app/brushtask.py", line 273, in check_task_rss if self.is_torrent_handled(enclosure=enclosure): File "/nas-tools/app/brushtask.py", line 1008, in is_torrent_handled return self.dbhelper.get_brushtask_torrent_by_enclosure(enclosure) File "/nas-tools/app/helper/db_helper.py", line 1783, in get_brushtask_torrent_by_enclosure tid = StringUtils.get_tid_by_url(enclosure) File "/nas-tools/app/utils/string_utils.py", line 561, in get_tid_by_url credential = params.get('credential')[0] TypeError: 'NoneType' object is not subscriptable

linyuan0213 commented 3 months ago

最近几版更新后,mt刷流报异常哦。 Exception: 'NoneType' object is not subscriptable Callstack: Traceback (most recent call last): File "/nas-tools/app/brushtask.py", line 273, in check_task_rss if self.is_torrent_handled(enclosure=enclosure): File "/nas-tools/app/brushtask.py", line 1008, in is_torrent_handled return self.dbhelper.get_brushtask_torrent_by_enclosure(enclosure) File "/nas-tools/app/helper/db_helper.py", line 1783, in get_brushtask_torrent_by_enclosure tid = StringUtils.get_tid_by_url(enclosure) File "/nas-tools/app/utils/string_utils.py", line 561, in get_tid_by_url credential = params.get('credential')[0] TypeError: 'NoneType' object is not subscriptable

能看下日志请求的url吗

guobaizhu commented 3 months ago

已收到来信,我会尽快给您回复。

huang3370 commented 3 months ago

我这边是正常的,就是昨天开始馒头域名连不上,

------------------ 原始邮件 ------------------ 发件人: Lin Yuan @.> 发送时间: 2024年4月9日 09:36 收件人: linyuan0213/nas-tools @.> 抄送: huang3370 @.>, Comment @.> 主题: Re: [linyuan0213/nas-tools] 已支持馒头,有什么问题在这里反馈 (Issue #17)

最近几版更新后,mt刷流报异常哦。 Exception: 'NoneType' object is not subscriptable Callstack: Traceback (most recent call last): File "/nas-tools/app/brushtask.py", line 273, in check_task_rss if self.is_torrent_handled(enclosure=enclosure): File "/nas-tools/app/brushtask.py", line 1008, in is_torrent_handled return self.dbhelper.get_brushtask_torrent_by_enclosure(enclosure) File "/nas-tools/app/helper/db_helper.py", line 1783, in get_brushtask_torrent_by_enclosure tid = StringUtils.get_tid_by_url(enclosure) File "/nas-tools/app/utils/string_utils.py", line 561, in get_tid_by_url credential = params.get('credential')[0] TypeError: 'NoneType' object is not subscriptable

能看下日志请求的url吗

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

linyuan0213 commented 3 months ago

我这边是正常的,就是昨天开始馒头域名连不上, ------------------ 原始邮件 ------------------ 发件人: Lin Yuan @.> 发送时间: 2024年4月9日 09:36 收件人: linyuan0213/nas-tools @.> 抄送: huang3370 @.>, Comment @.> 主题: Re: [linyuan0213/nas-tools] 已支持馒头,有什么问题在这里反馈 (Issue #17) 最近几版更新后,mt刷流报异常哦。 Exception: 'NoneType' object is not subscriptable Callstack: Traceback (most recent call last): File "/nas-tools/app/brushtask.py", line 273, in check_task_rss if self.is_torrent_handled(enclosure=enclosure): File "/nas-tools/app/brushtask.py", line 1008, in is_torrent_handled return self.dbhelper.get_brushtask_torrent_by_enclosure(enclosure) File "/nas-tools/app/helper/db_helper.py", line 1783, in get_brushtask_torrent_by_enclosure tid = StringUtils.get_tid_by_url(enclosure) File "/nas-tools/app/utils/string_utils.py", line 561, in get_tid_by_url credential = params.get('credential')[0] TypeError: 'NoneType' object is not subscriptable 能看下日志请求的url吗 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

域名连不上请求不到地址会报错,换个地址或者加个代理试试

huang3370 commented 3 months ago

换啥都不行,奇怪了,手动添加的种子也一样

------------------ 原始邮件 ------------------ 发件人: Lin Yuan @.> 发送时间: 2024年4月9日 09:40 收件人: linyuan0213/nas-tools @.> 抄送: huang3370 @.>, Comment @.> 主题: Re: [linyuan0213/nas-tools] 已支持馒头,有什么问题在这里反馈 (Issue #17)

我这边是正常的,就是昨天开始馒头域名连不上, … ------------------ 原始邮件 ------------------ 发件人: Lin Yuan @.> 发送时间: 2024年4月9日 09:36 收件人: linyuan0213/nas-tools @.> 抄送: huang3370 @.>, Comment @.> 主题: Re: [linyuan0213/nas-tools] 已支持馒头,有什么问题在这里反馈 (Issue #17) 最近几版更新后,mt刷流报异常哦。 Exception: 'NoneType' object is not subscriptable Callstack: Traceback (most recent call last): File "/nas-tools/app/brushtask.py", line 273, in check_task_rss if self.is_torrent_handled(enclosure=enclosure): File "/nas-tools/app/brushtask.py", line 1008, in is_torrent_handled return self.dbhelper.get_brushtask_torrent_by_enclosure(enclosure) File "/nas-tools/app/helper/db_helper.py", line 1783, in get_brushtask_torrent_by_enclosure tid = StringUtils.get_tid_by_url(enclosure) File "/nas-tools/app/utils/string_utils.py", line 561, in get_tid_by_url credential = params.get('credential')[0] TypeError: 'NoneType' object is not subscriptable 能看下日志请求的url吗 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

域名连不上请求不到地址会报错,换个地址或者加个代理试试

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

guobaizhu commented 3 months ago

最近几版更新后,mt刷流报异常哦。 Exception: 'NoneType' object is not subscriptable Callstack: Traceback (most recent call last): File "/nas-tools/app/brushtask.py", line 273, in check_task_rss if self.is_torrent_handled(enclosure=enclosure): File "/nas-tools/app/brushtask.py", line 1008, in is_torrent_handled return self.dbhelper.get_brushtask_torrent_by_enclosure(enclosure) File "/nas-tools/app/helper/db_helper.py", line 1783, in get_brushtask_torrent_by_enclosure tid = StringUtils.get_tid_by_url(enclosure) File "/nas-tools/app/utils/string_utils.py", line 561, in get_tid_by_url credential = params.get('credential')[0] TypeError: 'NoneType' object is not subscriptable

能看下日志请求的url吗

rss

linyuan0213 commented 3 months ago

最近几版更新后,mt刷流报异常哦。 Exception: 'NoneType' object is not subscriptable Callstack: Traceback (most recent call last): File "/nas-tools/app/brushtask.py", line 273, in check_task_rss if self.is_torrent_handled(enclosure=enclosure): File "/nas-tools/app/brushtask.py", line 1008, in is_torrent_handled return self.dbhelper.get_brushtask_torrent_by_enclosure(enclosure) File "/nas-tools/app/helper/db_helper.py", line 1783, in get_brushtask_torrent_by_enclosure tid = StringUtils.get_tid_by_url(enclosure) File "/nas-tools/app/utils/string_utils.py", line 561, in get_tid_by_url credential = params.get('credential')[0] TypeError: 'NoneType' object is not subscriptable

能看下日志请求的url吗

rss

直接在浏览器里能打开馒头的网站吗

linyuan0213 commented 3 months ago

最近几版更新后,mt刷流报异常哦。 Exception: 'NoneType' object is not subscriptable Callstack: Traceback (most recent call last): File "/nas-tools/app/brushtask.py", line 273, in check_task_rss if self.is_torrent_handled(enclosure=enclosure): File "/nas-tools/app/brushtask.py", line 1008, in is_torrent_handled return self.dbhelper.get_brushtask_torrent_by_enclosure(enclosure) File "/nas-tools/app/helper/db_helper.py", line 1783, in get_brushtask_torrent_by_enclosure tid = StringUtils.get_tid_by_url(enclosure) File "/nas-tools/app/utils/string_utils.py", line 561, in get_tid_by_url credential = params.get('credential')[0] TypeError: 'NoneType' object is not subscriptable

能看下日志请求的url吗

rss

image

这里要选第二个,你这rss地址应该选成第一个了

huang3370 commented 3 months ago

最近几版更新后,mt刷流报异常哦。 Exception: 'NoneType' object is not subscriptable Callstack: Traceback (most recent call last): File "/nas-tools/app/brushtask.py", line 273, in check_task_rss if self.is_torrent_handled(enclosure=enclosure): File "/nas-tools/app/brushtask.py", line 1008, in is_torrent_handled return self.dbhelper.get_brushtask_torrent_by_enclosure(enclosure) File "/nas-tools/app/helper/db_helper.py", line 1783, in get_brushtask_torrent_by_enclosure tid = StringUtils.get_tid_by_url(enclosure) File "/nas-tools/app/utils/string_utils.py", line 561, in get_tid_by_url credential = params.get('credential')[0] TypeError: 'NoneType' object is not subscriptable

能看下日志请求的url吗

rss

你们馒头能正常下载么,

huang3370 commented 3 months ago

最近几版更新后,mt刷流报异常哦。 Exception: 'NoneType' object is not subscriptable Callstack: Traceback (most recent call last): File "/nas-tools/app/brushtask.py", line 273, in check_task_rss if self.is_torrent_handled(enclosure=enclosure): File "/nas-tools/app/brushtask.py", line 1008, in is_torrent_handled return self.dbhelper.get_brushtask_torrent_by_enclosure(enclosure) File "/nas-tools/app/helper/db_helper.py", line 1783, in get_brushtask_torrent_by_enclosure tid = StringUtils.get_tid_by_url(enclosure) File "/nas-tools/app/utils/string_utils.py", line 561, in get_tid_by_url credential = params.get('credential')[0] TypeError: 'NoneType' object is not subscriptable

能看下日志请求的url吗

rss

image 这里要选第二个,你这rss地址应该选成第一个了

Qb选择下面