如何解决“我们很抱歉......”但您的计算机或网络可能正在发送自动查询。为了保护我们的用户,我们目前无法处理您的请求。“ [英] How to solve "we're sorry... ... But your computer or network may be sending automated queries. To protect our users, we can't process your request right now."

查看:18827
本文介绍了如何解决“我们很抱歉......”但您的计算机或网络可能正在发送自动查询。为了保护我们的用户,我们目前无法处理您的请求。“的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我正在浏览器 Visual Basic 但是当我在Youtube上搜索然后突然出现此错误我们很抱歉...

...但您的计算机或网络可能正在发送自动查询。为了保护我们的用户,我们目前无法处理您的请求。


错误出现请帮助。



我尝试过:



Hello Everyone, I am Making A browser In Visual Basic But While I search On Youtube Then Suddenly This Error "We're sorry...
... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.
"
Error Appears Please Help.

What I have tried:

Public Class Form1


Private Sub TextBox2_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)

End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

If TextBox1.Text.Contains(" ") Then
TextBox1.Text.Replace(" ", "+")
  End If
WebBrowser1.Navigate("https://www.youtube.com/results?search_query=" & TextBox1.Text)
End Sub
End Class

推荐答案

基本上,他们担心你可能会自动化查询,而不是浏览网页的真人。说实话,这正是你在这里所做的 - 你正试图出于某种原因自动进行搜索。尝试降低搜索频率,并检查错误页面以进行reCaptcha测试。人类必须解决这些问题才能证明你不是机器。
Basically, they are concerned that you may be automating queries, instead of a "real human" browsing the web. And let's be honest, that is exactly what you are doing here - you are trying to automate searches for some reason. Try reducing the search frequency, and check the error page for reCaptcha tests. A human will have to solve these to prove you aren't a machine.


这篇关于如何解决“我们很抱歉......”但您的计算机或网络可能正在发送自动查询。为了保护我们的用户,我们目前无法处理您的请求。“的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆