Number of redirects hit maximum amount | gconnect() in gtrendsR package

夙愿已清 提交于 2020-01-03 06:03:29

问题


I am trying to get data using gtrendsR package. But I am stuck at the connection.

library('gtrendsR')
session <- gconnect("username@gmail.com", "mypass")

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:

Error in curl::curl_fetch_memory(url, handle = handle) : Number of redirects hit maximum amount

However, I am not sure. Has anyone encountered this problem before and knows how to solve it?


回答1:


library('gtrendsR')
session <- gconnect("username@gmail.com", "mypass")

It's a server side problem. Wait for the package update



来源:https://stackoverflow.com/questions/39766863/number-of-redirects-hit-maximum-amount-gconnect-in-gtrendsr-package

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!