LeekHub / leek-fund

:chart_with_upwards_trend: 韭菜盒子——VSCode 里也可以看股票 & 基金实时数据,做最好用的投资插件 🐥
http://leek.fund
BSD 3-Clause "New" or "Revised" License
3.03k stars 435 forks source link

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

Closed jgh004 closed 2 months ago

jgh004 commented 2 months ago

基金显示正常,股票数据都没了,包括分组也没有了。然后一直提示 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 commented 2 months ago

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

ityadong commented 2 months ago

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

ajsonx commented 2 months ago

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

jgh004 commented 2 months ago

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

iced-duck commented 2 months ago
"leek-fund.stocks": [
    null,
    "usr_ixic",
    "usr_dji",
    "usr_inx",
],

编辑settings.json 把这个null去掉

MtSatou commented 2 months ago

我也是,回退版本也不行,会报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 commented 2 months ago

@gittig11 出来改bug了

giscafer commented 2 months ago

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

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