Skip to content
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

Error: widget$status_code == 200 is not TRUE. Please Help! #39

Open
lentl opened this issue Mar 6, 2017 · 3 comments
Open

Error: widget$status_code == 200 is not TRUE. Please Help! #39

lentl opened this issue Mar 6, 2017 · 3 comments

Comments

@lentl
Copy link

lentl commented Mar 6, 2017

This is my code in R

trend1 <- gtrends (c(paste0( "House for sale in London", "House for sale in Birmingham")), geo = "GB", time = "2004-01-01 2016-12-30")

And the error is

Error: widget$status_code == 200 is not TRUE

It doesn't seem to be a common error. I don't know what happens to it because I don't think the code is wrong though. Please help!

@flying-sheep
Copy link
Member

your code is strange: c(paste0("House for sale in London", "House for sale in Birmingham")) is equivalent to "House for sale in LondonHouse for sale in Birmingham", i.e. a single string.

are you sure, this is what you want?

@lentl
Copy link
Author

lentl commented Mar 6, 2017 via email

@flying-sheep
Copy link
Member

OK, so it’s not the code that is at fault, and the error still occurs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants