Hi,
I am using R with the twitteR package to search Twitter for specific hash-tags. I am doing:
list = searchTwitter("#somerandomhashtag", n=1000, lang=‘en’, since=‘YYYY-MM-DD’, until=‘YYYY-MM-DD’, geocode=‘00.000,-00.000,50mi’)
(Of course, all information is plugged in correctly.)
The error I am getting is:
Error in .self$twFromJSON(out) :
Error: Malformed response from server, was not JSON
I do have the rjson and RJSONIO packages loaded as well. I read somewhere that there may be dependencies on the sequence that the three packages are loaded, but I have tried all combinations of orderings.
The code was working a few days ago. Could anyone point me in the right direction at what may be causing this.
Thank you.