本文介绍了重定向次数达到最大值 |gtrendsR 包中的 gconnect()的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试使用 gtrendsR 包获取数据.但我卡在连接上.
I am trying to get data using gtrendsR package. But I am stuck at the connection.
library('gtrendsR')
session <- gconnect("[email protected]", "mypass")
我知道谷歌可以识别我的电子邮件地址和密码,但我认为问题出在 R 上,因为我收到以下错误:
I know google recognize my email address and my password, but I think the problem is with R because I am getting the following error:
curl::curl_fetch_memory(url, handle = handle) 错误:重定向次数达到最高金额
但是,我不确定.有没有人遇到过这个问题并知道如何解决?
However, I am not sure. Has anyone encountered this problem before and knows how to solve it?
推荐答案
library('gtrendsR')
session <- gconnect("[email protected]", "mypass")
这是服务器端的问题.等待包更新
It's a server side problem. Wait for the package update
这篇关于重定向次数达到最大值 |gtrendsR 包中的 gconnect()的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!