gpt4 book ai didi

JSON 解析错误 : Unexpected identifier "Not"

转载 作者:行者123 更新时间:2023-12-01 12:34:49 25 4
gpt4 key购买 nike

我正在学习 http://facebook.github.io/react-native/docs/tutorial.html#fetching-real-data 的 react-native 教程并在添加功能后

fetchData: function() {
fetch(REQUEST_URL)
.then((response) => response.json())
.then((responseData) => {
this.setState({
movies: responseData.movies,
});
})
.done();
},

到 AwesomeProject 对象,然后重新加载 iOS 模拟器,我收到错误 JSON Parse error: Unexpected identifier "Not"。由于我没有编写任何 JSON,所以我不知道这个错误可能来自哪里。

最佳答案

我在 REQUEST_URL 中漏掉了一个字符。因此,对该 URL 的请求返回了 404 Not Found,其中第一个非 json 标记当然是 Not。我通过在 url 上运行 curl 来确定这一点,但您也可以通过在浏览器中访问 url 来检查它。

关于JSON 解析错误 : Unexpected identifier "Not",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30696763/

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