carcabot / tiktok-signature

Generate tiktok signature token using node
733 stars 283 forks source link

Fetch user info returns empty info #204

Closed moonspirit closed 11 months ago

moonspirit commented 1 year ago

Describe the bug In the example, to fetch a tiktok unique user id (e.g.: rihanna), the script return only

{ status_code: 0 }

without any useful information.

Other apis like user-videos/comments works fine for me, Thanks for your great work!

mzaryabuddin1 commented 12 months ago

i am also recieving the same issue while i am scrapping user-info it return { status_code: 0 }

Jhonatas-Matheus commented 11 months ago

How did you solve this problem? Could you share it with you? I have the same problem.