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
{{ message }}
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
Search_fullarchive doesn't support query longer than 500 characters.
Expected behavior
According to premium spec, Search_fullarchive should support queries that up to 1024 characters.
Reproduce the problem
## sorry that I wouldn't be able to provide the query here> nchar(query)
[1] 927>foo<- search_fullarchive(q=query, n=100, fromDate=201911010000, toDate=201911300000, env_name=prod)
tweets/search/fullarchive/.Primitive("prod") ***Error:qcannotexceed500characters.
rtweet version
> packageVersion("rtweet")
[1] ‘0.7.0’
The text was updated successfully, but these errors were encountered:
Problem
Search_fullarchive
doesn't support query longer than 500 characters.Expected behavior
According to premium spec,
Search_fullarchive
should support queries that up to 1024 characters.Reproduce the problem
rtweet version
The text was updated successfully, but these errors were encountered: