-
Notifications
You must be signed in to change notification settings - Fork 27
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] using tiktok challange failed #40
Comments
* Also rollover to 0.1.11.post2 for future release
Please try again with release 0.11.1.post2 |
thanks, after update looks like its working but not long enough meaning after update i got more result than yesterday then i got error like this
version after update:
can i know what is the problem with it? or its problem with my code? my code below
|
This sort of issue arises when TikTokPy can't load a page correctly. Specifically, one of the videos tagged with the challenge specified isn't loading right. Normally when this happens, it's because TikTok throws up a captcha or the page just takes too long to load. I've found that this can sometimes be avoided by using a proxy or increasing navigation retries. Unfortunately I don't have a fix-all solution for this error. There are some suggestions I can give you:
|
As a side note, a video's ID is sufficient to identify a video. Each ID is unique, so you might be able to get away with just using that in your database. You need to grab video data with TikTokPy if you want duration and author info, but if you decide you don't need it, You can load a video by ID like this: video = api.video(video_link(id)) The |
In version 0.1.13, I changed the TimeoutError handing to not print it as a traceback but to instead say |
* Create functions for executing API calls of 4 kinds: * comment/list/ - video comments * post/item_list/ - user posts * challenge/item_list/ - popular videos tagged with a challenge * related/item_list/ - videos related to this one * Opens up potential future resolutions for #35, #38, #40, #43, and #44
This issue should be resolved in the official version 0.2.0 release. I'm closing this issue as resolved. If for some reason it doesn't work for you in v0.2.0, reopen this issue or create a new one. |
Describe the bug
i try run and filter for video under 60 seconds only. After found few data like 5-10 its failed. below is error
i try use:
proxy setting:
Additional context
Yesterday and few days ago i use its working fine. no error. but starting today got error. can i know how to solve it?
The text was updated successfully, but these errors were encountered: