gopeed
gopeed copied to clipboard
Tracker订阅修改问题
Description github的Tracker订阅访问很慢,希望可以增加增删改功能,自己修改订阅源。
App Version v1.3.5
OS Version windows
目前tracker订阅是有做cdn轮询访问的,自定义订阅源就不好做cdn了
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
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的也超时
已修复:https://github.com/GopeedLab/gopeed/pull/155 等下个版本发布吧
已修复:#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 没影响的,不过建议升级到最新版
已修复:#155 等下个版本发布吧
thanks