TikTokAPI-Python icon indicating copy to clipboard operation
TikTokAPI-Python copied to clipboard

getVideosByHashTag api return error code : 10000

Open NitendraKumar opened this issue 3 years ago • 7 comments

getVideosByHashTag returning error code 10000. (Quick googling say it is captcha response.) Did anyone get this issue. Is there any workaround for this error.

Below is complete response.

{ 'code': '10000', 'from': '', 'type': 'verify', 'version': '', 'region': 'va', 'subtype': 'slide', 'detail': 'sVrV5BjaWwvAbqKqTZA-a1C5ydJBfTgj-ilAQfG56o7ZkAqGoiECGDy5Uu9VljNZQ6h9CVKrgnjyNo6BRSKgeOhiohuOBsd8r7c0YeY56GgbJB6ll4ZK9TL1qIibEenHuAPPnOBV3RAsso7GduGpObKQUceNqXuPdDDXiIyg9-zFtPn41UXpYLq5EXzGW6pO0w9QCV0ZOqLH9ttArcmjVE1hejDvK0obvQJxrNbrn8O5pq5ysmdG2k5YmEkfm0gQSMGVOiJqxTfllg-8bQKHW-D1ad9ZQPpKFLw0LjSJbv1Tx8goNutej2zhJbi-uOtEm5Q3RUDc5inOogCO-ZPJeljFuAZc5EV52VJOXEmJcrlKAcZAWaHNybT0qDldTyEp7rdgAl3BjO-xy3fs1twIFdhyEcnl0GtLuOig..', 'verify_event': '', 'fp': 'myfp', 'scene': '', 'verify_ticket': '', 'channel_mobile': '', 'sms_content': '', 'mobile': '', 'email': '' }

NitendraKumar avatar Jun 08 '21 07:06 NitendraKumar

I too am seeing this issue. I'm looking for a workaround. No success so far.

langphil avatar Jun 09 '21 09:06 langphil

Use your own cookies and token if you are not.

If you are using your own cookies, open the website, solve the captcha, and then run again.

zeroby0 avatar Jun 10 '21 16:06 zeroby0

I am also running into the same issue, using my own cookie/token as recommended by @zeroby0 did not fix the problem.

Evie420 avatar Jun 11 '21 00:06 Evie420

Same here, I am looking for workaround can't find any.

ghost avatar Jun 15 '21 16:06 ghost

same error for me... seems like no videos are getting returned

bryanseah234 avatar Jun 27 '21 09:06 bryanseah234

Although with limited free calls, I think everything is retrievable from here Example call: https://www.influencerhunters.com/apis/tt/hashtag/posts?name=magic&depth=1&token=GQ96yJKZn3hWpQVz

andrearama avatar Sep 15 '21 07:09 andrearama