gopeed icon indicating copy to clipboard operation
gopeed copied to clipboard

Tracker订阅修改问题

Open lushunming opened this issue 2 years ago • 3 comments

Description github的Tracker订阅访问很慢,希望可以增加增删改功能,自己修改订阅源。

App Version v1.3.5

OS Version windows

lushunming avatar Jul 12 '23 01:07 lushunming

目前tracker订阅是有做cdn轮询访问的,自定义订阅源就不好做cdn了

monkeyWie avatar Jul 12 '23 07:07 monkeyWie

level=warning msg="subscribe trackers fail, url: https://github.com/XIU2/TrackersListCollection/raw/master/all.txt" error="DioException [bad response]: The request returned an invalid status code of 500."
level=warning msg="subscribe trackers fail, url: https://github.com/XIU2/TrackersListCollection/raw/master/http.txt" error="DioException [bad response]: The request returned an invalid status code of 500."
level=warning msg="subscribe trackers fail, url: https://github.com/XIU2/TrackersListCollection/raw/master/all.txt" error="DioException [bad response]: The request returned an invalid status code of 500."
level=warning msg="subscribe trackers fail, url: https://github.com/ngosang/trackerslist/raw/master/trackers_all.txt" error="DioException [bad response]: The request returned an invalid status code of 500."
level=warning msg="subscribe trackers fail, url: https://github.com/ngosang/trackerslist/raw/master/trackers_all.txt" error="DioException [bad response]: The request returned an invalid status code of 500."
level=warning msg="subscribe trackers fail, url: https://cdn.jsdelivr.net/gh/ngosang/trackerslist/trackers_all.txt" error="DioException [bad response]: The request returned an invalid status code of 500."
level=warning msg="subscribe trackers fail, url: https://github.com/ngosang/trackerslist/raw/master/trackers_all_https.txt" error="DioException [bad response]: The request returned an invalid status code of 500."

返回500

lushunming avatar Jul 12 '23 07:07 lushunming

level=warning msg="subscribe trackers fail, url: https://github.com/ngosang/trackerslist/raw/master/trackers_all_https.txt" error="DioException [bad response]: The request returned an invalid status code of 500."
level=warning msg="subscribe trackers fail, url: https://cdn.jsdelivr.net/gh/ngosang/trackerslist/trackers_all_https.txt" error="DioException [receive timeout]: The request took longer than 0:01:00.000000 to receive data. It was aborted."
level=warning msg="subscribe trackers fail, url: https://github.com/ngosang/trackerslist/raw/master/trackers_all.txt" error="DioException [bad response]: The request returned an invalid status code of 500."
level=warning msg="subscribe trackers fail, url: https://cdn.jsdelivr.net/gh/ngosang/trackerslist/trackers_all.txt" error="DioException [receive timeout]: The request took longer than 0:01:00.000000 to receive data. It was aborted."
level=warning msg="subscribe trackers fail, url: https://github.com/ngosang/trackerslist/raw/master/trackers_all_http.txt" error="DioException [bad response]: The request returned an invalid status code of 500."

cdn的也超时

lushunming avatar Jul 12 '23 07:07 lushunming

已修复:https://github.com/GopeedLab/gopeed/pull/155 等下个版本发布吧

monkeyWie avatar Jul 15 '23 08:07 monkeyWie

已修复:#155 等下个版本发布吧

ProtocolConfig: map[string]any{ "http": map[string]any{ "connections": 8, }, "bt": map[string]any{ "trackerSubscribeUrls": []string{ "https://cf.trackerslist.com/all.txt", }, "trackers": []string{ "udp://tracker.coppersurfer.tk:6969/announce", "udp://tracker.leechers-paradise.org:6969/announce", "udp://tracker.altrosky.nl:6969/announce", "udp://opentracker.i2p.rocks:6969/announce", }, }, }, // 特殊协议支持

	大佬那我本地使用代码这样订阅这些有影响么,是否也要跟新到下个版本

MrGlp avatar Jul 17 '23 01:07 MrGlp

@MrGlp 没影响的,不过建议升级到最新版

monkeyWie avatar Jul 17 '23 02:07 monkeyWie

已修复:#155 等下个版本发布吧

thanks

lushunming avatar Jul 17 '23 02:07 lushunming