Skip to content
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] Video query search ids are always invalid or expired #27

Open
alexandreteles opened this issue Oct 3, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working upstream Issues related to upstream problems

Comments

@alexandreteles
Copy link
Member

It is currently impossible to walk all results from any given video search because the search ids that must be paired with the cursor operator are always invalid or expired according to the TikTok Research API:

image

One workaround when searching for videos posted by a specific user is to search day by day with max_count set to 100. This should give us results that will fit a single query output and avoid having to walk along the cursors (as it wouldn't work anyway).

@alexandreteles alexandreteles added bug Something isn't working upstream Issues related to upstream problems labels Oct 3, 2024
@alexandreteles alexandreteles self-assigned this Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream Issues related to upstream problems
Projects
None yet
Development

No branches or pull requests

1 participant