org.mozilla.javascript.EcmaError:TypeError:无法从undefined中读取属性“length”

时间:2014-12-02 09:49:11

标签: javascript json curl

当我使用curl进行POST(json字符串)时,我得到以下错误[1]; 谁知道,如何解决这个问题? 我将我的json发布为-d @endpointconfigimpl.json,文件内容就像;

endpoint_config='{
    "production_endpoints": {
        "url": "http://gdata.youtube.com/feeds/api/standardfeeds",
        "config": null
    },
    "endpoint_type": "http"
}'
  

[1]引起:org.mozilla.javascript.EcmaError:TypeError:不能   从undefined读取属性“length”   (/publisher/site/blocks/item-design/ajax/add.jag#11)         在org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3687)         在org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3665)         在org.mozilla.javascript.ScriptRuntime.typeError(ScriptRuntime.java:3693)

0 个答案:

没有答案