-
-
Notifications
You must be signed in to change notification settings - Fork 991
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
[BUG] - KeyError: 'challengeInfo' #260
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Please provide your OS and TikTokApi version. If you're not on TikTokApi 3.5.0 or higher please upgrade with the following
If you still run into issues, you may be sending too many requests. The code below will allow you to delay your requests automatically.
|
I think I fixed this in a recent update |
I used the API a lot in the last 24 hours, doing similar queries for hashtags as DiegoMORENO-DS. As of this morning, I am getting the challenge error above. I suspect it is related to number of requests over a given period. Adding the delay to the request did not help. The API version is up to date. Here is the error: ` KeyError: 'challengeInfo' |
Hi,
I was trying to scrap a hashtag but now is not possible. I've had been many problems and the process is not successful. I did in the past and worked well. I'd like to understand why the changes?. Thnaks
code:
from TikTokApi import TikTokApi
api = TikTokApi()
hashtag = 'pasta'
hash1 = api.byHashtag(hashtag, count=10000, language='en', proxy=None)
Error message:
The text was updated successfully, but these errors were encountered: