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

Collect fails for twitter when result-list is empty #21

Open
dietrichson opened this issue Sep 24, 2016 · 3 comments
Open

Collect fails for twitter when result-list is empty #21

dietrichson opened this issue Sep 24, 2016 · 3 comments

Comments

@dietrichson
Copy link

I realized this by entering a search term with geocode, and got the coordinates "switched" i.e. was looking for tweets in the South Pacific.

@dietrichson
Copy link
Author

Here's an example code fragment, comment/uncomment will show the issue
Collect(searchTerm=mySearchTerm,
geocode=
#"38.9,-77,200mi",
"-77,38.9,200mi"
numTweets=2000,verbose=TRUE)

@timothyjgraham
Copy link
Contributor

Hi @dietrichson,

Sorry for the delayed reply. So you are saying that the coordinates are back to front?

Also I am wondering why there is a "#" symbol (pound sign) in front of the first coordinate, in your code above?

@rjackland
Copy link
Collaborator

I believe that the "switched" geo coordinates is a Twitter API thing, and not to do with SocialMediaLab. I recall seeing this previously when I used the Twitter free API (not via SocialMediaLab).

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

3 participants