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

早上一更新就完犊子了 Cannot read properties of null (reading 'length') #459

Closed
jgh004 opened this issue Aug 28, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@jgh004
Copy link

jgh004 commented Aug 28, 2024

基金显示正常,股票数据都没了,包括分组也没有了。然后一直提示 Cannot read properties of null (reading 'length')。
vsc版本
版本: 1.92.2 (user setup)
提交: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9
日期: 2024-08-14T17:29:30.058Z
Electron: 30.1.2
ElectronBuildId: 9870757
Chromium: 124.0.6367.243
Node.js: 20.14.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631

上移,下移,置顶操作异常。显示 接口不支持该股票 。

@xlzuijia
Copy link

我也是重新设置了一下股票分组

@ityadong
Copy link

我也是,回退版本也不行,会报code.startsWith is not a function

@ajsonx
Copy link

ajsonx commented Aug 28, 2024

更新完原有分组不见了,只剩一个分组了。并且删除股票有问题

@jgh004
Copy link
Author

jgh004 commented Aug 28, 2024

上移,下移,置顶操作异常。显示 接口不支持该股票 。

@iced-duck
Copy link

iced-duck commented Aug 28, 2024

"leek-fund.stocks": [
    null,
    "usr_ixic",
    "usr_dji",
    "usr_inx",
],

编辑settings.json 把这个null去掉

@MtSatou
Copy link

MtSatou commented Aug 28, 2024

我也是,回退版本也不行,会报code.startsWith is not a function

删除settings.json 里 leek-fund.stocks配置里的所有数组和null。
现在不要去操作删除和移动,一旦移动就会出这个错,并且会丢失移动的那个股

"leek-fund.stocks": [
    [
      // null,  <---
      "nf_IF0",
      "nf_IH0",
      "nf_IC0",
      "nf_IM0",
      // [],    <---
      // []     <---
    ]
  ]

@giscafer
Copy link
Member

giscafer commented Aug 28, 2024

@gittig11 出来改bug了

  • 添加股票
  • 移除股票
  • 排序置顶等
  • 刷新
  • 老版本升级
    都建议测一遍。

@giscafer giscafer added the bug Something isn't working label Aug 28, 2024
@giscafer
Copy link
Member

giscafer commented Aug 28, 2024

错误问题v3.10.2版本修复了,但是置顶功能不正常,还需要PR作者处理或者我有时间再处理。

还有其他什么功能不正常可以在 #460 反馈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants