Skip to content
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

Tracker订阅修改问题 #151

Closed
lushunming opened this issue Jul 12, 2023 · 7 comments
Closed

Tracker订阅修改问题 #151

lushunming opened this issue Jul 12, 2023 · 7 comments

Comments

@lushunming
Copy link

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

App Version v1.3.5

OS Version windows

@monkeyWie
Copy link
Member

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

@lushunming
Copy link
Author

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
Copy link
Author

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的也超时

@monkeyWie
Copy link
Member

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

@MrGlp
Copy link
Contributor

MrGlp commented Jul 17, 2023

已修复:#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",
},
},
}, // 特殊协议支持

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

@monkeyWie
Copy link
Member

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

@lushunming
Copy link
Author

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

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants