Closed trevtravtrev closed 2 years ago
It seems to stem from the hashtag string I am searching. Some popular hashtags that return results with hashtag_medias_top(), return 0 results with hashtag_medias_recent(). This might not be a bug in the codebase but instagram not returning results for some reason. Interested to hear some thoughts.
try self.client.hashtag_medias_recent_v1(self.hashtag, amount=amount)
Describe the bug hashtag_medias_recent() is returning zero posts with no error traceback. Its similar counterpart hashtag_medias_top() is working just fine.
To Reproduce
Traceback There is no error message, it just grabs 0 posts.
Expected behavior It should be grabbing the amount of posts specified. It is grabbing 0 with no error.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):