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

多订阅更新问题 #28

Closed
CGQAQ opened this issue Aug 22, 2019 · 7 comments
Closed

多订阅更新问题 #28

CGQAQ opened this issue Aug 22, 2019 · 7 comments

Comments

@CGQAQ
Copy link
Contributor

CGQAQ commented Aug 22, 2019

预期行为

所有订阅更新完成之后,全部出现在列表里

实际行为

列表里只有最后一个更新的订阅, 剩下的被覆盖了

复现方法

  1. 设置两个订阅
  2. 更新订阅

日志信息,位置在当前目录下的guiLogs

--------------------------------未将对象引用设置到对象的实例。[18:19:56]--------------------------------
System.NullReferenceException: 未将对象引用设置到对象的实例。
   在 v2rayN.Handler.ConfigHandler.AddServer(Config& config, VmessItem vmessItem, Int32 index)
   在 v2rayN.Handler.ConfigHandler.AddBatchServers(Config& config, String clipboardData, String subid)
   在 v2rayN.Forms.MainForm.AddBatchServers(String clipboardData, String subid)
   在 v2rayN.Forms.MainForm.<>c__DisplayClass87_0.<tsbSubUpdate_Click>b__0(Object sender2, ResultEventArgs args)
   在 v2rayN.Handler.V2rayUpdateHandle.Ws_DownloadStringCompleted(Object sender, DownloadStringCompletedEventArgs e)

环境信息

2.32,2.33,2.34,2.35 core 4.20
2.31 一切正常

附加信息

第一个订阅更新完成列表里出现了节点,之后一闪而没,变为第二个订阅里的节点。所以我认为是第一个订阅里的节点被覆盖了!

@2dust
Copy link
Owner

2dust commented Aug 22, 2019

把你的订阅内容修改下发出来。应该是某些项目没有导致的

@CGQAQ
Copy link
Contributor Author

CGQAQ commented Aug 22, 2019

把你的订阅内容修改下发出来。应该是某些项目没有导致的

你指的是gui配置文件,还是什么(具体哪个文件的内容

@2dust
Copy link
Owner

2dust commented Aug 23, 2019

把你的订阅内容发给我,或者订阅的链接
https://t.me/v2rayN 找管理员

@CGQAQ
Copy link
Contributor Author

CGQAQ commented Aug 23, 2019

@2dust 请通过pr :)

@CGQAQ
Copy link
Contributor Author

CGQAQ commented Aug 23, 2019

@2dust 这个的check_null多余了,哈哈, 你下次commit的时候顺带着去掉吧 :)

@CGQAQ CGQAQ closed this as completed Aug 23, 2019
@2dust
Copy link
Owner

2dust commented Aug 23, 2019

已经发布,你测试下

@CGQAQ
Copy link
Contributor Author

CGQAQ commented Aug 23, 2019

没问题了

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

2 participants