pablobarbera / streamR

Dev version of streamR package: Access to Twitter Streaming API via R
http://cran.r-project.org/web/packages/streamR/
107 stars 47 forks source link

parseTweets. Error encoding #15

Open joancabre opened 6 years ago

joancabre commented 6 years ago

Hi team! First of all, congratulations for this package.

I have problems in the parseTweets function, only few tweets are correctly parsed. I think it is due to some encoding or charset problem. I my case, I have problems when I am capturing spanish tweets when I am capturing english tweets no.

I would like to help, but I don't know where is the problem. The message error is:

Error in $<-.data.frame(*tmp*, "country_code", value = NA) : In stream_in_int(path.expand(path)) : Parsing error on line 0

thank you.

rlorenz123 commented 5 years ago

I have the same issue. did you find a solution?