gpt4 book ai didi

javascript - Google Calendar API quickstart.html "Uncaught [object Object]"仅适用于 Raspberry Pi 上的 Chromium

转载 作者:行者123 更新时间:2023-12-03 18:28:17 26 4
gpt4 key购买 nike

Google 日历 API 的 javascript 示例,quickstart.htm l、在 Win10 PC 上的 Chrome 或 Edge 中完美运行。但是当我在由 apache2 服务的 Raspberry Pi (3) 上的 Chromium 浏览器中运行它时,quickstart.html 中的这段代码:

gapi.client.init({
discoveryDocs: DISCOVERY_DOCS,
clientId: CLIENT_ID,
scope: SCOPES
}).then(function () {
// Listen for sign-in state changes.
gapi.auth2.getAuthInstance().isSignedIn.listen(updateSigninStatus);

// Handle the initial sign-in state.
updateSigninStatus(gapi.auth2.getAuthInstance().isSignedIn.get());
authorizeButton.onclick = handleAuthClick;
signoutButton.onclick = handleSignoutClick;
});

我在控制台中收到此错误:

Uncaught [object Object]
(anonymous function) @ cb=gapi.loaded_0:70

在开发人员工具中查看第 70 行的打印精美的缩小源代码,错误来自此 api 代码:

var tp, $o, ep, Yo;
tp = function(a) {
_.D.setTimeout(function() {
throw a; // <<<<<< This is marked with a red 'x'
}, 0)
}
;

这看起来像是超时了,它正在寻找错误处理程序。但我对 javascript 还是很陌生,所以我不确定这样的处理程序可能需要去哪里。我不知道是否需要等待并重试或只是等待,或者 quickstart.html 使用的脚本“延迟”属性是否在 Chromium 中被破坏。非常感谢有人可以提供的任何帮助。谢谢!

最佳答案

我不知道你是否解决了这个问题,但几天前我遇到了这个问题,经过 2 天的故障排除和几乎扯掉我所有的头发我记得我没有放下我使用的外部 IP将树莓派上的页面作为客户端 ID 的重定向 uri 查看到 Google 开发控制台,它解决了这个错误。

关于javascript - Google Calendar API quickstart.html "Uncaught [object Object]"仅适用于 Raspberry Pi 上的 Chromium,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42462780/

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