Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Error in attr(rt, "users") <- users : attempt to set an attribute on NULL #333

Closed
AlexHiscock56 opened this issue Jun 3, 2019 · 3 comments
Labels

Comments

@AlexHiscock56
Copy link

Searching the below results in an error message that I don't understand, and I can't seem to find out what is causing it. I have tried searching for below 18000, but the same problem persists.

Roman_Empire_Tweets<- search_tweets("Roman Empire OR Reign of Blood OR Master of Rome OR The Mad Emperor", n=450000, "lang:en", include_rts = TRUE, retryonratelimit = TRUE, token=token)
#Error Message
Error in attr(rt, "users") <- users : attempt to set an attribute on NULL

@nicktieman
Copy link

Alex,

Having this same issue. Were you able to find a fix?

@llrs llrs mentioned this issue Feb 15, 2021
@llrs llrs added the bug label Feb 16, 2021
@llrs
Copy link
Collaborator

llrs commented Feb 16, 2021

I'm getting a different error: Error: invalid search type - must be mixed, recent, or popular.

@hadley
Copy link
Collaborator

hadley commented Feb 27, 2021

Looks like the original syntax was incorrect — I'm not sure what lang:en was supposed to do. I think the best bet is to wait for a reprex — if you see this problem again, please file a new issue with a minimal reproducible example.

@hadley hadley closed this as completed Feb 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants