-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
res$status_code == 200 is not TRUE #254
Comments
Please see other issue before posting. #252 |
Problem is back |
Unfortunately, I confirm the same error has started to appear in the last 24 hours. I tried myself and several colleagues in Europe and in Russia, with different platforms, but the error is the same: Error in FUN(X[[i]], ...) : For example, this is my session info, sessionInfo() Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): while this is the sessionInfo of a colleague of mine in Italy: sessionInfo() Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): As you see, very different platforms but with the same errors. Have Google changed the API again? Thanks for your attention. |
Have the same issue! |
I have the same issue. |
@guaribr @croxycraxer @deanfantazzini Do you have the issue when you use the Paramter onlyInterest=TRUE? |
No, but I only get the trends data.
Bruno Guarita
Em 6/05/2020, 11:58 +0100, JBleher <[email protected]>, escreveu:
… @guaribr @croxycraxer @deanfantazzini Do you have the issue when you use the Paramter onlyInterest=TRUE?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Yes. Then it is the same error. The function related_topics doesn't work anymore... this needs fixing. |
Yes, it works, thanks. P.S. Of course, if a user needs all the other information reported by Google Trends this is clearly not sufficient. (I am lucky that I need only the data about interest over time ) |
This has been solved. Please use the dev version for now until the new version is on CRAN. @eddelbuettel, are you ok with releasing it? |
Thanks PMassicotte! Your library is helping me a lot on my daily work. Thanks +++
Bruno Guarita
Em 6/05/2020, 13:46 +0100, Philippe Massicotte <[email protected]>, escreveu:
… This has been solved. Please use the dev version for now until the new version is on CRAN. @eddelbuettel, are you ok with releasing it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sure, if it passes tests and manages to fix a bug annoying scores of people what's not to love? ;-) |
@eddelbuettel Do you know why I have this error about https://win-builder.r-project.org/645lT7f4wt68/00install.out |
Looks like a temp snafu at CRAN? Maybe race condition with data.table being installed / upgraded? Can you try RHub's windows builders? |
I have the same https://builder.r-hub.io/status/gtrendsR_1.4.4.9000.tar.gz-2c1d4d7d00484272b9ea2a1b07740387 Same also on Ubuntu 16.04: https://builder.r-hub.io/status/gtrendsR_1.4.4.9000.tar.gz-f705fb9ed4224276b957e4926aad53cb |
Looking at DESCRIPTION we see it is not listed. "Computers still deterministic, News at 11pm" ;-) |
awww, it was never listed and build were ok? Thanks :) |
I have no idea. I doubt it passed if it was used but not listed -- that is a key feature of I don't follow the package that closely as @JBleher can be trusted to duct tape^Hre-engineer whatever Google breaks so it is really between you and him. |
I don't understand. Have I broken something with the last PR ? |
Thanks! That was fast! |
@JBleher It as on my side. Everything is fine now. |
I've just reinstalled gtrendsR and it works. Thanks+ |
Works fine for me as well. Thanks @PMassicotte and @JBleher |
Works also for me! |
I have error message "res$status_code == 200 is not TRUE" since yesterday ... 2 days ago everything was OK... I've changed network and IP address (to reset potential quota problems) - no effect.
Fragment of my code:
install.packages("devtools")
devtools::install_github("PMassicotte/gtrendsR")
install.packages("httr")
install.packages("lubridate")
library("httr")
library("gtrendsR")
seriale_weekly_combo = gtrends(c("TVN"), geo = "PL", time = "2016-01-01 2017-12-31")$interest_over_time
The text was updated successfully, but these errors were encountered: