You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been getting the dreaded 429 error for a few weeks: Error in interest_over_time(widget, comparison_item, tz) :
Status code was not 200. Returned status code:429
This occurs after the following command regardless of whether I use a proxy or not:
library(gtrendsR)
res <- gtrends(c("nhl", "nba"), geo = c("CA", "US"))
plot(res)
The pytrend package seems to be facing a similar issue (see here).
The text was updated successfully, but these errors were encountered:
I have been getting the dreaded 429 error for a few weeks:
Error in interest_over_time(widget, comparison_item, tz) :
Status code was not 200. Returned status code:429
This occurs after the following command regardless of whether I use a proxy or not:
The pytrend package seems to be facing a similar issue (see here).
The text was updated successfully, but these errors were encountered: