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

Error when there's no results fetching trends for a place #690

Closed
JoshKeegan opened this issue Apr 13, 2018 · 1 comment
Closed

Error when there's no results fetching trends for a place #690

JoshKeegan opened this issue Apr 13, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@JoshKeegan
Copy link
Collaborator

Hi Linvi,
Long time no see :)

There's a bug in the code for fetching trends for a place when it has no results.
repro:

int woeid = 20094386;
IPlaceTrends trends = Trends.GetTrendsAt(woeid);

Will throw an exception.

I've fixed it at JoshKeegan@c244b1d

Sorry it's not a pull request, I haven't been using the up-to-date version of Tweetinvi for a while and haven't had time to make sure I can swap back from my custom version.
Cheers,
Josh

@linvi
Copy link
Owner

linvi commented May 7, 2018

Thanks for reporting it. I will have a look at it.

@linvi linvi closed this as completed in 7c43bfb May 7, 2018
linvi added a commit that referenced this issue May 7, 2018
#690 - Exception when there are no trending topics for a place
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants