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] - by_sound - empty result #688

Closed
MuffinFox opened this issue Sep 6, 2021 · 2 comments
Closed

[BUG] - by_sound - empty result #688

MuffinFox opened this issue Sep 6, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@MuffinFox
Copy link
Contributor

due to some major tiktok changes by_sound is not returning results anymore.

empty response of api:

{'statusCode': 0}

Current state of investigation:

  • first page of videos is rendered using NEXT_DATA initial props
  • subsequent api requests pass parameters using x-tt-params header (somehow encoded)
  • ttwid cookie might be needed, page calls /ttwid/check (see also issue [BUG] - User Posts Breaking #685 )
@MuffinFox MuffinFox added the bug Something isn't working label Sep 6, 2021
@surenjanath
Copy link

here i've wrote this : Medium TikTok Scrape
whenever @davidteather updates this.. just manually scrape it for time being :)
I've found it don't need the cookie, also you would have to manually load the page and get the x-tt-params

@davidteather
Copy link
Owner

Consolidating all discussion about x-tt-params, user_posts, and anything else related to this update to #695 for easier collaboration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants