gpt4 book ai didi

来自 Google 自定义搜索的 Javascript 错误和 GET 请求失败

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:35:27 26 4
gpt4 key购买 nike

我在将自定义 Google 搜索引擎集成到我的网站时遇到了问题。我在同一页面上还有其他一些 Google 元素,例如 +1 按钮和 G+ 徽章,但我已经隔离并验证搜索元素实际上是罪魁祸首。

问题如下:http://www.google.com/uds/api/ads/3.0/9f53ed6be164615d919d9e4bd4f7fe8d/search.I.js 的 GET 请求似乎失败了(尽管搜索该站点仍然有效)。 Chrome 中的开发控制台说请求是由他们的 jsapi 在第 21 行发起的,并以红色突出显示以下内容:

google.(anonymous function).d
(anonymous function)

我尝试了多种测试方案,包括在完全准系统的 HTML 页面上插入搜索框,但我遇到了同样的错误。是什么导致请求失败?这只是他们的问题(因此无法修复)吗?

编辑:相关代码

这一切都是从谷歌的代码生成器中逐字获取的。

这就在 </head> 之前

<script>
(function() {
var cx = '004344714102800561193:mo5u_njahwy';
var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
})();
</script>

搜索框代码:

<gcse:searchbox-only></gcse:searchbox-only>

搜索结果页面代码:

<gcse:searchresults-only></gcse:searchresults-only>

最佳答案

您是否安装了 Adblock Plus 之类的广告拦截器?当我在 JSFiddle 中运行您的代码时出现此错误:

Failed to load resource: net::ERR_BLOCKED_BY_CLIENT

看起来该错误通常是由阻止文件加载的广告拦截器引起的:Meta - What are these errors about in the Chrome console when visiting StackOverflow?

关于来自 Google 自定义搜索的 Javascript 错误和 GET 请求失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12648903/

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