davidteather / TikTok-Api

The Unofficial TikTok API Wrapper In Python
https://davidteather.github.io/TikTok-Api
MIT License
4.88k stars 976 forks source link

The byHashtag Method #194

Closed eddyojb88 closed 4 years ago

eddyojb88 commented 4 years ago

This method is possibly broken. Perhaps they have changed it on TikToks end?

e.g.

api.byHashtag('savage')

should give a lot of return results. The error suggests the response is empty.

Does this occur for anyone else?

I am using TikTokAPI 3.3.6

issue-label-bot[bot] commented 4 years ago

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

davidteather commented 4 years ago

The current version of tiktokapi is 3.3.6 please upgrade

pip install TikTokApi —upgrade

eddyojb88 commented 4 years ago

That was my typo, I listed the version of a different package. I am already using the latest (3.3.6) and edited the above to reflect this.

eddyojb88 commented 4 years ago

Oh this is working now. Perhaps the API was down last night as the JSON responses appeared empty.

davidteather commented 4 years ago

Yeah that’s strange. Sometimes it does rate limiting issues or bugs I guess.