gpt4 book ai didi

exception - 组件返回失败代码 : 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIXMLHttpRequest. open ]"nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)

转载 作者:行者123 更新时间:2023-12-03 17:59:53 25 4
gpt4 key购买 nike

我花了 2 天的时间试图找出这个错误,并想分享解决方案

问题:
我正在尝试在运行时使用不同的数据存储重新配置 extjs 网格面板

错误代码:

var el = Ext.getCmp('DummyGrid');
el.reconfigure(SLADataStore, SLAColumnModel);
el.load();

错误:
未捕获的异常:[异常...“组件返回失败代码:0x80070057(NS_ERROR_ILLEGAL_VALUE)[nsIXMLHttpRequest.open]” nsresult:“0x80070057(NS_ERROR_ILLEGAL_VALUE)”位置:“JS框架:: http://extjs.cachefly.net/ext-3.2.1/adapter/ext/ext-base.js

没有错误的代码:
var el = Ext.getCmp('DummyGrid');
el.reconfigure(SLADataStore, SLAColumnModel);
SLADataStore.load({
params: { start: 0,
limit: 25,
sort: 'LevelID',
dir: 'ASC'}
});

错误原因:当我尝试加载它应该是 datastore.load() 而不是 component.load()

希望这篇文章可以帮助他们花在啤酒上的 2 天时间;)

-周六

最佳答案

尝试

el.getStore().load();

关于exception - 组件返回失败代码 : 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIXMLHttpRequest. open ]"nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3785785/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com